Hostname
diatom.dk
Last fetched
diatom.dk resolves to 2 IPv4 addresses operated by FORTINET - Fortinet Inc. in US.
Nutrition Label
Resolution chain
diatom.dk 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 |
|---|---|---|---|---|
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | US |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | CA |
| 81.95.245.208 | 81.95.240.0/20 | AS48854 | — | DK |
WHOIS identity
- Registrar
- —
- Organization
- diatom vaerkt?j a/s
- Contact emails
Subdomains
3 observed subdomains of diatom.dk.
Web-graph footprint
Distinct hostnames that link to or from diatom.dk in the public web crawl.
18 sites link to this hostname.
23 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for diatom.dk.
| Mechanism | Target |
|---|---|
| SPF_A | webmail.diatom.dk |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.wannafind.dk |
| SPF_IP | 13.74.20.136 |
| SPF_IP | 188.120.78.14 |
| SPF_IP | 194.192.14.203 |
| SPF_IP | 212.237.249.36 |
| SPF_IP | 77.221.255.31 |
Related pages
Pivot deeper into the graph from diatom.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "diatom.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.