Hostname
baglass.com
Last fetched
baglass.com resolves to 1 IPv4 address operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in DE. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
baglass.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 |
|---|---|---|---|---|
| 157.245.27.75 | 157.245.24.0/22 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | DE |
WHOIS identity
- Registrar
- iana:48
- Organization
- ba vidro sa vidro
- Contact emails
Subdomains
6 observed subdomains of baglass.com.
Web-graph footprint
Distinct hostnames that link to or from baglass.com in the public web crawl.
65 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for baglass.com.
| Mechanism | Target |
|---|---|
| SPF_A | smtp06-fra-sp3.mta.salesforce.com |
| SPF_A | smtp07-fra-sp3.mta.salesforce.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 182.50.78.64/28 |
| SPF_IP | 195.23.95.246/32 |
| SPF_IP | 195.23.95.251/32 |
| SPF_IP | 204.14.232.64/28 |
| SPF_IP | 204.14.234.64/28 |
| SPF_IP | 85.222.158.198/32 |
| SPF_IP | 96.43.144.64/31 |
| SPF_IP | 96.43.148.64/31 |
| SPF_MX | baglass.com |
Related pages
Pivot deeper into the graph from baglass.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "baglass.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.