Hostname
kogu.dk
Last fetched
kogu.dk resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB.
Nutrition Label
Resolution chain
kogu.dk resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.172.153.12 | 18.172.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.172.153.45 | 18.172.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.172.153.65 | 18.172.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.172.153.73 | 18.172.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.239.153.115 | 18.239.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.239.153.12 | 18.239.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.239.153.129 | 18.239.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.239.153.41 | 18.239.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 52.85.31.129 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.32 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.34 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.57 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with kogu.dk in WhisperGraph.
Subdomains
2 observed subdomains of kogu.dk.
| Subdomain |
|---|
| api.kogu.dk |
| assets.kogu.dk |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for kogu.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.kogu_dk._d.easydmarc.pro |
Related pages
Pivot deeper into the graph from kogu.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kogu.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.