Skip to content

Hostname

dmok.cc

Last fetched

dmok.cc resolves to 7 IPv4 addresses operated by PEG-LA - PEG TECH INC in US.

Nutrition Label

WHISPER CANON · dmok.ccRouting diversity3.5/10Peering density6.1/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/dmok.cc

Resolution chain

dmok.cc resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
107.148.20.8107.148.16.0/21AS398823PEG-LA - PEG TECH INCUS
156.238.224.185156.238.224.0/23AS8796FD-298-8796 - FASTNET DATA INCHK
156.238.224.75156.238.224.0/23AS8796FD-298-8796 - FASTNET DATA INCHK
156.238.229.119156.238.228.0/23AS8796FD-298-8796 - FASTNET DATA INCHK
156.238.229.159156.238.228.0/23AS8796FD-298-8796 - FASTNET DATA INCHK
154.40.58.74154.40.58.0/24AS979NETLAB-SDN - NetLab GlobalUS
154.40.58.73154.40.58.0/24AS979NETLAB-SDN - NetLab GlobalUS

WHOIS identity

No WHOIS records are currently associated with dmok.cc in WhisperGraph.

Subdomains

1 observed subdomain of dmok.cc.

Subdomain
www.dmok.cc

Threat posture

History

Related pages

Pivot deeper into the graph from dmok.cc.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "dmok.cc"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.