Hostname
fcic.co
Last fetched
fcic.co resolves to 2 IPv4 addresses operated by AS201999 in IR.
Nutrition Label
Resolution chain
fcic.co 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 |
|---|---|---|---|---|
| 185.159.153.137 | 185.159.153.0/24 | AS201999 | — | IR |
| 192.185.52.222 | 192.185.52.0/24 | AS19871 | NETWORK-SOLUTIONS-HOSTING - Network Solutions, LLC | US |
WHOIS identity
No WHOIS records are currently associated with fcic.co in WhisperGraph.
Subdomains
4 observed subdomains of fcic.co.
Showing 3 of 4. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from fcic.co in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- fcic.co
- mail.fcic.co
SPF policy
4 SPF mechanisms authorising senders for fcic.co.
| Mechanism | Target |
|---|---|
| SPF_A | fcic.co |
| SPF_INCLUDE | websitewelcome.com |
| SPF_IP | 185.159.153.134 |
| SPF_MX | fcic.co |
Related pages
Pivot deeper into the graph from fcic.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fcic.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.