Skip to content

Hostname

devday.de

Last fetched

devday.de resolves to 1 IPv4 address operated by NETWAYS in DE.

Nutrition Label

WHISPER CANON · devday.deRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/devday.de

Resolution chain

devday.de resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
185.233.188.55185.233.188.0/23AS61303NETWAYSDE

WHOIS identity

No WHOIS records are currently associated with devday.de in WhisperGraph.

Subdomains

10 observed subdomains of devday.de.

Web-graph footprint

Distinct hostnames that link to or from devday.de in the public web crawl.

17 sites link to this hostname.

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for devday.de.

MechanismTarget
SPF_IP185.233.189.49
SPF_IP195.13.41.205
SPF_MXdevday.de

Related pages

Pivot deeper into the graph from devday.de.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "devday.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.