Hostname
17fa47cd.21.ik2.com
Last fetched
17fa47cd.21.ik2.com resolves to 3 IPv4 addresses operated by PDC-BGP - Data Management in US.
Nutrition Label
Resolution chain
17fa47cd.21.ik2.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 38.246.57.230 | 38.246.56.0/23 | AS395584 | PDC-BGP - Data Management | US |
| 64.38.239.83 | 64.38.224.0/20 | AS20454 | SSASN2 - SECURED SERVERS LLC | US |
| 66.228.130.220 | 66.228.130.0/24 | AS19337 | MOBIUSPARTNERS - Mobius Partners Internet | US |
WHOIS identity
No WHOIS records are currently associated with 17fa47cd.21.ik2.com in WhisperGraph.
Subdomains
1 observed subdomain of 17fa47cd.21.ik2.com.
| Subdomain |
|---|
| mta-sts.17fa47cd.21.ik2.com |
Threat posture
History
Related pages
Pivot deeper into the graph from 17fa47cd.21.ik2.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "17fa47cd.21.ik2.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.