Hostname
www.engoo.com
Last fetched
www.engoo.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
www.engoo.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.179.251.88 | 18.179.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.112.156.243 | 3.112.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.114.210.66 | 3.112.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.150.158.91 | 54.150.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.150.247.34 | 54.150.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.178.148.7 | 54.178.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
No WHOIS records are currently associated with www.engoo.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for www.engoo.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_IP | 103.254.146.85/32 |
| SPF_IP | 203.209.152.203/32 |
Related pages
Pivot deeper into the graph from www.engoo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.engoo.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.