Hostname
okk799.com
Last fetched
okk799.com resolves to 13 IPv4 addresses operated by AS139341 in SG. WHOIS lists iana:472 as the registrar.
Nutrition Label
Resolution chain
okk799.com resolves to 13 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 43.159.94.240 | 43.159.94.0/24 | AS139341 | — | SG |
| 52.222.236.10 | 52.222.236.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.236.64 | 52.222.236.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.236.67 | 52.222.236.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.236.80 | 52.222.236.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.230.172.103 | 54.230.172.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.230.172.108 | 54.230.172.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.230.172.29 | 54.230.172.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.230.172.94 | 54.230.172.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.67.13.59 | 18.67.12.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.67.13.69 | 18.67.12.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.67.13.99 | 18.67.12.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.67.13.31 | 18.67.12.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:472
- Organization
- myra desiderio
- Contact emails
Subdomains
1 observed subdomain of okk799.com.
| Subdomain |
|---|
| www.okk799.com |
Threat posture
History
Related pages
Pivot deeper into the graph from okk799.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "okk799.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.