Removed printout from python code. Committed detection in dist with status validation.

This commit is contained in:
pyth0n1c
2023-10-02 16:45:06 -07:00
parent 95f836d4f6
commit a23eb85f4f
2 changed files with 3 additions and 2 deletions
@@ -148,7 +148,8 @@ class Detection(BaseModel, SecurityContentObject):
if "ssa_" not in values["file_path"]:
raise ValueError(f"The following is NOT an ssa_ detection, but has 'status: {values['status']} which may ONLY be used for ssa_ detections:' {values['file_path']}")
else:
print(f"Got an ssa validation detection: {values['file_path']}")
#This is an ssa_ validation detection
pass
return values
@@ -1,7 +1,7 @@
name: Services lolbas Execution Process Spawn
id: fd40c537-53d0-4c28-9b7e-77cfd28a49c8
version: 1
status: production
status: validation
description: The following analytic identifies services.exe spawning a LOLBAS execution
process. When adversaries execute code on remote endpoints abusing the Service Control
Manager and creating a remote malicious service, the executed command is spawned