Hostname
coopsco.com
Last fetched
coopsco.com resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in CA. WHOIS lists iana:938 as the registrar.
Nutrition Label
Resolution chain
coopsco.com 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 |
|---|---|---|---|---|
| 20.175.128.225 | 20.160.0.0/12 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | CA |
WHOIS identity
- Registrar
- iana:938
- Organization
- federation des cooperatives quebecoise en millieu scolaire
- Contact emails
Subdomains
12 observed subdomains of coopsco.com.
Web-graph footprint
Distinct hostnames that link to or from coopsco.com in the public web crawl.
65 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for coopsco.com.
| Mechanism | Target |
|---|---|
| SPF_A | coopsco.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 167.114.208.27 |
| SPF_IP | 207.134.144.10 |
| SPF_IP | 69.49.121.249/32 |
| SPF_MX | coopsco.com |
Related pages
Pivot deeper into the graph from coopsco.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "coopsco.com"})-[: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.