Hostname
simtek.de
Last fetched
simtek.de resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
simtek.de resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 148.251.16.254 | 148.251.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with simtek.de in WhisperGraph.
Subdomains
6 observed subdomains of simtek.de.
Web-graph footprint
Distinct hostnames that link to or from simtek.de in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for simtek.de.
| Mechanism | Target |
|---|---|
| SPF_A | simtek.de |
| SPF_INCLUDE | spf-de.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 135.181.88.11 |
| SPF_IP | 195.175.45.246/30 |
| SPF_IP | 195.175.82.254/30 |
| SPF_IP | 5.158.171.155/27 |
| SPF_IP | 80.237.132.10 |
| SPF_IP | 88.103.216.18/29 |
| SPF_IP | 91.137.1.244/29 |
| SPF_IP | 92.79.20.96/27 |
| SPF_MX | simtek.de |
Related pages
Pivot deeper into the graph from simtek.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "simtek.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.