Hostname
herkey.com
Last fetched
herkey.com resolves to 9 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AU. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
herkey.com resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.155.229.114 | 18.155.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 18.155.229.25 | 18.155.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 18.155.229.44 | 18.155.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 18.155.229.46 | 18.155.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 35.201.83.23 | 35.200.0.0/15 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
| 99.84.234.125 | 99.84.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.234.20 | 99.84.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.234.40 | 99.84.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.234.64 | 99.84.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
44 observed subdomains of herkey.com.
Showing 25 of 44. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from herkey.com in the public web crawl.
267 sites link to this hostname.
55 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for herkey.com.
| Mechanism | Target |
|---|---|
| SPF_A | herkey.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_INCLUDE | zcsend.in |
| SPF_MX | herkey.com |
Related pages
Pivot deeper into the graph from herkey.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "herkey.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.