Hostname
jerone.com
Last fetched
jerone.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB.
Nutrition Label
Resolution chain
jerone.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.33.153.110 | 13.33.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 13.33.153.48 | 13.33.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 13.33.153.49 | 13.33.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 13.33.153.71 | 13.33.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 3.160.107.122 | 3.160.104.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AR |
| 3.160.107.38 | 3.160.104.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AR |
| 3.160.107.54 | 3.160.104.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AR |
| 3.160.107.86 | 3.160.104.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AR |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from jerone.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for jerone.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.ortephp.com |
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from jerone.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jerone.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.