Hostname
mail.abanparde.com
Last fetched
mail.abanparde.com resolves to 2 IPv4 addresses operated by AS60976 in IR.
Nutrition Label
Resolution chain
mail.abanparde.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 31.214.250.75 | 31.214.250.0/24 | AS60976 | — | IR |
| 46.4.97.7 | 46.4.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with mail.abanparde.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for mail.abanparde.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.abanparde.com |
| SPF_A | smtprelay14.limoodns.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_INCLUDE | srs.mailii.org |
| SPF_IP | 142.132.206.139 |
| SPF_IP | 185.165.31.35 |
| SPF_IP | 31.214.250.71 |
| SPF_IP | 31.214.250.75 |
| SPF_IP | 45.92.92.87 |
| SPF_IP | 46.4.97.7 |
| SPF_IP | 5.144.131.229 |
| SPF_IP | 94.182.175.10 |
| SPF_MX | mail.abanparde.com |
Related pages
Pivot deeper into the graph from mail.abanparde.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.abanparde.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.