Hostname
mail.telinfinity.ro
Last fetched
mail.telinfinity.ro resolves to 1 IPv4 address operated by AS211701 in RO.
Nutrition Label
Resolution chain
mail.telinfinity.ro 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 |
|---|---|---|---|---|
| 185.131.223.68 | 185.131.223.0/24 | AS211701 | — | RO |
WHOIS identity
No WHOIS records are currently associated with mail.telinfinity.ro in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for mail.telinfinity.ro.
| Mechanism | Target |
|---|---|
| SPF_A | mail.telinfinity.ro |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_IP | 178.255.34.10 |
| SPF_IP | 178.255.35.110 |
| SPF_IP | 185.131.223.242 |
| SPF_IP | 185.131.223.68 |
| SPF_IP | 185.216.190.101 |
| SPF_IP | 185.216.190.2 |
| SPF_IP | 185.72.243.46 |
| SPF_MX | mail.telinfinity.ro |
Related pages
Pivot deeper into the graph from mail.telinfinity.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.telinfinity.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.