Skip to content

Hostname

229m.com

Last fetched

229m.com resolves to 2 IPv4 addresses operated by DOCLERMEDIA-AS - Docler LA, LLC in HK. WHOIS lists iana:1331 as the registrar.

Nutrition Label

WHISPER CANON · 229m.comRouting diversity2.4/10Peering density2.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/229m.com

Resolution chain

229m.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
103.158.36.41103.158.36.0/23AS401696DOCLERMEDIA-AS - Docler LA, LLCHK
154.219.97.86154.219.96.0/21AS401701NEXION-AS-AP NEXION Networks Pty LtdHK

WHOIS identity

Registrar
iana:1331
Organization
laszlo molnar
Contact emails

Subdomains

3 observed subdomains of 229m.com.

Web-graph footprint

Distinct hostnames that link to or from 229m.com in the public web crawl.

Threat posture

History

Related pages

Pivot deeper into the graph from 229m.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "229m.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 20

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