Hostname
nbcico.ir
Last fetched
nbcico.ir resolves to 2 IPv4 addresses operated by AS16276 in FR.
Nutrition Label
Resolution chain
nbcico.ir 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 |
|---|---|---|---|---|
| 178.33.137.132 | 178.32.0.0/15 | AS16276 | — | FR |
| 45.159.112.205 | 45.159.112.0/24 | AS61173 | — | IR |
WHOIS identity
No WHOIS records are currently associated with nbcico.ir in WhisperGraph.
Subdomains
6 observed subdomains of nbcico.ir.
Showing 4 of 6. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from nbcico.ir in the public web crawl.
12 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for nbcico.ir.
| Mechanism | Target |
|---|---|
| SPF_A | nbcico.ir |
| SPF_IP | 178.33.137.132 |
| SPF_IP | 45.159.112.205 |
| SPF_MX | nbcico.ir |
Related pages
Pivot deeper into the graph from nbcico.ir.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nbcico.ir"})-[: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.