Skip to content

Hostname

draft.nu

Last fetched

draft.nu resolves to 1 IPv4 address operated by GRIDFURY-AS - GridFury, LLC in US.

Nutrition Label

WHISPER CANON · draft.nuRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/draft.nu

Resolution chain

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

IPPrefixASNOperatorCountry
208.94.117.186208.94.116.0/22AS40630GRIDFURY-AS - GridFury, LLCUS

WHOIS identity

No WHOIS records are currently associated with draft.nu in WhisperGraph.

Subdomains

3 observed subdomains of draft.nu.

Web-graph footprint

Distinct hostnames that link to or from draft.nu in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for draft.nu.

MechanismTarget
SPF_Adraft.nu
SPF_INCLUDEshops.shopify.com
SPF_INCLUDEspf.mailroute.net
SPF_INCLUDEspf.messagingengine.com
SPF_MXdraft.nu

Related pages

Pivot deeper into the graph from draft.nu.

Cypher and MCP

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

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