Hostname
swk.de
Last fetched
swk.de resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in NL.
Nutrition Label
Resolution chain
swk.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 |
|---|---|---|---|---|
| 13.93.40.174 | 13.64.0.0/11 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
WHOIS identity
No WHOIS records are currently associated with swk.de in WhisperGraph.
Subdomains
56 observed subdomains of swk.de.
Showing 25 of 56. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from swk.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 swk.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.tafmobile.de |
| SPF_IP | 145.253.189.129/32 |
| SPF_IP | 193.169.180.0/23 |
| SPF_IP | 212.222.91.0/24 |
| SPF_IP | 212.23.154.210 |
| SPF_IP | 213.61.69.122/32 |
| SPF_IP | 62.50.41.17/28 |
| SPF_IP | 62.50.42.56/29 |
| SPF_IP | 78.46.9.170 |
| SPF_MX | swk.de |
Related pages
Pivot deeper into the graph from swk.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "swk.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.