Hostname
totalbp.com
Last fetched
totalbp.com resolves to 2 IPv4 addresses operated by AS4787 in ID. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
totalbp.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.109.192.233 | 103.109.192.0/22 | AS4787 | — | ID |
| 139.0.28.70 | 139.0.28.0/23 | AS9905 | — | ID |
WHOIS identity
- Registrar
- iana:146
- Organization
- giancana siahaan
- Contact emails
Subdomains
12 observed subdomains of totalbp.com.
Web-graph footprint
Distinct hostnames that link to or from totalbp.com in the public web crawl.
31 sites link to this hostname.
15 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for totalbp.com.
| Mechanism | Target |
|---|---|
| SPF_A | firewall.totalbp.com |
| SPF_A | mx.totalbp.com |
| SPF_A | totalbp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 103.109.192.227 |
| SPF_IP | 103.109.192.237 |
| SPF_IP | 139.255.99.235 |
| SPF_MX | totalbp.com |
Related pages
Pivot deeper into the graph from totalbp.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "totalbp.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.