Hostname
grumpy.is.co.za
Last fetched
grumpy.is.co.za resolves to 1 IPv4 address operated by Dimension Data - Dimension Data in ZA.
Nutrition Label
Resolution chain
grumpy.is.co.za 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 |
|---|---|---|---|---|
| 196.35.45.228 | 196.34.0.0/15 | AS3741 | Dimension Data - Dimension Data | ZA |
WHOIS identity
No WHOIS records are currently associated with grumpy.is.co.za in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for grumpy.is.co.za.
| Mechanism | Target |
|---|---|
| SPF_A | bashful.is.co.za |
| SPF_A | grumpy.is.co.za |
| SPF_IP | 208.86.201.112/32 |
| SPF_IP | 67.231.144.107/32 |
| SPF_MX | grumpy.is.co.za |
Related pages
Pivot deeper into the graph from grumpy.is.co.za.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "grumpy.is.co.za"})-[: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.