Hostname
heth.fr
Last fetched
heth.fr resolves to 1 IPv4 address operated by AS33915 in NL. WHOIS lists registrar:epag domainservices gmbh as the registrar.
Nutrition Label
Resolution chain
heth.fr 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 |
|---|---|---|---|---|
| 85.146.236.188 | 85.146.192.0/18 | AS33915 | — | NL |
WHOIS identity
- Registrar
- registrar:epag domainservices gmbh
- Organization
- habufa meubelen b.v.
- Contact emails
Subdomains
34 observed subdomains of heth.fr.
Showing 25 of 34. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from heth.fr in the public web crawl.
72 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for heth.fr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.mailplus.nl |
| SPF_INCLUDE | _spf.spotler.email |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf9560.copernica.net |
| SPF_IP | 109.109.116.54 |
| SPF_IP | 85.146.236.162 |
| SPF_IP | 92.70.210.163 |
| SPF_MX | heth.fr |
Related pages
Pivot deeper into the graph from heth.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "heth.fr"})-[: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.