Hostname
eg.dk
Last fetched
eg.dk resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
eg.dk resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 216.150.1.193 | 216.150.1.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- eg a/s
- Contact emails
Subdomains
79 observed subdomains of eg.dk.
Showing 24 of 79. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from eg.dk in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for eg.dk.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}._spf.mta.salesforce.com |
| SPF_INCLUDE | _spf-a.eg.dk |
| SPF_INCLUDE | _spf-hosting.eg.dk |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.128.102.81 |
| SPF_IP | 185.128.102.82 |
| SPF_IP | 20.74.37.146/32 |
| SPF_IP | 20.74.97.162/32 |
| SPF_IP | 20.74.99.62/32 |
| SPF_IP | 5.39.8.116/32 |
| SPF_IP | 5.39.8.122/32 |
| SPF_IP | 5.39.8.123/32 |
| SPF_IP | 5.79.88.64/26 |
| SPF_IP | 5.79.99.192/26 |
| SPF_IP | 91.197.250.0/28 |
| SPF_IP | 91.207.32.40 |
Related pages
Pivot deeper into the graph from eg.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eg.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.