Hostname
mail.limtex.ro
Last fetched
mail.limtex.ro resolves to 2 IPv4 addresses operated by AS51295 in RO.
Nutrition Label
Resolution chain
mail.limtex.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 |
|---|---|---|---|---|
| 185.165.184.2 | 185.165.184.0/22 | AS51295 | — | RO |
| 95.214.135.33 | 95.214.135.0/24 | AS44043 | — | RO |
WHOIS identity
No WHOIS records are currently associated with mail.limtex.ro in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for mail.limtex.ro.
| Mechanism | Target |
|---|---|
| SPF_A | mail.limtex.ro |
| SPF_IP | 89.37.143.6 |
| SPF_IP | 89.44.121.3 |
| SPF_MX | mail.limtex.ro |
Related pages
Pivot deeper into the graph from mail.limtex.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.limtex.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.