Hostname
doroob.sa
Last fetched
doroob.sa resolves to 2 IPv4 addresses operated by ALIBABA-CN-NET - Alibaba (US) Technology Co., Ltd. in SA.
Nutrition Label
Resolution chain
doroob.sa 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 |
|---|---|---|---|---|
| 8.213.40.25 | 8.213.0.0/18 | AS45102 | ALIBABA-CN-NET - Alibaba (US) Technology Co., Ltd. | SA |
| 8.213.47.252 | 8.213.0.0/18 | AS45102 | ALIBABA-CN-NET - Alibaba (US) Technology Co., Ltd. | SA |
WHOIS identity
No WHOIS records are currently associated with doroob.sa in WhisperGraph.
Subdomains
16 observed subdomains of doroob.sa.
Web-graph footprint
Distinct hostnames that link to or from doroob.sa in the public web crawl.
300 sites link to this hostname.
11 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for doroob.sa.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | servers.mcsv.net |
Related pages
Pivot deeper into the graph from doroob.sa.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "doroob.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.