Hostname
hero.com
Last fetched
hero.com resolves to 1 IPv4 address operated by AS23724 in CN. WHOIS lists iana:93 as the registrar.
Nutrition Label
Resolution chain
hero.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 114.116.210.90 | 114.116.192.0/19 | AS23724 | — | CN |
| 114.116.210.90 | 114.116.192.0/19 | AS23724 | — | CN |
WHOIS identity
- Registrar
- iana:93
- Organization
- lead.com
- Contact emails
- 3444433@privacy-link.com
- mike@lead.com
- 04bfeb30923dd091fdc1927d45f8450a1248aaba@whois.gkg.net
- 16c13daa12a8535033eacfea216a60f74cc3d902@privatedomain.gkg.net
- 25f6da6d1979bcaeafb29b3589cd823d0ce5e1bf@whois.gkg.net
- 30c4ab1a55ca002370b6b0e009555e214413fc04@whois.gkg.net
- 3b2eb8386e60c1ed15c033c9a9a85b9bbe9dc681@whois.gkg.net
- 4ac607cb1e57a5774cd784c3fc55a46c49a28feb@whois.gkg.net
- 5ce9a3ca1d16214efeaa723a8370541572b77352@whois.gkg.net
- 916bd802f8d6d3922ef3cb31dea0b178758db497@whois.gkg.net
- 9d24a8b619285ff69e67644180b109af2e59791a@whois.gkg.net
- b03026d1ceacd9c7bd8ed58238c5b08be4535e7d@privatedomain.gkg.net
- c14a4e864eaa88c2ebf9a3d8eaf43a94ead57456@whois.gkg.net
- c9d75812f367e792dc0e9e3aa1bbeb09cb241797@whois.gkg.net
- f8f29ad0d3911162c546214927b9a54728c79030@whois.gkg.net
- fa5ec11e9366b58d52d8c603fa109456ceb2f86c@privatedomain.gkg.net
- fa83dfdfe865aafbb33052187db35ef5d81183aa@whois.gkg.net
- fdc9a04214c844fa1bee280e8167145727fe52d0@whois.gkg.net
- fddda0fd529415e02f3b7c4861035b872a127f24@whois.gkg.net
Subdomains
7 observed subdomains of hero.com.
Web-graph footprint
Distinct hostnames that link to or from hero.com in the public web crawl.
54 sites link to this hostname.
23 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for hero.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mail.qq.com |
Related pages
Pivot deeper into the graph from hero.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hero.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.