Hostname
bid.adview.com
Last fetched
bid.adview.com resolves to 10 IPv4 addresses operated by ORACLE-BMC-31898 - Oracle Corporation in DE.
Nutrition Label
Resolution chain
bid.adview.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 130.61.103.46 | 130.61.100.0/22 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | DE |
| 130.61.149.137 | 130.61.128.0/17 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | DE |
| 130.61.180.159 | 130.61.128.0/17 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | DE |
| 130.61.238.96 | 130.61.128.0/17 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | DE |
| 130.61.39.68 | 130.61.32.0/20 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | DE |
| 130.61.237.170 | 130.61.128.0/17 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | DE |
| 130.61.225.126 | 130.61.128.0/17 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | DE |
| 130.61.238.92 | 130.61.128.0/17 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | DE |
| 130.61.39.24 | 130.61.32.0/20 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | DE |
| 141.144.248.151 | 141.144.224.0/19 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | DE |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Threat posture
History
Related pages
Pivot deeper into the graph from bid.adview.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bid.adview.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.