Hostname
shebadigital.com
Last fetched
shebadigital.com resolves to 1 IPv4 address operated by AS136007 in BD. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
shebadigital.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.78.248.106 | 103.78.248.0/24 | AS136007 | — | BD |
WHOIS identity
- Registrar
- iana:1068
- Organization
- aniruddha bhattacharya
- Contact emails
Subdomains
1 observed subdomain of shebadigital.com.
| Subdomain |
|---|
| www.shebadigital.com |
Web-graph footprint
Distinct hostnames that link to or from shebadigital.com in the public web crawl.
5 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for shebadigital.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail2.shebanet.net |
| SPF_A | nmail.shebatech.com.bd |
| SPF_A | shebadigital.com |
| SPF_A | smail.shebatech.com.bd |
| SPF_A | smtpgw.shebanet.net |
| SPF_IP | 103.78.248.0/24 |
| SPF_IP | 182.16.159.192/28 |
| SPF_IP | 34.135.205.48 |
| SPF_MX | shebadigital.com |
Related pages
Pivot deeper into the graph from shebadigital.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "shebadigital.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.