Hostname
amadeus-fire.de
Last fetched
amadeus-fire.de resolves to 1 IPv4 address operated by AS39614 in DE.
Nutrition Label
Resolution chain
amadeus-fire.de 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.228.179.34 | 185.228.179.0/24 | AS39614 | — | DE |
WHOIS identity
No WHOIS records are currently associated with amadeus-fire.de in WhisperGraph.
Subdomains
63 observed subdomains of amadeus-fire.de.
Showing 25 of 63. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from amadeus-fire.de in the public web crawl.
176 sites link to this hostname.
71 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for amadeus-fire.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.senders.scnem.com |
| SPF_INCLUDE | mailing.eqs.com |
| SPF_INCLUDE | spf.amadeus-fire-de.cloud.nospamproxy.com |
| SPF_INCLUDE | spf.dcpserver.de |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.tmes.trendmicro.com |
| SPF_IP | 20.71.208.117 |
| SPF_IP | 52.157.149.216/32 |
| SPF_MX | amadeus-fire.de |
Related pages
Pivot deeper into the graph from amadeus-fire.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "amadeus-fire.de"})-[: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.