Hostname
bbss.10u.org
Last fetched
bbss.10u.org resolves to 1 IPv4 address operated by AS24544 in HK.
Nutrition Label
Resolution chain
bbss.10u.org 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 |
|---|---|---|---|---|
| 122.10.113.53 | 122.10.112.0/22 | AS24544 | — | HK |
WHOIS identity
No WHOIS records are currently associated with bbss.10u.org in WhisperGraph.
Subdomains
1 observed subdomain of bbss.10u.org.
| Subdomain |
|---|
| mail.bbss.10u.org |
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for bbss.10u.org.
| Mechanism | Target |
|---|---|
| SPF_A | bbss.10u.org |
| SPF_IP | 103.246.246.140 |
| SPF_IP | 103.246.246.143 |
| SPF_IP | 122.10.113.53 |
| SPF_IP | 123.254.111.90 |
| SPF_IP | 139.162.44.219 |
| SPF_IP | 139.162.56.60 |
| SPF_IP | 172.104.83.227 |
| SPF_IP | 172.104.83.84 |
| SPF_IP | 182.237.2.197 |
| SPF_IP | 182.237.3.92 |
| SPF_IP | 192.46.225.108 |
| SPF_IP | 192.53.175.175 |
| SPF_MX | bbss.10u.org |
Related pages
Pivot deeper into the graph from bbss.10u.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bbss.10u.org"})-[: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.