Hostname
expurgate.de
Last fetched
expurgate.de resolves to 3 IPv4 addresses operated by AS209564 in DE.
Nutrition Label
Resolution chain
expurgate.de 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 |
|---|---|---|---|---|
| 194.145.224.59 | 194.145.224.0/24 | AS209564 | — | DE |
| 194.145.224.98 | 194.145.224.0/24 | AS209564 | — | DE |
| 195.190.135.59 | 195.190.135.0/24 | AS209564 | — | DE |
WHOIS identity
No WHOIS records are currently associated with expurgate.de in WhisperGraph.
Subdomains
8 observed subdomains of expurgate.de.
Web-graph footprint
Distinct hostnames that link to or from expurgate.de in the public web crawl.
6 sites link to this hostname.
1 site 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 expurgate.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 194.145.224.0/24 |
| SPF_IP | 194.37.255.0/24 |
| SPF_IP | 195.190.135.0/24 |
| SPF_IP | 91.198.224.0/24 |
Related pages
Pivot deeper into the graph from expurgate.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "expurgate.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.