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
if (-not ('TokenInformation.ProcessNativeMethods' -as [type])){ | |
$TypeDef = @' | |
using System; | |
using System.Runtime.InteropServices; | |
namespace TokenInformation { | |
[Flags] | |
public enum ProcessAccess { | |
All = 0x001FFFFF, | |
Terminate = 0x00000001, | |
CreateThread = 0x00000002, |
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
Author: Jonathan Johnson | |
Data pulled via winnt.h / LookupPrivilegeValue | |
SE_CREATE_TOKEN_NAME / SeCreateTokenPrivilege / 2 | |
SE_ASSIGNPRIMARYTOKEN_NAME / SeAssignPrimaryTokenPrivilege / 3 | |
SE_LOCK_MEMORY_NAME / SeLockMemoryPrivilege / 4 | |
SE_INCREASE_QUOTA_NAME / SeIncreateQuotoPrivilege / 5 | |
SE_MACHINE_ACCOUNT_NAME / SeMachineAccountPrivilege / 6 | |
SE_TCB_NAME / SeTcbPrivilege / 7 | |
SE_SECURITY_NAME / SeSecurityPrivilege/ 8 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
#Author: Jonthan Johnson (@jsecurity101) | |
if (-not ('ProtectedObjects.ProcessNativeMethods' -as [Type])) { | |
$TypeDef = @' | |
using System; | |
using System.Runtime.InteropServices; | |
namespace ProtectedObjects { | |
[Flags] | |
public enum ProcessAccess { |
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
if (-not ('TokenInformation.ProcessNativeMethods' -as [type])){ | |
$TypeDef = @' | |
using System; | |
using System.Runtime.InteropServices; | |
namespace TokenInformation { | |
[Flags] | |
public enum ProcessAccess { | |
All = 0x001FFFFF, | |
Terminate = 0x00000001, |
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
rpc | |
filter | |
add rule layer=um actiontype=permit | |
add condition field=if_uuid matchtype=equal data=<uuidguid> | |
add condition field=auth_type matchtype=equal data=16 | |
add condition field=auth_level matchtype=equal data=6 | |
add filter | |
add rule layer=um actiontype=block | |
add condition field=if_uuid matchtype=equal data=<uuidguid> | |
add filter |
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
{ | |
"name": "RPC to Technique Mapping", | |
"versions": { | |
"attack": "9", | |
"navigator": "4.4.1", | |
"layer": "4.2" | |
}, | |
"domain": "enterprise-attack", | |
"description": "", | |
"filters": { |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.