Hostname
iiic.cc
Last fetched
iiic.cc resolves to 1 IPv4 address operated by AS16276 in CA. WHOIS lists iana:1910 as the registrar.
Nutrition Label
Resolution chain
iiic.cc 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 |
|---|---|---|---|---|
| 51.222.109.160 | 51.222.0.0/16 | AS16276 | — | CA |
WHOIS identity
- Registrar
- iana:1910
- Organization
- on behalf of iiic.cc owner
- Contact emails
- iiic_manager@hotmail.com
- 3277deb53e405933d4df8e126bdd283a28034d40b9513acef22529b615b87fca@iiic.cc.whoisproxy.org
- 4dad4815c5dbc3386ff7b8306a794bb3a9f3b4b346aa27b08c9cece2caf3398c@iiic.cc.whoisproxy.org
- 90d77ef3159237582e15f97bfbb2f35105555c3e3501a737cd46d7433ee6a977@iiic.cc.whoisproxy.org
- a18d83b37d0aa10c0001b4199191009a4b1c2a8d202b287a1ba725adfcaad066@iiic.cc.whoisproxy.org
- d9997b2737a91eeda98b99f2ff9b1618b9d7c87364090856ff52e301743e014d@iiic.cc.whoisproxy.org
Subdomains
5 observed subdomains of iiic.cc.
Web-graph footprint
Distinct hostnames that link to or from iiic.cc in the public web crawl.
6 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for iiic.cc.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from iiic.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "iiic.cc"})-[: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.