Hostname
colisprive.com
Last fetched
colisprive.com resolves to 2 IPv4 addresses operated by PL-SKONET-AS in FR. WHOIS lists iana:1290 as the registrar.
Nutrition Label
Resolution chain
colisprive.com 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 |
|---|---|---|---|---|
| 195.66.28.27 | 195.66.28.0/24 | AS30781 | PL-SKONET-AS | FR |
| 195.66.28.29 | 195.66.28.0/24 | AS30781 | PL-SKONET-AS | FR |
WHOIS identity
- Registrar
- iana:1290
- Organization
- baillet laurent
- Contact emails
Subdomains
11 observed subdomains of colisprive.com.
Web-graph footprint
Distinct hostnames that link to or from colisprive.com in the public web crawl.
36 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for colisprive.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 9services.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | de._netblocks.mimecast.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 195.66.28.136 |
| SPF_IP | 80.12.107.110 |
| SPF_IP | 80.12.107.111 |
Related pages
Pivot deeper into the graph from colisprive.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "colisprive.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.