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鈥檒l 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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nicpenning
Copy link
Contributor

@nicpenning nicpenning commented Apr 12, 2021

I created a script to perform a variety of functions that match this feature request: #79

To use simply:

  1. Clone sysmon-modular repo
  2. Run this script
  3. Provide answers to the questions from the wizard
  4. Enjoy!

Requires PowerShell 7+ and Windows

馃

@nicpenning nicpenning changed the title Version 1.0 of Symon to MITRE ATT&CK compare script Version 1.0 of Sysmon to MITRE ATT&CK compare script Apr 12, 2021
Update ATTCK to ATT&CK and check for valid Tactic names
@nicpenning
Copy link
Contributor Author

Hey @olafhartong, what do you think of this PR?

I would be happy to break it down further if needed.

@olafhartong
Copy link
Owner

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?
Tested with PWSH 5 and 7

@nicpenning
Copy link
Contributor Author

nicpenning commented May 18, 2021

PowerShell 7 should do the trick. If you run it against the current repo clone then you will miss the tactics and some info.

This is what I see when I execute the script:
image

Is this what you see?

@nicpenning
Copy link
Contributor Author

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. :)

@nicpenning nicpenning mentioned this pull request May 18, 2021
stavhaygn added a commit to stavhaygn/sysmon-modular that referenced this pull request May 10, 2022
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
stavhaygn added a commit to stavhaygn/sysmon-modular that referenced this pull request May 10, 2022
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
stavhaygn added a commit to stavhaygn/sysmon-modular that referenced this pull request May 11, 2022
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
stavhaygn added a commit to stavhaygn/sysmon-modular that referenced this pull request May 11, 2022
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants