Hostname
auxwork.blog.auxwork.com
Last fetched
auxwork.blog.auxwork.com resolves to 2 IPv4 addresses operated by netcup-AS - netcup GmbH in DE.
Nutrition Label
Resolution chain
auxwork.blog.auxwork.com 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 |
|---|---|---|---|---|
| 159.195.71.245 | 159.195.68.0/22 | AS197540 | netcup-AS - netcup GmbH | DE |
| 95.217.194.112 | 95.217.0.0/16 | AS24940 | HETZNER-AS - Hetzner Online GmbH | FI |
WHOIS identity
No WHOIS records are currently associated with auxwork.blog.auxwork.com in WhisperGraph.
Subdomains
1 observed subdomain of auxwork.blog.auxwork.com.
| Subdomain |
|---|
| www.auxwork.blog.auxwork.com |
Threat posture
History
Mail and authentication
SPF policy
15 SPF mechanisms authorising senders for auxwork.blog.auxwork.com.
| Mechanism | Target |
|---|---|
| SPF_A | auxwork.blog.auxwork.com |
| SPF_INCLUDE | relay.mailbaby.net |
| SPF_INCLUDE | spf-c.mailbaby.net |
| SPF_IP | 116.202.197.244 |
| SPF_IP | 159.195.71.245 |
| SPF_IP | 162.55.20.122 |
| SPF_IP | 185.252.233.138 |
| SPF_IP | 38.246.112.106 |
| SPF_IP | 65.108.107.225 |
| SPF_IP | 65.108.107.236 |
| SPF_IP | 65.108.9.234 |
| SPF_IP | 69.169.108.114 |
| SPF_IP | 95.217.194.112 |
| SPF_IP | 95.217.207.219 |
| SPF_MX | auxwork.blog.auxwork.com |
Related pages
Pivot deeper into the graph from auxwork.blog.auxwork.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "auxwork.blog.auxwork.com"})-[: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.