Hostname
aookdd.cc
Last fetched
aookdd.cc resolves to 5 IPv4 addresses operated by ONEPROVIDER-AS BrainStorm Network, Inc in BR. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
aookdd.cc resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.192.124.10 | 185.192.124.0/24 | AS136258 | ONEPROVIDER-AS BrainStorm Network, Inc | BR |
| 38.148.240.34 | 38.148.240.0/24 | AS213840 | DDOS-PROTECTION-LTD | US |
| 38.148.240.55 | 38.148.240.0/24 | AS213840 | DDOS-PROTECTION-LTD | US |
| 38.97.254.150 | 38.97.254.0/24 | AS979 | NETLAB-SDN - NetLab Global | US |
| 38.97.254.192 | 38.97.254.0/24 | AS979 | NETLAB-SDN - NetLab Global | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- —
- Contact emails
- —
Web-graph footprint
Distinct hostnames that link to or from aookdd.cc in the public web crawl.
Threat posture
History
Related pages
Pivot deeper into the graph from aookdd.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aookdd.cc"})-[: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.