Hostname
aos2.fun
Last fetched
aos2.fun resolves to 2 IPv4 addresses operated by AS206834 in DE. WHOIS lists iana:49 as the registrar.
Nutrition Label
Resolution chain
aos2.fun resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.53.179.109 | 185.53.179.0/24 | AS206834 | — | DE |
| 52.199.122.53 | 52.196.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- iana:49
- Organization
- ao-system,
- Contact emails
- —
Subdomains
4 observed subdomains of aos2.fun.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for aos2.fun.
| Mechanism | Target |
|---|---|
| SPF_A | a23.asvr.org |
| SPF_A | aos2.fun |
| SPF_A | ec2-52-199-122-53.ap-northeast-1.compute.amazonaws.com |
| SPF_MX | aos2.fun |
Related pages
Pivot deeper into the graph from aos2.fun.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aos2.fun"})-[: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.