Hostname
hp.com
Last fetched
hp.com resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
hp.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- iana:292
- Organization
- domain administrator
- Contact emails
Subdomains
411 observed subdomains of hp.com.
Showing 25 of 411. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from hp.com in the public web crawl.
26,060 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for hp.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.hp.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | standardregisterspf.smtp.com |
| SPF_INCLUDE | us._netblocks.mimecast.com |
| SPF_IP | 198.245.88.159 |
| SPF_IP | 198.245.88.160 |
| SPF_IP | 198.245.88.161 |
| SPF_IP | 198.245.88.162 |
| SPF_IP | 205.219.85.237/32 |
| SPF_IP | 74.209.251.23/32 |
| SPF_MX | hp.com |
Related pages
Pivot deeper into the graph from hp.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hp.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.