Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Level adjusting depending on context - "Emergency Alerts" #1551

Open
YamatoSecurity opened this issue Jan 23, 2025 · 1 comment
Open

Level adjusting depending on context - "Emergency Alerts" #1551

YamatoSecurity opened this issue Jan 23, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@YamatoSecurity
Copy link
Collaborator

The severity of an attack will change depending on where the attack happened. For example, credential stealing via Mimikatz on a domain controller is much more serious than on a regular employee's workstation. Therefore I want to be able to create a list of computer names in a configuration file ./config/critical_systems.txt and anytime csv-timeline or json-timeline is run, the severity level will be increased by one exception for informational alerts. For example, low now becomes medium, etc...
Since critical is the highest, we will need to create a new level above that. Since I would consider a compromised DC an emergency, I think this would be appropriate naming. emergency alerts, emergency detections, etc..

We need to update the Results Summary outputted at the end to include this information. For the top 5/10 alerts table, we can make the informational alerts only 5 instead of 10 to make room for the top 5 emergency alerts.

I would like to have a different color eventually but for now, we can output the emergency alerts in the same red color as critical alerts.

For the 4 letter abbreviations we use in the level column/field, we can use emer.

Note: I am also planning on adding another command to search for events only found on domain controllers, file servers, etc.. to identify critical systems and make it easy to add the computer names to the config file. I will create a separate issue for that.

@fukusuket Would you be interested in implementing this?

@YamatoSecurity YamatoSecurity added the enhancement New feature or request label Jan 23, 2025
@fukusuket
Copy link
Collaborator

@YamatoSecurity
Sounds good! Yes, I would love to implement it!💪

@fukusuket fukusuket self-assigned this Jan 23, 2025
@fukusuket fukusuket added this to the 3.1 (2025/2/22 Ninja Day) milestone Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants