Hostname
aa555aa222.com
Last fetched
aa555aa222.com resolves to 8 IPv4 addresses operated by SHARKTECH - Sharktech in US.
Nutrition Label
Resolution chain
aa555aa222.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.160.179.235 | 104.160.179.0/24 | AS46844 | SHARKTECH - Sharktech | US |
| 208.98.45.142 | 208.98.45.0/24 | AS46844 | SHARKTECH - Sharktech | US |
| 208.98.45.138 | 208.98.45.0/24 | AS46844 | SHARKTECH - Sharktech | US |
| 208.98.45.132 | 208.98.45.0/24 | AS46844 | SHARKTECH - Sharktech | US |
| 208.98.45.136 | 208.98.45.0/24 | AS46844 | SHARKTECH - Sharktech | US |
| 104.160.179.232 | 104.160.179.0/24 | AS46844 | SHARKTECH - Sharktech | US |
| 104.160.179.233 | 104.160.179.0/24 | AS46844 | SHARKTECH - Sharktech | US |
| 104.160.179.236 | 104.160.179.0/24 | AS46844 | SHARKTECH - Sharktech | US |
WHOIS identity
No WHOIS records are currently associated with aa555aa222.com in WhisperGraph.
Subdomains
1 observed subdomain of aa555aa222.com.
| Subdomain |
|---|
| www.aa555aa222.com |
Threat posture
History
Related pages
Pivot deeper into the graph from aa555aa222.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aa555aa222.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.