Hostname
idegrill.dk
Last fetched
idegrill.dk resolves to 3 IPv4 addresses operated by AS20940 in US.
Nutrition Label
Resolution chain
idegrill.dk resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.18.67.139 | 2.18.67.0/24 | AS20940 | — | US |
| 23.73.207.13 | 23.73.207.0/24 | AS20940 | — | US |
| 23.73.207.7 | 23.73.207.0/24 | AS20940 | — | US |
WHOIS identity
No WHOIS records are currently associated with idegrill.dk in WhisperGraph.
Subdomains
7 observed subdomains of idegrill.dk.
Web-graph footprint
Distinct hostnames that link to or from idegrill.dk in the public web crawl.
4 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for idegrill.dk.
| Mechanism | Target |
|---|---|
| SPF_A | idegrill.dk |
| SPF_INCLUDE | spf.chosting.dk |
| SPF_IP | 178.20.216.32 |
| SPF_IP | 77.235.50.60 |
| SPF_MX | idegrill.dk |
Related pages
Pivot deeper into the graph from idegrill.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "idegrill.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.