Hostname
abcomputer.com.bd
Last fetched
abcomputer.com.bd resolves to 2 IPv4 addresses operated by AS151967 in BD.
Nutrition Label
Resolution chain
abcomputer.com.bd 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.65.138.53 | 103.65.138.0/24 | AS151967 | — | BD |
| 151.158.44.100 | 151.158.44.0/24 | AS138145 | — | BD |
WHOIS identity
No WHOIS records are currently associated with abcomputer.com.bd in WhisperGraph.
Subdomains
10 observed subdomains of abcomputer.com.bd.
Threat posture
History
Mail and authentication
MX records
- abcomputer.com.bd
SPF policy
3 SPF mechanisms authorising senders for abcomputer.com.bd.
| Mechanism | Target |
|---|---|
| SPF_A | abcomputer.com.bd |
| SPF_IP | 103.65.138.53 |
| SPF_MX | abcomputer.com.bd |
Related pages
Pivot deeper into the graph from abcomputer.com.bd.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "abcomputer.com.bd"})-[: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.