Hostname
infobdg.com
Last fetched
infobdg.com resolves to 4 IPv4 addresses operated by AS141107 in ID. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
infobdg.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.66.86.234 | 103.66.86.0/24 | AS141107 | — | ID |
| 104.21.78.173 | 104.21.64.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 151.245.85.180 | 151.245.85.0/24 | AS141968 | — | ID |
| 172.67.136.33 | 172.67.128.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:303
- Organization
- infobdg
- Contact emails
Subdomains
11 observed subdomains of infobdg.com.
Web-graph footprint
Distinct hostnames that link to or from infobdg.com in the public web crawl.
159 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- infobdg.com
SPF policy
4 SPF mechanisms authorising senders for infobdg.com.
| Mechanism | Target |
|---|---|
| SPF_A | infobdg.com |
| SPF_IP | 103.66.86.234 |
| SPF_IP | 151.245.85.180 |
| SPF_MX | infobdg.com |
Related pages
Pivot deeper into the graph from infobdg.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "infobdg.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.