Skip to content

Commit

Permalink
Added SeMachineAccountPrivilege to localmachine ingestor, but no edge…
Browse files Browse the repository at this point in the history
…s yet
  • Loading branch information
lkarlslund committed Jan 8, 2024
1 parent 6ea7c30 commit 06416d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/integrations/localmachine/analyze/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,10 @@ func ImportCollectorInfo(ao *engine.Objects, cinfo localmachine.Info) (*engine.O
pwn = EdgeSeTakeOwnership
case "SeTrustedCredManAccess":
pwn = EdgeSeTrustedCredManAccess
case "SeMachineAccountPrivilege":
// Join machine to domain

// pwn = EdgeSeMachineAccount
case "SeTcbPrivilege":
pwn = EdgeSeTcb
case "SeIncreaseQuotaPrivilege", "SeSystemProfilePrivilege", "SeSecurityPrivilege", "SeSystemtimePrivilege", "SeProfileSingleProcessPrivilege", "SeIncreaseBasePriorityPrivilege", "SeCreatePagefilePrivilege", "SeShutdownPrivilege", "SeAuditPrivilege", "SeSystemEnvironmentPrivilege", "SeChangeNotifyPrivilege", "SeRemoteShutdownPrivilege", "SeUndockPrivilege", "SeCreateGlobalPrivilege", "SeIncreaseWorkingSetPrivilege", "SeTimeZonePrivilege", "SeCreateSymbolicLinkPrivilege", "SeInteractiveLogonRight", "SeDenyInteractiveLogonRight", "SeDenyRemoteInteractiveLogonRight", "SeBatchLogonRight", "SeServiceLogonRight", "SeDelegateSessionUserImpersonatePrivilege", "SeLockMemoryPrivilege", "SeDenyNetworkLogonRight", "SeTrustedCredManAccessPrivilege", "SeDenyBatchLogonRight", "SeDenyServiceLogonRight", "SeRelabelPrivilege":
Expand Down

0 comments on commit 06416d5

Please sign in to comment.