Hostname
mail.decobazar.eu
Last fetched
mail.decobazar.eu resolves to 1 IPv4 address operated by GTS-BACKBONE - GTS Telecom SRL in RO.
Nutrition Label
Resolution chain
mail.decobazar.eu 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 |
|---|---|---|---|---|
| 85.9.19.56 | 85.9.19.0/24 | AS5606 | GTS-BACKBONE - GTS Telecom SRL | RO |
WHOIS identity
No WHOIS records are currently associated with mail.decobazar.eu in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for mail.decobazar.eu.
| Mechanism | Target |
|---|---|
| SPF_A | mail.decobazar.eu |
| SPF_IP | 128.199.52.133 |
| SPF_IP | 157.245.75.5 |
| SPF_IP | 164.92.147.109 |
| SPF_IP | 164.92.155.198 |
| SPF_IP | 167.71.70.107 |
| SPF_IP | 167.71.77.208 |
| SPF_IP | 174.138.2.140 |
| SPF_IP | 188.166.203.48 |
| SPF_IP | 64.225.81.96 |
| SPF_IP | 85.9.19.56 |
| SPF_IP | 86.107.43.83 |
| SPF_MX | mail.decobazar.eu |
Related pages
Pivot deeper into the graph from mail.decobazar.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.decobazar.eu"})-[: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.