Hostname
it.as.good.as
Last fetched
it.as.good.as resolves to 6 IPv4 addresses operated by AS63949 in US.
Nutrition Label
Resolution chain
it.as.good.as resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
No WHOIS records are currently associated with it.as.good.as in WhisperGraph.
Subdomains
1 observed subdomain of it.as.good.as.
| Subdomain |
|---|
| was.it.as.good.as |
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from it.as.good.as.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "it.as.good.as"})-[: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.