Hostname
fceo.ir
Last fetched
fceo.ir resolves to 1 IPv4 address operated by AS44400 in IR. WHOIS lists iana:241 as the registrar.
Nutrition Label
Resolution chain
fceo.ir 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 |
|---|---|---|---|---|
| 193.19.145.170 | 193.19.145.0/24 | AS44400 | — | IR |
WHOIS identity
- Registrar
- iana:241
- Organization
- omid hosseinipour
- Contact emails
Subdomains
17 observed subdomains of fceo.ir.
Web-graph footprint
Distinct hostnames that link to or from fceo.ir in the public web crawl.
51 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for fceo.ir.
| Mechanism | Target |
|---|---|
| SPF_A | fceo.ir |
| SPF_IP | 193.19.145.162 |
| SPF_MX | fceo.ir |
Related pages
Pivot deeper into the graph from fceo.ir.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fceo.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.