Hostname
11.ax
Last fetched
11.ax resolves to 2 IPv4 addresses operated by DCMSERVICES - DCM Services, LLC in US.
Nutrition Label
Resolution chain
11.ax resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 142.171.200.180 | 142.171.200.0/24 | AS35916 | DCMSERVICES - DCM Services, LLC | US |
| 142.171.82.222 | 142.171.0.0/17 | AS35916 | DCMSERVICES - DCM Services, LLC | US |
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.
| Mechanism | Target |
|---|---|
| SPF_MX | 11.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.