Hostname
adnord.de
Last fetched
adnord.de resolves to 1 IPv4 address operated by GODADDY-SXB in DE.
Nutrition Label
Resolution chain
adnord.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 |
|---|---|---|---|---|
| 92.205.191.50 | 92.205.176.0/20 | AS21499 | GODADDY-SXB | DE |
WHOIS identity
No WHOIS records are currently associated with adnord.de in WhisperGraph.
Subdomains
11 observed subdomains of adnord.de.
Web-graph footprint
Distinct hostnames that link to or from adnord.de in the public web crawl.
75 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for adnord.de.
| Mechanism | Target |
|---|---|
| SPF_A | emsn.medien-systempartner.de |
| SPF_A | servers.mcsv.net |
| SPF_A | www3.emsn.de |
| SPF_INCLUDE | one.zoho.eu |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 178.142.182.132 |
| SPF_IP | 178.77.113.50 |
| SPF_IP | 185.221.107.22 |
| SPF_IP | 185.243.132.244 |
| SPF_IP | 198.2.130.252 |
| SPF_IP | 80.228.114.7 |
| SPF_IP | 80.237.138.5/32 |
| SPF_IP | 83.169.4.215 |
| SPF_IP | 87.230.27.242 |
| SPF_IP | 92.51.132.121/24 |
| SPF_IP | 92.51.145.232/24 |
| SPF_MX | adnord.de |
Related pages
Pivot deeper into the graph from adnord.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "adnord.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.