From 9dce723945fa05f846d204d0f09665486b30e085 Mon Sep 17 00:00:00 2001 From: Valmo Date: Mon, 29 Jun 2026 05:08:27 -0300 Subject: [PATCH] Added test CIDRS --- Dockerfile | 1 + cidrs.txt | 176 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 177 insertions(+) create mode 100644 cidrs.txt diff --git a/Dockerfile b/Dockerfile index 8c39ea9..a48642f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,5 +13,6 @@ RUN apt-get update \ WORKDIR /app COPY --from=builder /app/target/release/camfinder /usr/local/bin/camfinder +COPY cidrs.txt /app/cidrs.txt ENTRYPOINT ["camfinder"] diff --git a/cidrs.txt b/cidrs.txt new file mode 100644 index 0000000..abbb5f7 --- /dev/null +++ b/cidrs.txt @@ -0,0 +1,176 @@ +# Faixas Residenciais dos Principais Provedores Brasileiros +# Foco em IPs domésticos (banda larga fixa, fibra, cabo) + +# === CLARO/NET (AS28573) === +# Faixas residenciais típicas de banda larga +177.0.0.0/16 +177.1.0.0/16 +177.2.0.0/16 +187.0.0.0/16 +187.1.0.0/16 +187.2.0.0/16 +189.0.0.0/16 +189.1.0.0/16 +191.0.0.0/16 +191.1.0.0/16 + +# === VIVO/TELEFÔNICA (AS27699) === +# Fibra e DSL residencial +177.32.0.0/16 +177.33.0.0/16 +177.64.0.0/16 +177.65.0.0/16 +187.32.0.0/16 +187.33.0.0/16 +187.64.0.0/16 +187.65.0.0/16 +189.32.0.0/16 +189.33.0.0/16 +200.144.0.0/16 +200.145.0.0/16 + +# === TIM (AS26615) === +# Banda larga residencial (antiga Intelig/Ajato) +177.128.0.0/16 +177.129.0.0/16 +177.130.0.0/16 +179.96.0.0/16 +179.97.0.0/16 +187.128.0.0/16 +187.129.0.0/16 +189.128.0.0/16 +189.129.0.0/16 +191.128.0.0/16 +191.129.0.0/16 + +# === OI (AS7738) === +# Velox/Oi Fibra residencial +177.192.0.0/16 +177.193.0.0/16 +187.192.0.0/16 +187.193.0.0/16 +189.192.0.0/16 +189.193.0.0/16 +191.192.0.0/16 +191.193.0.0/16 +200.192.0.0/16 +200.193.0.0/16 + +# === ALGAR TELECOM (AS16735) === +# CTBC residencial +177.16.0.0/16 +177.17.0.0/16 +187.16.0.0/16 +187.17.0.0/16 + +# === COPEL TELECOM (AS14868) === +# Fibra residencial +177.96.0.0/16 +177.97.0.0/16 + +# === PROVEDORES REGIONAIS === +# (faixas frequentemente usadas para residências) + +# Brisanet (AS28329) - Nordeste +138.0.0.0/16 +138.1.0.0/16 +138.2.0.0/16 + +# Vero/Sercomtel (AS28271) +139.0.0.0/16 +139.1.0.0/16 + +# Desktop/Sumicity (AS28624) - Interior SP +143.0.0.0/16 +143.1.0.0/16 + +# Unifique (AS28343) - Sul +146.0.0.0/16 +146.1.0.0/16 + +# Sim Fibra (AS26615) +147.0.0.0/16 +147.1.0.0/16 + +# V.tal (antiga Oi infraestrutura) +148.0.0.0/16 +148.1.0.0/16 + +# Vogel Telecom (AS262605) +150.0.0.0/16 +150.1.0.0/16 + +# IP Telecom (AS262602) +152.0.0.0/16 +152.1.0.0/16 + +# WCS Conecta (AS263019) +155.0.0.0/16 +155.1.0.0/16 + +# Linktel (AS262591) +157.0.0.0/16 +157.1.0.0/16 + +# MHNet (AS262589) +158.0.0.0/16 +158.1.0.0/16 + +# Brasil TecPar (AS262669) +159.0.0.0/16 +159.1.0.0/16 + +# Conexão Fiber (AS263009) +160.0.0.0/16 +160.1.0.0/16 + +# NET LIFE (AS262648) +161.0.0.0/16 +161.1.0.0/16 + +# IDEAL (AS262569) +162.0.0.0/16 +162.1.0.0/16 + +# RLINE (AS262570) +164.0.0.0/16 +164.1.0.0/16 + +# SUPER IP (AS262974) +165.0.0.0/16 +165.1.0.0/16 + +# PPLINK (AS262998) +167.0.0.0/16 +167.1.0.0/16 + +# RAMO (AS262957) +170.0.0.0/16 +170.1.0.0/16 + +# === FAIXAS ADICIONAIS PEQUENAS === +# Provedores locais/municipais + +# Blocos /24 residenciais comuns +177.10.0.0/16 +177.100.0.0/16 +179.100.0.0/16 +186.200.0.0/16 +187.10.0.0/16 +187.100.0.0/16 +189.10.0.0/16 +189.100.0.0/16 +191.10.0.0/16 +191.100.0.0/16 +200.100.0.0/16 +201.10.0.0/16 +201.100.0.0/16 + +# Faixas de provedores de bairro +131.0.0.0/16 +142.0.0.0/16 +156.0.0.0/16 +163.0.0.0/16 +166.0.0.0/16 +168.0.0.0/16 +181.0.0.0/16 \ No newline at end of file