Skip to content

Hostname

hformshere.net

Last fetched

hformshere.net resolves to 10 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:2487 as the registrar.

Nutrition Label

WHISPER CANON · hformshere.netRouting diversity4.8/10Peering density7.0/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/hformshere.net

Resolution chain

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

IPPrefixASNOperatorCountry
18.214.48.4918.208.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
3.82.83.1963.80.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
52.1.239.1352.0.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
52.202.20.052.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.205.204.18052.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
54.196.32.18654.196.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
98.86.17.16398.80.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
98.91.142.25498.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
98.84.245.19498.80.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
54.236.131.254.236.128.0/17AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:2487
Organization
domain admin
Contact emails

Subdomains

2 observed subdomains of hformshere.net.

Threat posture

History

Related pages

Pivot deeper into the graph from hformshere.net.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "hformshere.net"})-[: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.