Hostname
seat24.dk
Last fetched
seat24.dk resolves to 4 IPv4 addresses operated by AKAMAI-ASN1 - Akamai International B.V. in IN.
Nutrition Label
Resolution chain
seat24.dk resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.212.164.163 | 23.212.164.0/24 | AS20940 | AKAMAI-ASN1 - Akamai International B.V. | IN |
| 23.40.99.14 | 23.40.99.0/24 | AS20940 | AKAMAI-ASN1 - Akamai International B.V. | US |
| 23.40.99.4 | 23.40.99.0/24 | AS20940 | AKAMAI-ASN1 - Akamai International B.V. | US |
| 23.58.120.169 | 23.58.120.0/24 | AS20940 | AKAMAI-ASN1 - Akamai International B.V. | IN |
WHOIS identity
- Registrar
- —
- Organization
- etraveli ab
- Contact emails
Subdomains
3 observed subdomains of seat24.dk.
Web-graph footprint
Distinct hostnames that link to or from seat24.dk in the public web crawl.
19 sites link to this hostname.
4 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for seat24.dk.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | _spf.etraveli.com |
Related pages
Pivot deeper into the graph from seat24.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "seat24.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.