Would you like to learn more about Applied #PurpleTeaming? Come and join us, @0xPat and @c0p0x tomorrow at 1500 UTC.
Learn more: https://t.co/uRRV5npa5B
Free registration: https://t.co/dcz3MERHx6
Eliminate huge part of lateral movement scenarios with one command: "reg.exe add HKLM\SYSTEM\CurrentControlSet\Control /v DisableRemoteScmEndpoints /t REG_DWORD /d 1"
It will make Service Control Manager deaf to remote management. Everything else works properly.
In case you missed it: Im writing a multi part blog on RedELK, @OutflankNL’s open sourced tooling that acts as a red team SIEM and helps with overall improved oversight during red team operations:
https://t.co/jpfWDEFOI4
https://t.co/BCrcm5Uieo
https://t.co/NTyF6bVnOX
Wanted to demonstrate AdjustTokenPrivileges() -> SomePrivilegedCall() sequence, and failed with SetSystemTime(). And now I know: SetSystemTime() tries to adjusts privileges on it's own, not even checking the result, and then calls NtSetSystemTime() syscall. Interesting...