Hostname
simonswerk.de
Last fetched
simonswerk.de resolves to 2 IPv4 addresses operated by AS12466 in DE.
Nutrition Label
Resolution chain
simonswerk.de 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 |
|---|---|---|---|---|
| 212.100.36.236 | 212.100.32.0/21 | AS12466 | — | DE |
| 4.184.179.123 | 4.176.0.0/12 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | DE |
WHOIS identity
No WHOIS records are currently associated with simonswerk.de in WhisperGraph.
Subdomains
23 observed subdomains of simonswerk.de.
Web-graph footprint
Distinct hostnames that link to or from simonswerk.de in the public web crawl.
152 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
15 SPF mechanisms authorising senders for simonswerk.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.rexx-suite.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sosafe.de |
| SPF_INCLUDE | spf.tmes.trendmicro.com |
| SPF_IP | 18.153.184.0/24 |
| SPF_IP | 20.126.64.109 |
| SPF_IP | 20.126.70.251 |
| SPF_IP | 20.160.56.80/28 |
| SPF_IP | 20.54.65.179 |
| SPF_IP | 20.54.68.120 |
| SPF_IP | 212.100.32.0/21 |
| SPF_IP | 2a05:d014:b6d:df06:0:0:0:1000 |
| SPF_IP | 2a05:d014:b6d:df07:0:0:0:1000 |
| SPF_IP | 2a05:d014:b6d:df08:0:0:0:1000 |
| SPF_MX | simonswerk.de |
Related pages
Pivot deeper into the graph from simonswerk.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "simonswerk.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.