Unit tests for mitre attack rules#355
Open
shadow2033 wants to merge 80 commits intoSecurity-Experts-Community:masterfrom
Open
Unit tests for mitre attack rules#355shadow2033 wants to merge 80 commits intoSecurity-Experts-Community:masterfrom
shadow2033 wants to merge 80 commits intoSecurity-Experts-Community:masterfrom
Conversation
…DumpWriteDump_Lsass)
…_Via_KeeThief). Удалил повторяющиеся модульные тесты.
…ля правила (Mimikatz_Memssp_Default_Log_Detected)
Для второго модульного теста изменил "условие прохождение теста" на (expect not {
"correlation_name": "Mimikatz_Memssp_Default_Log_Detected"
} )
…ershell_scriptblock)
…правила(Clearing_eventlog)
… ожидаем для правила (UACME_23_DismCore_Hijacking)
… правила (UAC_Bypass_Via_Consent)
…Account_unit_test'
…e/add_Detect_Fake_ComputerAccount_unit_test' and 'feature/add_Detect_Pass_the_Hash_via_Mimikatz_local_unit_test'
…ature/add_Dump_lsass_via_process_access_unit_test' and 'feature/add_Enumeration_Users_In_Groups_unit_test'
…t_test', 'feature/add_Impacket_WMIExec_Command_Executed_unit_test', 'feature/add_KeePass_CredDump_unit_test', 'feature/add_Keepass_Key_Dump_Via_KeeThief_unit_test' and 'feature/add_Kerberos_pwd_spraying_unit_test'
…d_Local_Groups_Enumeration_Discovery_unit_test', 'feature/add_Mimikatz_Memssp_Default_Log_Detected_unit_test', 'feature/add_Mimikatz_unit_test' and 'feature/add_Named_Pipe_Impersonation_PrivEsc_unit_test'
…feature/add_Phishing_windows_credentials_powershell_scriptblock_unit_test', 'feature/add_Portproxy_netsh_unit_test', 'feature/add_Potential_Privileged_Escalation_via_KrbRelayUp_unit_test' and 'feature/add_ProxyNotShell_unit_test'
…P_Tunneling_via_SSH_5156_unit_test', 'feature/add_RDP_settings_tampering_unit_test', 'feature/add_Remote_registry_access_unit_test' and 'feature/add_ReverseShell_created_via_PEInjection_unit_test'
…/add_Start_process_as_vshadow_child_unit_test', 'feature/add_Subrule_ParentPid_Spoofing_unit_test', 'feature/add_Suspend_Process_unit_test' and 'feature/add_Suspicious_Explorer_Injection_unit_test'
…feature/add_UAC_Bypass_Via_Consent_unit_test', 'feature/add_Unquoted_Service_Path_Abuse_unit_test', 'feature/add_Use_persist_Start_process_via_WinlogonShell_unit_test', 'feature/add_VSSVC_service_state_changed_unit_test', 'feature/add_XP_Cmdshell_Enable_unit_test', 'feature/add_XP_Cmdshell_Usage_unit_test' and 'feature/add_sAMAccountName_Spoofing_unit_test'
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Russian:
В этом (Pull Request) я внес изменения, связанные с добавлением модульных тестов для правил (mitre attack) расположенных в директории packages/windows_open_package/correlation_rules. Эти изменения позволят нам обеспечить более высокую степень уверенности в работоспособности
English:
In this (Pull Request) I have made changes to add unit tests for rules (mitre attacks) located in the packages/windows_open_package/correlation_rules directory. These changes will allow us to provide a higher degree of assurance that the rules are working properly