Skip to content

Hostname

11.ax

Last fetched

11.ax resolves to 2 IPv4 addresses operated by DCMSERVICES - DCM Services, LLC in US.

Nutrition Label

WHISPER CANON · 11.axRouting diversity2.4/10Peering density4.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.0/10canon.whisper.security/host/11.ax

Resolution chain

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

IPPrefixASNOperatorCountry
142.171.200.180142.171.200.0/24AS35916DCMSERVICES - DCM Services, LLCUS
142.171.82.222142.171.0.0/17AS35916DCMSERVICES - DCM Services, LLCUS

WHOIS identity

No WHOIS records are currently associated with 11.ax in WhisperGraph.

Subdomains

3 observed subdomains of 11.ax.

Web-graph footprint

Distinct hostnames that link to or from 11.ax in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

MX records

SPF policy

1 SPF mechanism authorising senders for 11.ax.

MechanismTarget
SPF_MX11.ax

Related pages

Pivot deeper into the graph from 11.ax.

Cypher and MCP

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

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