Skip to content

Hostname

hii.com

Last fetched

hii.com resolves to 10 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:468 as the registrar.

Nutrition Label

WHISPER CANON · hii.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/hii.com

Resolution chain

hii.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.26.12.143104.26.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
104.26.13.143104.26.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.70.72172.67.64.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
216.150.1.129216.150.1.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
216.150.1.193216.150.1.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
216.150.1.65216.150.1.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
216.150.16.1216.150.16.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
216.150.16.129216.150.16.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
216.150.16.193216.150.16.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
216.150.16.65216.150.16.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:468
Organization
on behalf of hii.com owner
Contact emails

Subdomains

28 observed subdomains of hii.com.

Web-graph footprint

Distinct hostnames that link to or from hii.com in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

7 SPF mechanisms authorising senders for hii.com.

MechanismTarget
SPF_INCLUDE_spf.fireeyegov.com
SPF_IP20.114.186.35/32
SPF_IP20.119.174.191/32
SPF_IP20.119.207.133/32
SPF_IP20.230.106.230/32
SPF_IP204.237.244.98
SPF_IP96.126.193.25/32

Related pages

Pivot deeper into the graph from hii.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "hii.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.