Complete porinting of playbooks. Fix references to old, removed detections

in playbooks that were previously unvalidated.
Add a MANUAL_REVIEW section, which is commented out,
for clarity and to allow CICD to run and pass on this content.
Renamed an existing playbook because it diverges from the name
of that playbook elsewhere.
This commit is contained in:
Eric McGinnis
2026-05-19 14:28:53 -07:00
parent e190246023
commit 13f06b5e1d
7 changed files with 2989 additions and 9 deletions
+1
View File
@@ -17,6 +17,7 @@
"./schemas/KVStoreLookup.schema.json": "lookups/kvstore/*.yml",
"./schemas/FilebackedMacro.schema.json": "macros/*.yml",
"./schemas/FilebackedSchedule.schema.json": "schedules/*.yml",
"./schemas/Playbook.schema.json": "playbooks/*.yml",
"./schemas/Story.schema.json": ["stories/*.yml", "!removed/stories/*.yml"]
}
}
@@ -1,4 +1,4 @@
name: Cisco Talos Intelligence Identifier Reputation Analysis
name: CiscoTalosIntelligence Identifier Reputation Analysis
id: 9cea2ec7-9e6c-4861-b828-336410cdc1cc
version: 2
creation_date: '2025-01-17'
@@ -27,3 +27,6 @@ use_cases:
- Enrichment
defend_technique_id:
- D3-IRA
# MANUAL_REVIEW:
# rationale: This filename was changed from Cisco Talos Intelligence Identifier Reputation Analysis to
# CiscoTalosIntelligence Identifier Reputation Analysis in line with how it exists in the source of truth.
+19 -4
View File
@@ -24,12 +24,27 @@ product:
analytic_story:
- Log4Shell CVE-2021-44228
detections:
- Curl Download and Bash Execution
- Wget Download and Bash Execution
- Linux Java Spawning Shell
- Windows Java Spawning Shells
- File Download or Read to Pipe Execution
- Web or Application Server Spawning a Shell
- Java Class File download by Java User Agent
- Outbound Network Connection from Java Using Default Ports
- Log4Shell JNDI Payload Injection Attempt
- Log4Shell JNDI Payload Injection with Outbound Connection
- Detect Outbound LDAP Traffic
# MANUAL_REVIEW:
# rationale: detections section contained references to two removed detections.
# They have been remapped to their replacement content.
# unmodified_detections_section:
# - Curl Download and Bash Execution
# - Wget Download and Bash Execution
# - Linux Java Spawning Shell
# - Windows Java Spawning Shells
# - Java Class File download by Java User Agent
# - Outbound Network Connection from Java Using Default Ports
# - Log4Shell JNDI Payload Injection Attempt
# - Log4Shell JNDI Payload Injection with Outbound Connection
# - Detect Outbound LDAP Traffic
# manually_added_detections_from_replacement_content:
# - File Download or Read to Pipe Execution
# - Web or Application Server Spawning a Shell
+18 -4
View File
@@ -24,12 +24,26 @@ product:
analytic_story:
- Log4Shell CVE-2021-44228
detections:
- Curl Download and Bash Execution
- Wget Download and Bash Execution
- Linux Java Spawning Shell
- Windows Java Spawning Shells
- File Download or Read to Pipe Execution
- Web or Application Server Spawning a Shell
- Java Class File download by Java User Agent
- Outbound Network Connection from Java Using Default Ports
- Log4Shell JNDI Payload Injection Attempt
- Log4Shell JNDI Payload Injection with Outbound Connection
- Detect Outbound LDAP Traffic
# MANUAL_REVIEW:
# rationale: detections section contained references to two removed detections.
# They have been remapped to their replacement content.
# unmodified_detections_section:
# - Curl Download and Bash Execution
# - Wget Download and Bash Execution
# - Linux Java Spawning Shell
# - Windows Java Spawning Shells
# - Java Class File download by Java User Agent
# - Outbound Network Connection from Java Using Default Ports
# - Log4Shell JNDI Payload Injection Attempt
# - Log4Shell JNDI Payload Injection with Outbound Connection
# - Detect Outbound LDAP Traffic
# manually_added_detections_from_replacement_content:
# - File Download or Read to Pipe Execution
# - Web or Application Server Spawning a Shell
File diff suppressed because it is too large Load Diff