Hostname
bagi.com
Last fetched
bagi.com resolves to 2 IPv4 addresses operated by ZIM_INTEGRATED_SHIPING_SERVICES_COMPANY in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
bagi.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 |
|---|---|---|---|---|
| 35.215.82.201 | 35.215.64.0/18 | AS43515 | ZIM_INTEGRATED_SHIPING_SERVICES_COMPANY | US |
| 96.64.132.17 | 96.64.0.0/11 | AS7922 | COMCAST-7922 - Comcast Cable Communications, LLC | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- builders association of greater indianapolis
- Contact emails
Subdomains
12 observed subdomains of bagi.com.
Web-graph footprint
Distinct hostnames that link to or from bagi.com in the public web crawl.
101 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for bagi.com.
| Mechanism | Target |
|---|---|
| SPF_A | bagi.com |
| SPF_A | ns1.giow9.siteground.us |
| SPF_INCLUDE | _spf.mailspamprotection.com |
| SPF_INCLUDE | clientemailspf.growthzoneapp.com |
| SPF_INCLUDE | emsd1.com |
| SPF_INCLUDE | mail.bagi.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 96.64.132.22 |
| SPF_MX | bagi.com |
Related pages
Pivot deeper into the graph from bagi.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bagi.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.