Hostname
mail.609.ro
Last fetched
mail.609.ro resolves to 1 IPv4 address operated by GTS-BACKBONE - GTS Telecom SRL in RO.
Nutrition Label
Resolution chain
mail.609.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 |
|---|---|---|---|---|
| 84.247.23.198 | 84.247.23.0/24 | AS5606 | GTS-BACKBONE - GTS Telecom SRL | RO |
WHOIS identity
No WHOIS records are currently associated with mail.609.ro in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for mail.609.ro.
| Mechanism | Target |
|---|---|
| SPF_A | mail.609.ro |
| SPF_IP | 176.223.114.23 |
| SPF_IP | 176.223.114.41 |
| SPF_IP | 188.241.222.164 |
| SPF_IP | 188.241.222.216 |
| SPF_IP | 188.241.222.84 |
| SPF_IP | 2a00:ece1:0:1c:0:0:0:3ae |
| SPF_IP | 2a00:ece1:0:1d:0:0:18:2 |
| SPF_IP | 2a00:ece1:0:1d:0:0:18:30 |
| SPF_IP | 2a00:ece1:0:2:0:0:0:1 |
| SPF_IP | 2a00:ece1:0:5:0:0:0:209 |
| SPF_IP | 2a00:ece1:0:c:0:0:f:1 |
| SPF_IP | 45.82.28.43 |
| SPF_IP | 84.247.23.170 |
| SPF_IP | 84.247.23.198 |
| SPF_IP | 86.104.17.194 |
| SPF_IP | 93.174.160.27 |
| SPF_MX | mail.609.ro |
Related pages
Pivot deeper into the graph from mail.609.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.609.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.