Hostname
charisma.ir
Last fetched
charisma.ir resolves to 3 IPv4 addresses operated by CHARISMA in IR.
Nutrition Label
Resolution chain
charisma.ir resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 146.19.104.93 | 146.19.104.0/24 | AS203162 | CHARISMA | IR |
| 185.143.233.235 | 185.143.233.0/24 | AS205585 | ARVANCLOUD-CDN- | IR |
| 185.143.234.235 | 185.143.234.0/24 | AS205585 | ARVANCLOUD-CDN- | IR |
WHOIS identity
No WHOIS records are currently associated with charisma.ir in WhisperGraph.
Subdomains
36 observed subdomains of charisma.ir.
Showing 25 of 36. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from charisma.ir in the public web crawl.
209 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for charisma.ir.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_INCLUDE | srs.mailii.org |
| SPF_IP | 146.19.104.254 |
| SPF_IP | 5.144.130.55/32 |
| SPF_IP | 79.127.30.3 |
| SPF_MX | charisma.ir |
Related pages
Pivot deeper into the graph from charisma.ir.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "charisma.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.