-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
T1028 "Windows Remote Management": split in several techniques #1042
Comments
Need to adapt this to new subtechniques. Ex. T1021.006 |
@cnotin Apologies for the late reply on this. With the transition to sub-techniques, do you feel the tests align to their respective T1021 sub-techniques? |
@mgraeber-rc no worries :) Those are now T1021.006 and I agree:
Those others still need change IMO:
|
Thanks for the update, @cnotin! Completely agree with moving test 2 to T1021.003. I'd support removing test 3 and 4 as well if they are duplicates of existing tests. Thoughts? You wanna submit the PR? Thanks again! |
I cannot suggest a PR immediately but maybe later. Except if you prefer it faster and in that case no worries I let you do it :) |
T1028 currently has 5 atomic tests implemented:
T1028 is very specific to "Windows Remote Management", also called WinRM which is used by PowerShell Remoting (and others) but not by psexec, mmc20 or remote WMI.
Therefore, I suggest keeping only those in T1028:
And here are my suggestions for the others:
What do you think? Would you like me to implement these suggestions?
The text was updated successfully, but these errors were encountered: