Hostname
ashanetbd.com
Last fetched
ashanetbd.com resolves to 2 IPv4 addresses operated by OPTIMUS-AS-AP Optimus Technologies in BD.
Nutrition Label
Resolution chain
ashanetbd.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 |
|---|---|---|---|---|
| 103.163.247.98 | 103.163.247.0/24 | AS141988 | OPTIMUS-AS-AP Optimus Technologies | BD |
| 165.101.188.2 | 165.101.188.0/24 | AS154047 | IT2-AS-AP IT Nut Hosting | BD |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from ashanetbd.com in the public web crawl.
Threat posture
History
Mail and authentication
MX records
- ashanetbd.com
SPF policy
11 SPF mechanisms authorising senders for ashanetbd.com.
| Mechanism | Target |
|---|---|
| SPF_A | ashanetbd.com |
| SPF_IP | 103.159.36.181 |
| SPF_IP | 103.159.37.4 |
| SPF_IP | 103.163.247.98 |
| SPF_IP | 107.155.93.190 |
| SPF_IP | 108.61.143.82 |
| SPF_IP | 108.61.143.83 |
| SPF_IP | 165.101.188.2 |
| SPF_IP | 64.188.12.42 |
| SPF_IP | 72.11.134.186 |
| SPF_MX | ashanetbd.com |
Related pages
Pivot deeper into the graph from ashanetbd.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ashanetbd.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.