Hostname
billing.plus.net.bd
Last fetched
billing.plus.net.bd resolves to 1 IPv4 address operated by AS137526 in BD.
Nutrition Label
Resolution chain
billing.plus.net.bd 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.111.225.26 | 103.111.225.0/24 | AS137526 | — | BD |
WHOIS identity
No WHOIS records are currently associated with billing.plus.net.bd in WhisperGraph.
Subdomains
1 observed subdomain of billing.plus.net.bd.
| Subdomain |
|---|
| www.billing.plus.net.bd |
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for billing.plus.net.bd.
| Mechanism | Target |
|---|---|
| SPF_A | billing.plus.net.bd |
| SPF_INCLUDE | spf.xeonbd.com |
| SPF_IP | 103.48.119.144 |
| SPF_IP | 103.48.119.157 |
| SPF_IP | 103.48.119.160 |
| SPF_IP | 103.48.119.210 |
| SPF_IP | 104.161.32.250 |
| SPF_IP | 104.161.32.251 |
| SPF_MX | billing.plus.net.bd |
Related pages
Pivot deeper into the graph from billing.plus.net.bd.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "billing.plus.net.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.