Hostname
headwater.com
Last fetched
headwater.com resolves to 2 IPv4 addresses operated by AS42831 in GB. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
headwater.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 |
|---|---|---|---|---|
| 5.101.173.126 | 5.101.168.0/21 | AS42831 | — | GB |
| 77.74.193.174 | 77.74.192.0/21 | AS42831 | — | GB |
WHOIS identity
- Registrar
- iana:81
- Organization
- david martin
- Contact emails
Subdomains
12 observed subdomains of headwater.com.
Web-graph footprint
Distinct hostnames that link to or from headwater.com in the public web crawl.
195 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for headwater.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 4873299.spf02.hubspotemail.net |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | headwater.co.uk |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 5.101.173.126 |
| SPF_IP | 77.74.193.174 |
| SPF_IP | 80.82.113.97 |
| SPF_IP | 80.82.113.98 |
Related pages
Pivot deeper into the graph from headwater.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "headwater.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.