Hostname
ray.mfmbabol.com
Last fetched
ray.mfmbabol.com resolves to 2 IPv4 addresses operated by AS57497 in IR.
Nutrition Label
Resolution chain
ray.mfmbabol.com 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 |
|---|---|---|---|---|
| 158.58.184.198 | 158.58.184.0/24 | AS57497 | — | IR |
| 194.62.17.254 | 194.62.17.0/24 | AS57497 | — | IR |
WHOIS identity
No WHOIS records are currently associated with ray.mfmbabol.com in WhisperGraph.
Subdomains
1 observed subdomain of ray.mfmbabol.com.
| Subdomain |
|---|
| www.ray.mfmbabol.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for ray.mfmbabol.com.
| Mechanism | Target |
|---|---|
| SPF_A | ray.mfmbabol.com |
| SPF_IP | 158.58.184.198 |
| SPF_IP | 194.62.17.254 |
| SPF_MX | ray.mfmbabol.com |
Related pages
Pivot deeper into the graph from ray.mfmbabol.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ray.mfmbabol.com"})-[: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.