Hostname
hauraton.com
Last fetched
hauraton.com resolves to 2 IPv4 addresses operated by TELEMAXX in DE. WHOIS lists iana:1443 as the registrar.
Nutrition Label
Resolution chain
hauraton.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 |
|---|---|---|---|---|
| 185.30.157.9 | 185.30.156.0/22 | AS12843 | TELEMAXX | DE |
| 62.113.228.201 | 62.113.192.0/18 | AS47447 | BCG-AS AS Number for Barclaycard Germany | DE |
WHOIS identity
- Registrar
- iana:1443
- Organization
- hauraton betonwarenfabrik gmbh & co. kg
- Contact emails
Subdomains
24 observed subdomains of hauraton.com.
Web-graph footprint
Distinct hostnames that link to or from hauraton.com in the public web crawl.
392 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for hauraton.com.
| Mechanism | Target |
|---|---|
| SPF_A | hauraton-com.mail.protection.outlook.com |
| SPF_A | mx.nroute.de |
| SPF_INCLUDE | _spf.rexx-suite.com |
| SPF_INCLUDE | _spf.senders.scnem.com |
| SPF_INCLUDE | newsletter.infomaniak.com |
| SPF_INCLUDE | spf.januahortorum.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 109.109.202.50 |
| SPF_IP | 85.115.25.35 |
Related pages
Pivot deeper into the graph from hauraton.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hauraton.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.