Hostname
aa.am
Last fetched
aa.am resolves to 1 IPv4 address operated by TVSAT364-AS in GB. WHOIS lists registrar:abcdomain as the registrar.
Nutrition Label
Resolution chain
aa.am 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 |
|---|---|---|---|---|
| 96.9.214.161 | 96.9.214.0/23 | AS42831 | TVSAT364-AS | GB |
WHOIS identity
- Registrar
- registrar:abcdomain
- Organization
- —
- Contact emails
- —
Subdomains
14 observed subdomains of aa.am.
Web-graph footprint
Distinct hostnames that link to or from aa.am in the public web crawl.
6 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for aa.am.
| Mechanism | Target |
|---|---|
| SPF_A | aa.am |
| SPF_IP | 185.193.159.229 |
| SPF_IP | 185.213.172.32 |
| SPF_IP | 2a0b:8bc0:1:16f:0:0:0:1 |
| SPF_IP | 2a0f:93c1:26:2d8:0:0:0:1001 |
| SPF_MX | aa.am |
Related pages
Pivot deeper into the graph from aa.am.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aa.am"})-[: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.