Hostname
www.hostbreak.com
Last fetched
www.hostbreak.com resolves to 2 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
www.hostbreak.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 |
|---|---|---|---|---|
| 116.202.117.166 | 116.202.0.0/16 | AS24940 | — | DE |
| 57.129.114.104 | 57.129.0.0/17 | AS16276 | — | DE |
WHOIS identity
No WHOIS records are currently associated with www.hostbreak.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for www.hostbreak.com.
| Mechanism | Target |
|---|---|
| SPF_A | www.hostbreak.com |
| SPF_INCLUDE | _spf.webnic.cc |
| SPF_INCLUDE | spf.antispamcloud.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 104.37.174.38 |
| SPF_IP | 116.202.117.165 |
| SPF_IP | 198.49.66.96/28 |
| SPF_IP | 58.65.137.53 |
| SPF_IP | 65.108.5.110 |
| SPF_MX | www.hostbreak.com |
| SPF_REDIRECT | _spf.myorderbox.com |
Related pages
Pivot deeper into the graph from www.hostbreak.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.hostbreak.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.