Hostname
b-o2.com
Last fetched
b-o2.com resolves to 1 IPv4 address operated by AS63940 in TH. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
b-o2.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 |
|---|---|---|---|---|
| 43.241.57.6 | 43.241.57.0/24 | AS63940 | — | TH |
WHOIS identity
- Registrar
- iana:69
- Organization
- b-o2_com
- Contact emails
Subdomains
2 observed subdomains of b-o2.com.
| Subdomain |
|---|
| mail.b-o2.com |
| www.b-o2.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for b-o2.com.
| Mechanism | Target |
|---|---|
| SPF_A | b-o2.com |
| SPF_INCLUDE | spf-1.csloxinfo.com |
| SPF_INCLUDE | spf-1.dragonhispeed.com |
| SPF_IP | 27.254.153.17 |
| SPF_MX | b-o2.com |
Related pages
Pivot deeper into the graph from b-o2.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "b-o2.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.