Hostname
aa2000.com.ar
Last fetched
aa2000.com.ar resolves to 1 IPv4 address operated by LEVEL3 - Level 3 Parent, LLC in AR.
Nutrition Label
Resolution chain
aa2000.com.ar resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 200.32.111.231 | 200.32.111.224/27 | AS3356 | LEVEL3 - Level 3 Parent, LLC | AR |
WHOIS identity
No WHOIS records are currently associated with aa2000.com.ar in WhisperGraph.
Subdomains
25 observed subdomains of aa2000.com.ar.
Web-graph footprint
Distinct hostnames that link to or from aa2000.com.ar in the public web crawl.
668 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for aa2000.com.ar.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}.spf.hc6303-47.iphmx.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.us.exclaimer.net |
| SPF_IP | 186.153.179.171 |
| SPF_IP | 190.139.108.116 |
| SPF_IP | 200.32.111.226 |
| SPF_IP | 200.32.111.245 |
| SPF_IP | 200.45.16.198 |
| SPF_IP | 200.70.19.5 |
| SPF_MX | aa2000.com.ar |
Related pages
Pivot deeper into the graph from aa2000.com.ar.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aa2000.com.ar"})-[: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.