Hostname
ullapopken.de
Last fetched
ullapopken.de resolves to 11 IPv4 addresses operated by AS20940 in DE.
Nutrition Label
Resolution chain
ullapopken.de resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
No WHOIS records are currently associated with ullapopken.de in WhisperGraph.
Subdomains
28 observed subdomains of ullapopken.de.
Showing 21 of 28. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ullapopken.de in the public web crawl.
445 sites link to this hostname.
88 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for ullapopken.de.
| Mechanism | Target |
|---|---|
| SPF_A | mx1.popken.de |
| SPF_A | mx2.popken.de |
| SPF_A | ullapopken.de |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 62.55.182.68/32 |
| SPF_MX | ullapopken.de |
Related pages
Pivot deeper into the graph from ullapopken.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ullapopken.de"})-[: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.