Hostname
okdm.pro
Last fetched
okdm.pro resolves to 8 IPv4 addresses operated by PEG-LA - PEG TECH INC in US. WHOIS lists iana:1479 as the registrar.
Nutrition Label
Resolution chain
okdm.pro 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 |
|---|---|---|---|---|
| 107.148.20.8 | 107.148.16.0/21 | AS398823 | PEG-LA - PEG TECH INC | US |
| 156.238.224.185 | 156.238.224.0/23 | AS8796 | FD-298-8796 - FASTNET DATA INC | HK |
| 156.238.224.75 | 156.238.224.0/23 | AS8796 | FD-298-8796 - FASTNET DATA INC | HK |
| 156.238.229.119 | 156.238.228.0/23 | AS8796 | FD-298-8796 - FASTNET DATA INC | HK |
| 156.238.229.159 | 156.238.228.0/23 | AS8796 | FD-298-8796 - FASTNET DATA INC | HK |
| 38.76.201.57 | 38.76.200.0/22 | AS401701 | COGNETCLOUD-2 - cognetcloud INC | HK |
| 154.40.58.74 | 154.40.58.0/24 | AS979 | NETLAB-SDN - NetLab Global | US |
| 154.40.58.73 | 154.40.58.0/24 | AS979 | NETLAB-SDN - NetLab Global | US |
WHOIS identity
- Registrar
- iana:1479
- Organization
- ???
- Contact emails
- —
Subdomains
1 observed subdomain of okdm.pro.
| Subdomain |
|---|
| www.okdm.pro |
Threat posture
History
Related pages
Pivot deeper into the graph from okdm.pro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "okdm.pro"})-[: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.