Hostname
know4games.com
Last fetched
know4games.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in RO. WHOIS lists iana:1599 as the registrar.
Nutrition Label
Resolution chain
know4games.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.160.246.119 | 3.160.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | RO |
| 3.160.246.23 | 3.160.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | RO |
| 3.160.246.48 | 3.160.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | RO |
| 3.160.246.86 | 3.160.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | RO |
| 3.174.18.104 | 3.174.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DK |
| 3.174.18.121 | 3.174.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DK |
| 3.174.18.129 | 3.174.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DK |
| 3.174.18.97 | 3.174.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DK |
| 3.175.196.124 | 3.175.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | EG |
| 3.175.196.61 | 3.175.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | EG |
| 3.175.196.73 | 3.175.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | EG |
| 3.175.196.97 | 3.175.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | EG |
WHOIS identity
- Registrar
- iana:1599
- Organization
- —
- Contact emails
- —
Subdomains
3 observed subdomains of know4games.com.
Threat posture
History
Related pages
Pivot deeper into the graph from know4games.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "know4games.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.