mirror of
https://github.com/vxcontrol/xp-rules.git
synced 2026-07-25 16:55:37 -04:00
[PR #1] [CLOSED] Детект включения процессом привилегии SeDebugPrivilege #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vxcontrol/xp-rules/pull/1
Author: @driverenok
Created: 6/1/2023
Status: ❌ Closed
Base:
master← Head:feature/win10_4703_SeDebugPrivilege_enabled📝 Commits (10+)
7980eebв репозитории остался только SIEM формат и добавлены примеры фильтров5ce5ac81. Добавил правило Schtasks_Commandline и его зависимости.81d662esync rule filters from parent repo0f1b3cfMerge branch 'master' of github.com:Security-Experts-Community/open-xp-rules98c915cДобавлены примеры правил для выявления запуска Mimikatz и эксплуатирования ProxyNotShell.b4c6d34Правило Schtasks_Commandline переведено на использование макросов.e4b8c73fix5f5d5efnames pipe impersonation rule3c498b8Merge pull request #1 from Vasilisa-L/feature/demo7e71ac9Correlation name fix📊 Changes
3333 files changed (+1185 additions, -50123 deletions)
View changed files
➕
NOTICE(+1 -0)➕
README.md(+3 -0)➕
common/rules_filters/Contexts/System/FileSystemObject/FileCreate_Windows/filter.flt(+16 -0)➕
common/rules_filters/Contexts/System/FileSystemObject/FileCreate_Windows/metainfo.yaml(+13 -0)➕
common/rules_filters/Contexts/System/Process/ProcessStart_Windows_any/filter.flt(+13 -0)➕
common/rules_filters/Contexts/System/Process/ProcessStart_Windows_any/metainfo.yaml(+13 -0)➕
common/rules_filters/Contexts/System/Process/ProcessStart_Windows_cmd_meta/filter.flt(+17 -0)➕
common/rules_filters/Contexts/System/Process/ProcessStart_Windows_cmd_meta/metainfo.yaml(+33 -0)➕
common/rules_filters/Contexts/System/Process/ProcessStart_Windows_commandline/filter.flt(+17 -0)➕
common/rules_filters/Contexts/System/Process/ProcessStart_Windows_commandline/metainfo.yaml(+27 -0)➕
common/rules_filters/Contexts/Users_and_Access/Authentication/LoginAttempt_Windows_Endpoint/filter.flt(+10 -0)➕
common/rules_filters/Contexts/Users_and_Access/Authentication/LoginAttempt_Windows_Endpoint/metainfo.yaml(+13 -0)➕
common/rules_filters/Properties/Accounts/UserAccount_Windows/filter.flt(+19 -0)➕
common/rules_filters/Properties/Accounts/UserAccount_Windows/metainfo.yaml(+26 -0)➕
common/rules_filters/Properties/Generic/NotFromCorrelator/filter.flt(+3 -0)➕
common/rules_filters/Properties/Generic/NotFromCorrelator/metainfo.yaml(+11 -0)➕
common/rules_filters/Properties/OperatingSystems/OperatingSystem_UNIXLike/filter.flt(+13 -0)➕
common/rules_filters/Properties/OperatingSystems/OperatingSystem_UNIXLike/metainfo.yaml(+10 -0)➕
common/rules_filters/examples/IsNormalizedEvent/filter.flt(+5 -0)➕
common/rules_filters/examples/IsNormalizedEvent/metainfo.yaml(+11 -0)...and 80 more files
📄 Description
Данное правило срабатывает при включении процессом привилегии SeDebugPrivilege. Работает на основе события WinEventLog 4703 (Security). Resolves #278
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.