Skip to content

Hostname

craftnote.de

Last fetched

craftnote.de appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.

Nutrition Label

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

Resolution chain

craftnote.de has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.

WHOIS identity

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

Subdomains

29 observed subdomains of craftnote.de.

Web-graph footprint

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

60 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

26 SPF mechanisms authorising senders for craftnote.de.

MechanismTarget
SPF_INCLUDE_spf.firebasemail.com
SPF_INCLUDEaspmx.pardot.com
SPF_IP116.202.44.84
SPF_IP142.250.10.26
SPF_IP142.250.96.26
SPF_IP153.92.224.0/19
SPF_IP172.217.219.26
SPF_IP174.137.46.0/24
SPF_IP185.107.232.0/22
SPF_IP185.12.80.0/22
SPF_IP185.24.144.0/22
SPF_IP185.41.28.0/22
SPF_IP188.172.128.0/20
SPF_IP192.161.144.0/20
SPF_IP209.85.160.200
SPF_IP212.146.192.0/18
SPF_IP212.146.196.230
SPF_IP213.32.128.0/18
SPF_IP216.198.0.0/18
SPF_IP64.233.177.26
SPF_IP74.125.137.27/32
SPF_IP77.32.128.0/18
SPF_IP77.32.192.0/19
SPF_IP94.143.16.0/21
SPF_IP96.46.150.192/27
SPF_MXcraftnote.de

Related pages

Pivot deeper into the graph from craftnote.de.

Cypher and MCP

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

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