Hostname
havep.com
Last fetched
havep.com resolves to 1 IPv4 address operated by COMBELL-AS in BE. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
havep.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 |
|---|---|---|---|---|
| 185.135.12.196 | 185.135.12.0/24 | AS34762 | COMBELL-AS | BE |
WHOIS identity
- Registrar
- iana:269
- Organization
- bv textielfabrieken h. van puijenbroek
- Contact emails
Subdomains
23 observed subdomains of havep.com.
Showing 21 of 23. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from havep.com in the public web crawl.
135 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for havep.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 143153704.spf06.hubspotemail.net |
| SPF_INCLUDE | _spf.welder.nl |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.transsmart.com |
| SPF_IP | 108.177.16.8 |
| SPF_IP | 185.135.12.196 |
| SPF_IP | 185.66.92.52 |
| SPF_IP | 213.207.88.128 |
| SPF_IP | 45.92.248.193 |
| SPF_IP | 54.240.10.179 |
| SPF_IP | 54.240.10.204 |
| SPF_IP | 80.255.247.247/28 |
| SPF_IP | 84.38.238.177 |
| SPF_IP | 84.38.238.182 |
Related pages
Pivot deeper into the graph from havep.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "havep.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.