Hostname
icri.co
Last fetched
icri.co resolves to 1 IPv4 address operated by AS24940 in FI. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
icri.co 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 |
|---|---|---|---|---|
| 157.180.2.34 | 157.180.0.0/17 | AS24940 | — | FI |
WHOIS identity
- Registrar
- iana:69
- Organization
- karimi software
- Contact emails
- —
Subdomains
7 observed subdomains of icri.co.
Web-graph footprint
Distinct hostnames that link to or from icri.co in the public web crawl.
42 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
- icri.co
SPF policy
11 SPF mechanisms authorising senders for icri.co.
| Mechanism | Target |
|---|---|
| SPF_A | icri.co |
| SPF_IP | 149.202.203.143 |
| SPF_IP | 157.180.2.42 |
| SPF_IP | 176.9.219.100 |
| SPF_IP | 188.40.16.190 |
| SPF_IP | 195.201.71.231 |
| SPF_IP | 213.239.208.184 |
| SPF_IP | 37.27.123.111 |
| SPF_IP | 94.130.200.112 |
| SPF_IP | 95.216.245.155 |
| SPF_MX | icri.co |
Related pages
Pivot deeper into the graph from icri.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "icri.co"})-[: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.