Hostname
bisto4.com
Last fetched
bisto4.com resolves to 3 IPv4 addresses operated by AS48147 in IR. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
bisto4.com 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 |
|---|---|---|---|---|
| 185.208.182.228 | 185.209.116.0/22 | AS48147 | — | IR |
| 185.208.182.249 | 185.209.116.0/22 | AS48147 | — | IR |
| 185.208.182.250 | 185.209.116.0/22 | AS48147 | — | IR |
WHOIS identity
- Registrar
- iana:113
- Organization
- mahmoud shahmohammadi
- Contact emails
Subdomains
7 observed subdomains of bisto4.com.
Showing 5 of 7. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for bisto4.com.
| Mechanism | Target |
|---|---|
| SPF_A | bisto4.com |
| SPF_INCLUDE | spf.mail.liara.ir |
| SPF_MX | bisto4.com |
Related pages
Pivot deeper into the graph from bisto4.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bisto4.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.