Hostname
e.j-quin.com
Last fetched
e.j-quin.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
e.j-quin.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 |
|---|---|---|---|---|
| 16.145.192.227 | 16.162.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 16.148.162.159 | 16.172.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 34.218.38.202 | 35.7.224.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.240.72.143 | 45.2.222.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.254.240.0 | 45.2.222.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.25.179.224 | 52.46.18.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.33.84.37 | 52.46.22.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.148.86.126 | 54.170.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with e.j-quin.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for e.j-quin.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 192.146.0.0/24 |
| SPF_IP | 204.94.81.0/24 |
| SPF_IP | 38.102.41.0/24 |
| SPF_IP | 64.84.38.0/24 |
| SPF_IP | 64.84.6.0/24 |
Related pages
Pivot deeper into the graph from e.j-quin.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "e.j-quin.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.