Hostname
mail.bikroyzone.com
Last fetched
mail.bikroyzone.com resolves to 2 IPv4 addresses operated by AS133070 in BD.
Nutrition Label
Resolution chain
mail.bikroyzone.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 |
|---|---|---|---|---|
| 115.187.19.24 | 115.187.19.0/24 | AS133070 | — | BD |
| 115.187.19.38 | 115.187.19.0/24 | AS133070 | — | BD |
WHOIS identity
No WHOIS records are currently associated with mail.bikroyzone.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for mail.bikroyzone.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.bikroyzone.com |
| SPF_INCLUDE | ahnafte.com |
| SPF_INCLUDE | nixtecsys.com |
| SPF_INCLUDE | smtp1.ahnafte.com |
| SPF_IP | 103.210.56.141 |
| SPF_IP | 115.187.18.66 |
| SPF_IP | 115.187.18.70 |
| SPF_IP | 115.187.19.18 |
| SPF_MX | mail.bikroyzone.com |
Related pages
Pivot deeper into the graph from mail.bikroyzone.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.bikroyzone.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.