Skip to content

Hostname

de.schunk.com

Last fetched

de.schunk.com resolves to 1 IPv4 address operated by SOPRADO-ANY in DE.

Nutrition Label

WHISPER CANON · de.schunk.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/de.schunk.com

Resolution chain

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

IPPrefixASNOperatorCountry
185.85.1.224185.85.1.0/24AS20546SOPRADO-ANYDE

WHOIS identity

No WHOIS records are currently associated with de.schunk.com in WhisperGraph.

Subdomains

1 observed subdomain of de.schunk.com.

Web-graph footprint

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

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

13 SPF mechanisms authorising senders for de.schunk.com.

MechanismTarget
SPF_INCLUDE_spf.senders.dc.aeb.com
SPF_INCLUDEmailgun.org
SPF_INCLUDEspf.imc-hosting.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP129.213.180.211
SPF_IP149.72.92.97
SPF_IP173.243.136.15
SPF_IP217.5.167.13
SPF_IP217.5.167.18
SPF_IP217.5.167.19
SPF_IP52.157.254.210
SPF_IP62.157.165.228
SPF_IP93.190.66.6/32

Related pages

Pivot deeper into the graph from de.schunk.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "de.schunk.com"})-[: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.