Hostname
akdn.org
Last fetched
akdn.org resolves to 2 IPv4 addresses operated by AS15395 in GB. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
akdn.org resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 78.136.16.170 | 78.136.0.0/18 | AS15395 | — | GB |
| 91.98.193.102 | 91.98.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:2
- Organization
- —
- Contact emails
Subdomains
30 observed subdomains of akdn.org.
Showing 25 of 30. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from akdn.org in the public web crawl.
1,658 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for akdn.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_INCLUDE | spf-general.ibpmail.com |
| SPF_INCLUDE | spf.hostedrt.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf_c.oraclecloud.com |
| SPF_INCLUDE | zohomail360.eu |
| SPF_IP | 213.173.185.94 |
| SPF_IP | 62.28.171.184 |
Related pages
Pivot deeper into the graph from akdn.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "akdn.org"})-[: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.