-
Notifications
You must be signed in to change notification settings - Fork 595
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
Version 1.0 of Sysmon to MITRE ATT&CK compare script #80
base: master
Are you sure you want to change the base?
Conversation
Update ATTCK to ATT&CK and check for valid Tactic names
Hey @olafhartong, what do you think of this PR? I would be happy to break it down further if needed. |
I like the script a lot, the GridView output is pretty cool! However, on my test machines the json is not populated with techniques, this might be because the tactics are not in there? |
Oh I see, yes. Without the Tactic you can't export the JSON. That is part of the PR (#82) that adds all of the Tactics to the rule names. :) |
The source of `CompareSysmonTo-MITRE_ATTCK.ps1` script is from olafhartong#80 This script is useful and cool! Thanks to nicpenning for his contribution Finally, modify some code in the script according to my needs, such as loading MITRE ATT&CK v11.0
The source of `CompareSysmonTo-MITRE_ATTCK.ps1` script is from olafhartong#80 Thanks to the lead author, nicpenning, for his/her contribution. This script is useful and cool! Finally, modify some code in the script according to my needs, such as loading MITRE ATT&CK v11.0
The source of `CompareSysmonTo-MITRE_ATTCK.ps1` script is from olafhartong#80 Thanks to the lead author, nicpenning, for his/her contribution. This script is useful and cool! Finally, modify some code in the script according to my needs, such as loading MITRE ATT&CK v11.0
The source of `CompareSysmonTo-MITRE_ATTCK.ps1` script is from olafhartong#80 Thanks to the lead author, nicpenning, for his/her contribution. This script is useful and cool! Finally, modify some code in the script according to my needs, such as loading MITRE ATT&CK v11.0
I created a script to perform a variety of functions that match this feature request: #79
To use simply:
Requires PowerShell 7+ and Windows
🤞