Hostname
mail.inturda.ro
Last fetched
mail.inturda.ro resolves to 2 IPv4 addresses operated by AS44043 in RO.
Nutrition Label
Resolution chain
mail.inturda.ro 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 |
|---|---|---|---|---|
| 188.213.20.182 | 188.213.20.0/23 | AS44043 | — | RO |
| 31.14.56.209 | 31.14.56.0/24 | AS203053 | — | RO |
WHOIS identity
No WHOIS records are currently associated with mail.inturda.ro in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for mail.inturda.ro.
| Mechanism | Target |
|---|---|
| SPF_A | mail.inturda.ro |
| SPF_INCLUDE | spf.mxserver.ro |
| SPF_IP | 185.236.86.246 |
| SPF_IP | 31.14.56.209 |
| SPF_IP | 86.107.43.71 |
| SPF_IP | 89.44.120.243 |
| SPF_MX | mail.inturda.ro |
Related pages
Pivot deeper into the graph from mail.inturda.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.inturda.ro"})-[: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.