Hostname
abt-dev.com
Last fetched
abt-dev.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
abt-dev.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of abt-dev.com owner
- Contact emails
- 15e33f11-9658-4df9-a566-523b21da0dcc@identity-protect.org
- 353a9d5f-f7e3-475a-849a-009022abd568@identity-protect.org
- 6302ea4e-4b43-4ec9-8f1f-163c9832072c@identity-protect.org
- 6eebf1d6-4e34-40db-859c-71e26107166b@identity-protect.org
- d4272c31-3f76-4493-836b-50e5459a0789@identity-protect.org
- e57b4967-70a8-4b24-96ce-f772bedccce5@identity-protect.org
- owner-5424280@abt-dev.com.whoisprivacyservice.org
Subdomains
9 observed subdomains of abt-dev.com.
Threat posture
History
Related pages
Pivot deeper into the graph from abt-dev.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "abt-dev.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.