Hostname
olgu.bravadesign.com
Last fetched
olgu.bravadesign.com resolves to 2 IPv4 addresses operated by A2HOSTING - A2 Hosting, Inc. in US.
Nutrition Label
Resolution chain
olgu.bravadesign.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 |
|---|---|---|---|---|
| 190.92.156.217 | 190.92.156.0/22 | AS55293 | A2HOSTING - A2 Hosting, Inc. | US |
| 209.42.24.66 | 209.42.24.0/24 | AS36218 | WHG-CAN - WHG Hosting Services Ltd | CA |
WHOIS identity
No WHOIS records are currently associated with olgu.bravadesign.com in WhisperGraph.
Subdomains
1 observed subdomain of olgu.bravadesign.com.
| Subdomain |
|---|
| www.olgu.bravadesign.com |
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for olgu.bravadesign.com.
| Mechanism | Target |
|---|---|
| SPF_A | olgu.bravadesign.com |
| SPF_INCLUDE | spf.mysecurecloudhost.com |
| SPF_INCLUDE | spf.supercp.com |
| SPF_IP | 209.42.24.63 |
| SPF_IP | 66.198.240.27/32 |
| SPF_IP | 70.32.16.57 |
| SPF_IP | 70.32.23.105/16 |
| SPF_MX | olgu.bravadesign.com |
Related pages
Pivot deeper into the graph from olgu.bravadesign.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "olgu.bravadesign.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.