Hostname
af2a.com
Last fetched
af2a.com resolves to 1 IPv4 address operated by O2SWITCH in FR. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
af2a.com 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 |
|---|---|---|---|---|
| 109.234.164.69 | 109.234.164.0/22 | AS50474 | O2SWITCH | FR |
WHOIS identity
- Registrar
- iana:2
- Organization
- —
- Contact emails
Subdomains
18 observed subdomains of af2a.com.
Showing 17 of 18. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from af2a.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for af2a.com.
| Mechanism | Target |
|---|---|
| SPF_A | af2a.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.smtp2go.com |
| SPF_IP | 109.234.164.69 |
| SPF_IP | 13.81.123.25 |
| SPF_IP | 13.93.91.95 |
| SPF_IP | 185.212.97.34 |
| SPF_IP | 185.212.97.38 |
| SPF_IP | 185.46.230.132 |
| SPF_IP | 185.74.42.170 |
| SPF_IP | 185.74.42.171 |
| SPF_IP | 37.187.145.175 |
| SPF_IP | 40.115.22.172 |
| SPF_IP | 40.68.250.7 |
| SPF_IP | 80.247.239.127 |
| SPF_IP | 80.247.239.97 |
| SPF_MX | af2a.com |
Related pages
Pivot deeper into the graph from af2a.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "af2a.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.