mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Removed printout from python code. Committed detection in dist with status validation.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user