-
Notifications
You must be signed in to change notification settings - Fork 23
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
Standardize Formatting, renamed some files #4
base: main
Are you sure you want to change the base?
Conversation
This is messy because of the renamed files. A git diff will show the complete file deleted and new one created for everything in a renamed folder. 😬 sorry. I following the instructions here and used |
lol woops, sorry the above is me, all the same still applies :) |
howdy @sbousseaden, I understand this is a rather large pull request, please let me know if you'd like me to break this up in any way, I'd be happy to do whatever is best for you. I don't mind continuing along on my fork, but I would like to do things like contribute additional logs, tooling and documentation. |
Ignoring whitespace, this mostly does cleanup of the original repository, standardizing the schema of events, adding techniques inside each of the events, and renaming
Privileges Elevation
to align with MITRE'sPrivilege Escalation
. I removed whitespace in Tactic names to ease parsing, but this is mostly the original data set.The schema now looks like this
I had thought about adding a key for references, but felt it would be better to handle that separately.
I tried my best to map events to techniques, but MITRE doesn't have full coverage of the events you documented so I used the closest appropriate ones I could.
Please let me know if you'd like to see any changes, and thanks for taking the time to review.