Hostname
b2proxy.com
Last fetched
b2proxy.com resolves to 2 IPv4 addresses operated by J D S MEDEIROS PROVEDOR DE INTERNET - ME in US. WHOIS lists iana:1599 as the registrar.
Nutrition Label
Resolution chain
b2proxy.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 |
|---|---|---|---|---|
| 118.193.77.46 | 118.193.77.0/24 | AS135377 | J D S MEDEIROS PROVEDOR DE INTERNET - ME | US |
| 128.14.70.9 | 128.14.70.0/24 | AS62610 | CONTINUUMMANAGEDSERVICESLLC - Continuum Managed Services, LLC | US |
WHOIS identity
- Registrar
- iana:1599
- Organization
- —
- Contact emails
- —
Subdomains
12 observed subdomains of b2proxy.com.
Web-graph footprint
Distinct hostnames that link to or from b2proxy.com in the public web crawl.
16 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for b2proxy.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mail.qq.com |
Related pages
Pivot deeper into the graph from b2proxy.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "b2proxy.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.