Hostname
cmq.org
Last fetched
cmq.org has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
cmq.org has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:2
- Organization
- college des medecins du quebec
- Contact emails
Subdomains
19 observed subdomains of cmq.org.
Web-graph footprint
Distinct hostnames that link to or from cmq.org in the public web crawl.
630 sites link to this hostname.
207 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
21 SPF mechanisms authorising senders for cmq.org.
| Mechanism | Target |
|---|---|
| SPF_A | webtr.cmq.org |
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | ofsys.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf-ca.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 147.160.167.0/26 |
| SPF_IP | 149.72.211.45 |
| SPF_IP | 173.231.123.66 |
| SPF_IP | 173.231.123.67 |
| SPF_IP | 173.231.123.69 |
| SPF_IP | 173.231.123.70 |
| SPF_IP | 208.91.248.0/22 |
| SPF_IP | 23.21.109.197/32 |
| SPF_IP | 23.21.109.212/32 |
| SPF_IP | 40.97.124.2 |
| SPF_IP | 40.97.169.242 |
| SPF_IP | 40.97.170.162 |
| SPF_IP | 40.97.171.98 |
| SPF_IP | 75.98.137.26 |
| SPF_MX | cmq.org |
Related pages
Pivot deeper into the graph from cmq.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cmq.org"})-[: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.