-
Notifications
You must be signed in to change notification settings - Fork 426
Content Enhancements - Second Batch #3231
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
patel-bhavin
approved these changes
Dec 16, 2024
Looking good @nasbench!! Approved :catjam: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR fixes/enhances some old analytics as well as a couple of new one.
New Analytics
Windows CertUtil Download With URL Argument
Windows Impair Defenses Disable Auto Logger Session
Windows Registry Dotnet ETW Disabled Via ENV Variable
Updated Analytics
Disabling Remote User Account Control
Removes the
HKLM\\SOFTWARE
prefix to make it more generic for other variations suchHKEY_LOCAL_MACHINE
Enable RDP In Other Port Number
Removes the
HKLM\\SOFTWARE
prefix to make it more generic for other variations suchHKEY_LOCAL_MACHINE
LOLBAS With Network Traffic
Adds
pwsh.exe
sincepowershell.exe
andpowershell_ise.exe
are already in there, as well as fixes some typos.Registry Keys Used For Persistence
Removes the
HKLM
prefix from `HKLM\SOFTWARE\Microsoft\Netsh\*Windows Registry BootExecute Modification
Removes the
HKLM
prefix fromHKLM\\System\\CurrentControlSet\\Control\\Session
Windows SQL Spawning CertUtil
See #3224 (comment) for details.
TL;DR is that it enhances coverage by adding other arguments and focusing only on the required ones.
The rest is some generic typo fix for the word
official