Hostname
cjps.asso.mc
Last fetched
cjps.asso.mc resolves to 1 IPv4 address operated by AS16276 in FR.
Nutrition Label
Resolution chain
cjps.asso.mc 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 |
|---|---|---|---|---|
| 51.210.148.186 | 51.210.0.0/16 | AS16276 | — | FR |
WHOIS identity
No WHOIS records are currently associated with cjps.asso.mc in WhisperGraph.
Subdomains
2 observed subdomains of cjps.asso.mc.
| Subdomain |
|---|
| mail.cjps.asso.mc |
| www.cjps.asso.mc |
Web-graph footprint
Distinct hostnames that link to or from cjps.asso.mc in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for cjps.asso.mc.
| Mechanism | Target |
|---|---|
| SPF_A | cjps.asso.mc |
| SPF_A | smtp.hebernet-mc.com |
| SPF_IP | 51.38.192.51 |
| SPF_IP | 80.94.99.2 |
| SPF_IP | 80.94.99.3 |
| SPF_IP | 80.94.99.4 |
| SPF_IP | 80.94.99.7 |
| SPF_IP | 80.94.99.8 |
| SPF_MX | cjps.asso.mc |
Related pages
Pivot deeper into the graph from cjps.asso.mc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cjps.asso.mc"})-[: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.