BCRA Database Leak
by SPOA - 04-06-25, 10:26 AM
#1
Star 
[Image: 512px-BCRA_logo.svg.png?20220722182438]

I'm selling a database with 19,000,680 real customer records, linked to financial data from BCRA (Central Bank of Argentina).
🔍 What kind of data does it include?Each record contains:
  • Last name and first name
  • Document type and number
  • Full CUIL
  • Date of birth
  • Address (street and number)
  • City and postal code
  • Phone number
  • Unique client number
In addition, this data is linked to:
  • Debt reports
  • Loans and credit information
  • Financial background registered with BCRA
📂 Total records: 19,000,680
⚙️ Main table:
Code:
-- Estructura de tabla para la tabla `clientes`
--

CREATE TABLE `clientes` (
  `APELLIDO` char(20) DEFAULT NULL,
  `NOMBRE` char(20) DEFAULT NULL,
  `TIPO_DOC` char(3) DEFAULT NULL,
  `NRO_DOC` int(10) DEFAULT NULL,
  `CUIL` bigint(11) DEFAULT NULL,
  `FECHA_NAC` date DEFAULT NULL,
  `DOMICILIO` char(30) DEFAULT NULL,
  `NUMERO` int(5) DEFAULT NULL,
  `LOCALIDAD` char(45) DEFAULT NULL,
  `CPOS` int(4) DEFAULT NULL,
  `TELEFONO` char(20) DEFAULT NULL,
  `NRO_CLIE` int(8) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Volcado de datos para la tabla `clientes`
--
 
If you're interested or want a sample, message me directly.

ATT: I.C.B.F Kisses
Reply
#2
real?
Reply


Forum Jump:


 Users browsing this thread: 2 Guest(s)