Giter VIP home page Giter VIP logo

Comments (3)

l4jos avatar l4jos commented on August 23, 2024 1

Those IP's are two CloudFlare addresses, but there is a way to find origin IP. Ping or DIG will not give you the information you want if you see CloudFlare in stdout (2 IP's sometimes indicates a firewall)

I recommend to look for DNS zone transfer history. If the server outside LAN is set-up once correctly, and when it goes behind a firewall (e.g. cloudflare) some websites keep a record of this nameserver change including the very first IP. That is still often the real IP.

from fierce.

mschwager avatar mschwager commented on August 23, 2024

I can query that domain:

$ dig 00studios.com

; <<>> DiG 9.10.3-P4-Ubuntu <<>> 00studios.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 51545
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;00studios.com.         IN  A

;; ANSWER SECTION:
00studios.com.      299 IN  A   104.31.93.211
00studios.com.      299 IN  A   104.31.92.211

;; Query time: 41 msec
;; SERVER: 10.0.0.1#53(10.0.0.1)
;; WHEN: Wed Aug 03 14:00:25 EDT 2016
;; MSG SIZE  rcvd: 74

But, from what I can tell, those subdomains don't exist:

$ dig admin.00studios.com @8.8.8.8

; <<>> DiG 9.10.3-P4-Ubuntu <<>> admin.00studios.com @8.8.8.8
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 18341
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;admin.00studios.com.       IN  A

;; AUTHORITY SECTION:
00studios.com.      1779    IN  SOA nick.ns.cloudflare.com. dns.cloudflare.com. 2019730597 10000 2400 604800 3600

;; Query time: 27 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Wed Aug 03 14:02:11 EDT 2016
;; MSG SIZE  rcvd: 107

I don't believe this is an issue with Cloudflare or fierce.

Thoughts?

from fierce.

mschwager avatar mschwager commented on August 23, 2024

Feel free to re-open if you continue to have issues!

from fierce.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.