Hostname
bastsara.com
Last fetched
bastsara.com resolves to 2 IPv4 addresses operated by HETZNER-AS in DE. WHOIS lists iana:1601 as the registrar.
Nutrition Label
Resolution chain
bastsara.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 |
|---|---|---|---|---|
| 157.90.64.220 | 157.90.0.0/16 | AS24940 | HETZNER-AS | DE |
| 185.128.137.154 | 185.128.137.0/24 | AS48715 | SEFROYEKPARDAZENG-AS Sefroyek Pardaz Engineering Company | IR |
WHOIS identity
- Registrar
- iana:1601
- Organization
- bastsara
- Contact emails
Subdomains
2 observed subdomains of bastsara.com.
| Subdomain |
|---|
| mail.bastsara.com |
| www.bastsara.com |
Web-graph footprint
Distinct hostnames that link to or from bastsara.com in the public web crawl.
26 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- bastsara.com
SPF policy
5 SPF mechanisms authorising senders for bastsara.com.
| Mechanism | Target |
|---|---|
| SPF_A | bastsara.com |
| SPF_IP | 157.90.64.220 |
| SPF_IP | 157.90.64.223 |
| SPF_IP | 185.128.137.154 |
| SPF_MX | bastsara.com |
Related pages
Pivot deeper into the graph from bastsara.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bastsara.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.