Hostname
menu.dangelo.al
Last fetched
menu.dangelo.al resolves to 2 IPv4 addresses operated by AS51167 in DE.
Nutrition Label
Resolution chain
menu.dangelo.al 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 |
|---|---|---|---|---|
| 161.97.67.105 | 161.97.66.0/23 | AS51167 | — | DE |
| 46.225.3.56 | 46.224.0.0/15 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with menu.dangelo.al in WhisperGraph.
Subdomains
2 observed subdomains of menu.dangelo.al.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for menu.dangelo.al.
| Mechanism | Target |
|---|---|
| SPF_A | menu.dangelo.al |
| SPF_IP | 159.69.183.151 |
| SPF_IP | 161.97.67.105 |
| SPF_IP | 46.225.3.56 |
| SPF_MX | menu.dangelo.al |
Related pages
Pivot deeper into the graph from menu.dangelo.al.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "menu.dangelo.al"})-[: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.