Hostname
cciam.mr
Last fetched
cciam.mr resolves to 1 IPv4 address operated by ASACENET1 - ACENET, INC. in US.
Nutrition Label
Resolution chain
cciam.mr resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 68.171.213.160 | 68.171.208.0/20 | AS22878 | ASACENET1 - ACENET, INC. | US |
WHOIS identity
No WHOIS records are currently associated with cciam.mr in WhisperGraph.
Subdomains
18 observed subdomains of cciam.mr.
Web-graph footprint
Distinct hostnames that link to or from cciam.mr in the public web crawl.
16 sites link to this hostname.
21 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- cciam.mr
SPF policy
6 SPF mechanisms authorising senders for cciam.mr.
| Mechanism | Target |
|---|---|
| SPF_A | cciam.mr |
| SPF_IP | 68.171.212.2 |
| SPF_IP | 68.171.212.69 |
| SPF_IP | 68.171.213.130 |
| SPF_IP | 68.171.213.160 |
| SPF_MX | cciam.mr |
Related pages
Pivot deeper into the graph from cciam.mr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cciam.mr"})-[: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.