Hostname
exmail.work
Last fetched
exmail.work resolves to 5 IPv4 addresses operated by AS36994 in ZA. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
exmail.work resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 41.0.5.142 | 41.0.5.0/24 | AS36994 | — | ZA |
| 41.0.5.162 | 41.0.5.0/24 | AS36994 | — | ZA |
| 41.0.5.209 | 41.0.5.0/24 | AS36994 | — | ZA |
| 41.0.5.244 | 41.0.5.0/24 | AS36994 | — | ZA |
| 41.0.5.40 | 41.0.5.0/24 | AS36994 | — | ZA |
WHOIS identity
- Registrar
- iana:48
- Organization
- gamco
- Contact emails
Subdomains
7 observed subdomains of exmail.work.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for exmail.work.
| Mechanism | Target |
|---|---|
| SPF_A | exmail.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 | 197.96.139.236/32 |
| SPF_IP | 3.122.186.164 |
| SPF_IP | 41.0.5.0/24 |
| SPF_IP | 41.0.5.1/24 |
| SPF_MX | exmail.work |
Related pages
Pivot deeper into the graph from exmail.work.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "exmail.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.