Skip to content

Hostname

helpfulhero.com

Last fetched

helpfulhero.com resolves to 3 IPv4 addresses operated by MCPL-AS in US. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · helpfulhero.comRouting diversity2.4/10Peering density3.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/helpfulhero.com

Resolution chain

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

IPPrefixASNOperatorCountry
199.60.103.195199.60.103.0/24AS209242MCPL-ASUS
199.60.103.95199.60.103.0/24AS209242MCPL-ASUS
35.215.119.4735.215.64.0/18AS43515ZIM_INTEGRATED_SHIPING_SERVICES_COMPANYUS

WHOIS identity

Registrar
iana:146
Organization
b mills
Contact emails

Subdomains

8 observed subdomains of helpfulhero.com.

Web-graph footprint

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

79 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for helpfulhero.com.

MechanismTarget
SPF_INCLUDE5816394.spf05.hubspotemail.net
SPF_INCLUDE_spf.google.com
SPF_INCLUDEhelpfulhero.com

Related pages

Pivot deeper into the graph from helpfulhero.com.

Cypher and MCP

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

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