Hostname
herobase.com
Last fetched
herobase.com resolves to 5 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
herobase.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.64.20.45 | 3.64.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.64.211.76 | 18.64.210.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.64.211.91 | 18.64.210.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.64.211.63 | 18.64.210.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.64.211.48 | 18.64.210.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of herobase.com owner
- Contact emails
- 060046f9-7943-4bab-a014-b7c9de3c68e5@identity-protect.org
- 123a14a0-7953-4736-89dd-d5b95fff903a@identity-protect.org
- 2ae3ec90-f5e4-4bf8-bd69-9880634ed0c9@identity-protect.org
- 3b5429fd-1df4-410f-9131-af227ec0af71@identity-protect.org
- 7483924b-29e5-40b0-a886-bc1b21e4371b@identity-protect.org
- ba581c67-36cd-4a5d-86d5-4097269744fd@identity-protect.org
- owner-228389@herobase.com.whoisprivacyservice.org
- owner-6172279@herobase.com.whoisprivacyservice.org
- owner-8430244@herobase.com.whoisprivacyservice.org
- owner@herobase.com.whoisprivacyservice.org
Subdomains
25 observed subdomains of herobase.com.
Web-graph footprint
Distinct hostnames that link to or from herobase.com in the public web crawl.
7 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for herobase.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.general.transactional-mail-a.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | helpscoutemail.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 94.101.215.96/27 |
Related pages
Pivot deeper into the graph from herobase.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "herobase.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.