Hostname
secure.dakdan.com
Last fetched
secure.dakdan.com resolves to 7 IPv4 addresses operated by INMOTION - InMotion Hosting, Inc. in US.
Nutrition Label
Resolution chain
secure.dakdan.com resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.152.110.50 | 104.152.108.0/22 | AS22611 | INMOTION - InMotion Hosting, Inc. | US |
| 192.249.125.231 | 192.249.125.0/24 | AS22611 | INMOTION - InMotion Hosting, Inc. | US |
| 23.235.217.205 | 23.235.208.0/20 | AS22611 | INMOTION - InMotion Hosting, Inc. | US |
| 23.235.217.33 | 23.235.208.0/20 | AS22611 | INMOTION - InMotion Hosting, Inc. | US |
| 23.235.218.125 | 23.235.208.0/20 | AS22611 | INMOTION - InMotion Hosting, Inc. | US |
| 23.235.218.235 | 23.235.208.0/20 | AS22611 | INMOTION - InMotion Hosting, Inc. | US |
| 23.235.218.236 | 23.235.208.0/20 | AS22611 | INMOTION - InMotion Hosting, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with secure.dakdan.com in WhisperGraph.
Subdomains
7 observed subdomains of secure.dakdan.com.
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for secure.dakdan.com.
| Mechanism | Target |
|---|---|
| SPF_A | secure.dakdan.com |
| SPF_IP | 104.152.108.121 |
| SPF_IP | 104.152.110.50 |
| SPF_IP | 192.249.125.231 |
| SPF_IP | 209.182.200.194 |
| SPF_MX | secure.dakdan.com |
Related pages
Pivot deeper into the graph from secure.dakdan.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "secure.dakdan.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.