Skip to content

Hostname

daction.dk

Last fetched

daction.dk resolves to 1 IPv4 address operated by TEAM-BLUE-DENMARK in DK.

Nutrition Label

WHISPER CANON · daction.dkRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/daction.dk

Resolution chain

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

IPPrefixASNOperatorCountry
93.191.156.3493.191.152.0/21AS48854TEAM-BLUE-DENMARKDK

WHOIS identity

No WHOIS records are currently associated with daction.dk in WhisperGraph.

Subdomains

2 observed subdomains of daction.dk.

Web-graph footprint

Distinct hostnames that link to or from daction.dk in the public web crawl.

12 sites link to this hostname.

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for daction.dk.

MechanismTarget
SPF_Adaction.dk
SPF_INCLUDEspf.simply.com
SPF_MXdaction.dk

Related pages

Pivot deeper into the graph from daction.dk.

Cypher and MCP

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

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