Hostname
benzol.sa
Last fetched
benzol.sa resolves to 3 IPv4 addresses operated by AS136907 in SA.
Nutrition Label
Resolution chain
benzol.sa 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 |
|---|---|---|---|---|
| 101.46.52.219 | 101.46.48.0/20 | AS136907 | — | SA |
| 104.21.53.17 | 104.21.48.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.207.195 | 172.67.192.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with benzol.sa in WhisperGraph.
Subdomains
12 observed subdomains of benzol.sa.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for benzol.sa.
| Mechanism | Target |
|---|---|
| SPF_A | benzol.sa |
| SPF_IP | 101.46.52.219 |
| SPF_IP | 69.61.26.183 |
| SPF_IP | 94.72.176.28 |
| SPF_MX | benzol.sa |
Related pages
Pivot deeper into the graph from benzol.sa.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "benzol.sa"})-[: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.