TheresAFewConors / Sooty

The SOC Analysts all-in-one CLI tool to automate and speed up workflow.
GNU General Public License v3.0
1.34k stars 209 forks source link

Email/Phishing Headers #9

Closed Arkanyus closed 5 years ago

Arkanyus commented 5 years ago

Nice work on the enhancements, I'll keep adding until you tell me to stop haha

TheresAFewConors commented 5 years ago

Haha keep 'em coming!

That's actually a feature I'm working on right now, it works by choosing the email in a file explorer - it then extracts all the email addresses from the email, next I need to get the URL extractor working and then it's on to the headers for analysis - aiming for completion on Friday (if all goes well)

Again I'll keep this ticket open as a reminder and close it when complete - you'll get a notification too so you know when it's been uploaded

TheresAFewConors commented 5 years ago

Ok so released the first iteration of the header analyser, its only tested with .msg files from outlook right now, but I'll add the .eml files next

Arkanyus commented 5 years ago

Getting an error with an Outlook .msg file, not much additional info to be able to give on the error and i assume its working fine for you, was there a req. added for this?

Also, getting an error with the ipwhois import now, do you have a link for the install for this? I used: https://github.com/secynic/ipwhois

TheresAFewConors commented 5 years ago

Hmm that is strange.

TheresAFewConors commented 5 years ago

Going to close this issue due to no actions to be taken - comment below if the error persists and we'll figure it out.

Arkanyus commented 5 years ago

Apologies for the delayed response.

TheresAFewConors commented 5 years ago

I've modified the code so if a file has a space in its name it will remove it before opening - which seems to have fixed some of the issue - there is still a problem with Python not releasing the emails after though so each can only be checked once per launch

Are you installing from the requirements file? That should be the correct import and version