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