Hostname
boauganda.com
Last fetched
boauganda.com resolves to 2 IPv4 addresses operated by AS63949 in FR. WHOIS lists iana:433 as the registrar.
Nutrition Label
Resolution chain
boauganda.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 |
|---|---|---|---|---|
| 172.232.57.249 | 172.232.32.0/19 | AS63949 | — | FR |
| 34.57.237.235 | 34.57.0.0/16 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
- Registrar
- iana:433
- Organization
- bank of africa
- Contact emails
Subdomains
9 observed subdomains of boauganda.com.
Web-graph footprint
Distinct hostnames that link to or from boauganda.com in the public web crawl.
46 sites link to this hostname.
24 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for boauganda.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mx.ovh.com |
| SPF_INCLUDE | spf.messagelabs.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | zcsend.net |
| SPF_IP | 41.173.6.198 |
| SPF_IP | 45.221.76.101 |
| SPF_IP | 45.221.76.106 |
Related pages
Pivot deeper into the graph from boauganda.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "boauganda.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.