Hostname
erindi.co
Last fetched
erindi.co resolves to 1 IPv4 address operated by AS37153 in ZA.
Nutrition Label
Resolution chain
erindi.co 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 |
|---|---|---|---|---|
| 129.232.157.42 | 129.237.0.0/16 | AS37153 | — | ZA |
WHOIS identity
No WHOIS records are currently associated with erindi.co in WhisperGraph.
Subdomains
2 observed subdomains of erindi.co.
| Subdomain |
|---|
| mail.erindi.co |
| www.erindi.co |
Threat posture
History
Mail and authentication
MX records
- erindi.co
SPF policy
13 SPF mechanisms authorising senders for erindi.co.
| Mechanism | Target |
|---|---|
| SPF_A | erindi.co |
| SPF_INCLUDE | texo.co.za |
| SPF_IP | 129.232.157.42 |
| SPF_IP | 129.232.157.43 |
| SPF_IP | 129.232.157.44 |
| SPF_IP | 129.232.157.45 |
| SPF_IP | 156.38.135.114 |
| SPF_IP | 156.38.135.116 |
| SPF_IP | 156.38.135.117 |
| SPF_IP | 156.38.137.210 |
| SPF_IP | 156.38.137.212 |
| SPF_IP | 197.242.66.178 |
| SPF_MX | erindi.co |
Related pages
Pivot deeper into the graph from erindi.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "erindi.co"})-[: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.