Hostname
www.pester.com
Last fetched
www.pester.com resolves to 1 IPv4 address operated by HETZNER-AS - Hetzner Online GmbH in DE.
Nutrition Label
Resolution chain
www.pester.com 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 |
|---|---|---|---|---|
| 5.9.215.70 | 5.9.0.0/16 | AS24940 | HETZNER-AS - Hetzner Online GmbH | DE |
WHOIS identity
No WHOIS records are currently associated with www.pester.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for www.pester.com.
| Mechanism | Target |
|---|---|
| SPF_A | web.pester.com |
| SPF_INCLUDE | sender.zohobooks.com |
| SPF_INCLUDE | spf.nl2go.com |
| SPF_INCLUDE | spf.protection.outlook.de |
| SPF_IP | 128.65.146.168 |
| SPF_IP | 130.214.105.240/28 |
| SPF_IP | 130.214.134.192/28 |
| SPF_IP | 130.214.163.240/28 |
| SPF_IP | 130.214.240.208/28 |
| SPF_IP | 212.118.203.189 |
| SPF_IP | 34.107.8.58/32 |
| SPF_IP | 34.90.200.156/32 |
| SPF_IP | 35.204.47.209/32 |
| SPF_IP | 35.234.108.85/32 |
| SPF_IP | 35.242.247.107/32 |
| SPF_IP | 52.30.130.201/32 |
| SPF_IP | 54.229.2.165/32 |
| SPF_MX | www.pester.com |
Related pages
Pivot deeper into the graph from www.pester.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.pester.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.