Hostname
exmail2.work
Last fetched
exmail2.work resolves to 17 IPv4 addresses operated by AS36994 in ZA. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
exmail2.work resolves to 17 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- iana:48
- Organization
- gamco
- Contact emails
- —
Subdomains
20 observed subdomains of exmail2.work.
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for exmail2.work.
| Mechanism | Target |
|---|---|
| SPF_A | exmail2.work |
| SPF_A | spf1.gam.co.za |
| SPF_A | spf2.gam.co.za |
| SPF_IP | 18.159.171.27 |
| SPF_IP | 196.35.198.158 |
| SPF_IP | 3.122.186.164 |
| SPF_IP | 41.0.5.0/24 |
| SPF_IP | 41.0.5.1/24 |
| SPF_IP | 54.38.158.179 |
| SPF_MX | exmail2.work |
Related pages
Pivot deeper into the graph from exmail2.work.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "exmail2.work"})-[: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.