Hostname
crif-its.com
Last fetched
crif-its.com resolves to 4 IPv4 addresses operated by AS20940 in SE. WHOIS lists iana:168 as the registrar.
Nutrition Label
Resolution chain
crif-its.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.69.222.193 | 104.69.222.0/24 | AS20940 | — | SE |
| 104.69.222.217 | 104.69.222.0/24 | AS20940 | — | SE |
| 2.19.176.19 | 2.19.176.0/24 | AS20940 | — | IE |
| 2.19.176.42 | 2.19.176.0/24 | AS20940 | — | IE |
WHOIS identity
- Registrar
- iana:168
- Organization
- crif spa
- Contact emails
- —
Subdomains
2 observed subdomains of crif-its.com.
Web-graph footprint
Distinct hostnames that link to or from crif-its.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for crif-its.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.crif.com |
| SPF_MX | crif-its.com |
Related pages
Pivot deeper into the graph from crif-its.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "crif-its.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.