Mar 24, 2024, 02:53 PM
Hello ladies and gentlemen,
recently we obtained some email addresses from the police database here in Argentina. More specifically from Rio negro province.
The database contains about 11.957 email addreses, which also +10k of those, contains, full name information.
the format is as it follows:
{
"Nombre": "Ñancucheo Walter Omar",
"FULLNOMBRE": "Walter Omar Ñancucheo",
"EMAIL": "[email protected]"
}
Nombre: Name.
FULLNOMBRE: Full name.
We parsed the emails list in JSON, but we also have the "contacts.vcf " form.
Here are the samples:
If you want to get the full database, contact me in TOX:
In the future we may post the full data of the mentioned agents on the database.
Best regards,
NIND.
recently we obtained some email addresses from the police database here in Argentina. More specifically from Rio negro province.
The database contains about 11.957 email addreses, which also +10k of those, contains, full name information.
the format is as it follows:
{
"Nombre": "Ñancucheo Walter Omar",
"FULLNOMBRE": "Walter Omar Ñancucheo",
"EMAIL": "[email protected]"
}
Nombre: Name.
FULLNOMBRE: Full name.
We parsed the emails list in JSON, but we also have the "contacts.vcf " form.
Here are the samples:
{
"Nombre": "ABAN MAMANI",
"FULLNOMBRE": "ABAN MAMANI, Hernan eusebio",
"EMAIL": "[email protected]"
},
{
"Nombre": "ABARZUA ",
"FULLNOMBRE": "ABARZUA , Roberto damian",
"EMAIL": "[email protected]"
},
{
"Nombre": "ABARZUA CASTILLO",
"FULLNOMBRE": "ABARZUA CASTILLO, Ariel hernan",
"EMAIL": "[email protected]"
},
{
"Nombre": "ABBATE",
"FULLNOMBRE": "ABBATE, Gustavo sebastian",
"EMAIL": "[email protected]"
},
{
"Nombre": "ABBATE",
"FULLNOMBRE": "ABBATE, Oscar alberto",
"EMAIL": "[email protected]"
},
{
"Nombre": "ABBATE",
"FULLNOMBRE": "ABBATE, Alex joel",
"EMAIL": "[email protected]"
},
{
"Nombre": "ABBATE",
"FULLNOMBRE": "ABBATE, Olga victoria",
"EMAIL": "[email protected]"
},
{
"Nombre": "ABBONDI",
"FULLNOMBRE": "ABBONDI, Roberto antonio",
"EMAIL": "[email protected]"
},
{
"Nombre": "ABELAZ",
"FULLNOMBRE": "ABELAZ, Daniel emilio",
"EMAIL": "[email protected]"
},
{
"Nombre": "ABRAHAM MARGAGLIOTTI",
"FULLNOMBRE": "ABRAHAM MARGAGLIOTTI, Mariano daniel",
"EMAIL": "[email protected]"
},
{
"Nombre": "ABRUZA",
"FULLNOMBRE": "ABRUZA, Matias nicolas",
"EMAIL": "[email protected]"
},
{
"Nombre": "ACEITUNO",
"FULLNOMBRE": "ACEITUNO, Julieta mariel",
"EMAIL": "[email protected]"
},
{
"Nombre": "ACENCIO",
"FULLNOMBRE": "ACENCIO, Elvio cesar",
"EMAIL": "[email protected]"
},
{
"Nombre": "ACENCIO",
"FULLNOMBRE": "ACENCIO, Susana belen",
"EMAIL": "[email protected]"
},
{
"Nombre": "ACEVEDO",
"FULLNOMBRE": "ACEVEDO, Miguel antonio",
"EMAIL": "[email protected]"
},
{
"Nombre": "ACEVEDO ELISABETH",
"FULLNOMBRE": "ACEVEDO ELISABETH",
"EMAIL": "[email protected]"
},
{
"Nombre": "ACIAR",
"FULLNOMBRE": "ACIAR, Manuel segundo",
"EMAIL": "[email protected]"
},
{
"Nombre": "ACIAR",
"FULLNOMBRE": "ACIAR, Karina beatriz",
"EMAIL": "[email protected]"
},
{
"Nombre": "ACIAR GUTIERREZ",
"FULLNOMBRE": "ACIAR GUTIERREZ, Lilen abril",
"EMAIL": "[email protected]"
},
{
"Nombre": "ACOSTA",
"FULLNOMBRE": "ACOSTA, Roberto daniel",
"EMAIL": "[email protected]"
},
{
"Nombre": "ACOSTA",
"FULLNOMBRE": "ACOSTA, Yonatahan david",
"EMAIL": "[email protected]"
},If you want to get the full database, contact me in TOX:
In the future we may post the full data of the mentioned agents on the database.
Best regards,
NIND.


