Hostname
stl.bm
Last fetched
stl.bm resolves to 1 IPv4 address operated by IDIGITAL - Idigital Internet Inc. in CA.
Nutrition Label
Resolution chain
stl.bm 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 |
|---|---|---|---|---|
| 104.193.172.139 | 104.193.172.0/23 | AS54643 | IDIGITAL - Idigital Internet Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with stl.bm in WhisperGraph.
Subdomains
1 observed subdomain of stl.bm.
| Subdomain |
|---|
| www.stl.bm |
Web-graph footprint
Distinct hostnames that link to or from stl.bm in the public web crawl.
2 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for stl.bm.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | autotask.net |
| SPF_INCLUDE | spf.exclaimer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 118.186.64.32/28 |
| SPF_IP | 149.72.182.166/32 |
| SPF_IP | 149.72.39.215/32 |
| SPF_IP | 213.212.96.64/27 |
| SPF_IP | 52.144.52.4/32 |
| SPF_IP | 8.12.58.0/24 |
| SPF_IP | 8.224.10.0/24 |
| SPF_IP | 8.34.161.0/24 |
Related pages
Pivot deeper into the graph from stl.bm.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "stl.bm"})-[: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.