Hostname
fddog.com
Last fetched
fddog.com resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA. WHOIS lists iana:1091 as the registrar.
Nutrition Label
Resolution chain
fddog.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 15.197.240.20 | 15.197.240.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 92.42.38.75 | 92.42.38.0/24 | AS49467 | — | TR |
WHOIS identity
- Registrar
- iana:1091
- Organization
- bei jing long de yuan fang di chan jing ji fu wu you xian gong si
- Contact emails
Subdomains
7 observed subdomains of fddog.com.
Web-graph footprint
Distinct hostnames that link to or from fddog.com in the public web crawl.
14 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for fddog.com.
| Mechanism | Target |
|---|---|
| SPF_A | fddog.com |
| SPF_MX | fddog.com |
Related pages
Pivot deeper into the graph from fddog.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fddog.com"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.