Apr 05, 2025, 10:14 PM
Hello Everyone,
first, Moderators apologies if this is not the right place to ask questions, I am new to this forum and still figuring out what is the best approach to use it and collaborate.
I want to learn how to extract data and compile it so I can share/exchange intel
I have currently downloaded a published ransomware database from a car hire company, in this, a lot of full names and addresses, email address and phone numbers are available (3.6k), I want to be able to extract from each PDF the (first name, last name, adress, email, phone number, ...)
My question is, how do you guys do this? do you have your own python script?? what approach do you use
I have converted all pdfs in txt file to make this simpler, I tried to create a python script but with no success (not the same line number and sometimes address gets confused with the company address on the pdf/txt files)
although I will continue trying, I would appreciate if any of you could advise me
Many thanks
first, Moderators apologies if this is not the right place to ask questions, I am new to this forum and still figuring out what is the best approach to use it and collaborate.
I want to learn how to extract data and compile it so I can share/exchange intel
I have currently downloaded a published ransomware database from a car hire company, in this, a lot of full names and addresses, email address and phone numbers are available (3.6k), I want to be able to extract from each PDF the (first name, last name, adress, email, phone number, ...)
My question is, how do you guys do this? do you have your own python script?? what approach do you use
I have converted all pdfs in txt file to make this simpler, I tried to create a python script but with no success (not the same line number and sometimes address gets confused with the company address on the pdf/txt files)
although I will continue trying, I would appreciate if any of you could advise me
Many thanks


