Hostname
flexan.ir
Last fetched
flexan.ir resolves to 1 IPv4 address operated by OVH in FR.
Nutrition Label
Resolution chain
flexan.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 |
|---|---|---|---|---|
| 46.105.46.40 | 46.105.0.0/16 | AS16276 | OVH | FR |
WHOIS identity
No WHOIS records are currently associated with flexan.ir in WhisperGraph.
Subdomains
6 observed subdomains of flexan.ir.
Web-graph footprint
Distinct hostnames that link to or from flexan.ir in the public web crawl.
Threat posture
History
Mail and authentication
MX records
- flexan.ir
SPF policy
13 SPF mechanisms authorising senders for flexan.ir.
| Mechanism | Target |
|---|---|
| SPF_A | flexan.ir |
| SPF_IP | 135.181.114.39 |
| SPF_IP | 151.80.195.28 |
| SPF_IP | 176.31.207.54 |
| SPF_IP | 184.172.96.195 |
| SPF_IP | 188.165.217.167 |
| SPF_IP | 188.165.233.98 |
| SPF_IP | 188.165.248.8 |
| SPF_IP | 46.105.46.40 |
| SPF_IP | 54.37.31.15 |
| SPF_IP | 94.23.214.113 |
| SPF_IP | 94.23.216.103 |
| SPF_MX | flexan.ir |
Related pages
Pivot deeper into the graph from flexan.ir.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "flexan.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.