From 8fe77347ad2c9939da1be22a27fa5ca75f9e27bb Mon Sep 17 00:00:00 2001 From: P4T12ICK Date: Wed, 9 Jun 2021 11:02:10 +0200 Subject: [PATCH] wip --- .../ci/detection_testing_batch/modules/github_service.py | 1 + .../attempted_credential_dump_from_registry_via_reg_exe.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/automated_detection_testing/ci/detection_testing_batch/modules/github_service.py b/automated_detection_testing/ci/detection_testing_batch/modules/github_service.py index e01b929988..62d1953fff 100644 --- a/automated_detection_testing/ci/detection_testing_batch/modules/github_service.py +++ b/automated_detection_testing/ci/detection_testing_batch/modules/github_service.py @@ -19,6 +19,7 @@ class GithubService: self.security_content_branch = security_content_branch self.security_content_repo_obj = self.clone_project(SECURITY_CONTENT_URL, f"security_content", f"develop") self.security_content_repo_obj.git.checkout(security_content_branch) + self.security_content_repo_obj.git.merge('develop') def clone_project(self, url, project, branch): LOGGER.info(f"Clone Security Content Project") diff --git a/detections/endpoint/attempted_credential_dump_from_registry_via_reg_exe.yml b/detections/endpoint/attempted_credential_dump_from_registry_via_reg_exe.yml index d6f1b914d4..f78fdc15d1 100644 --- a/detections/endpoint/attempted_credential_dump_from_registry_via_reg_exe.yml +++ b/detections/endpoint/attempted_credential_dump_from_registry_via_reg_exe.yml @@ -50,3 +50,4 @@ tags: - Processes.process - Processes.dest security_domain: endpoint +