Skip to content

Commit a6ff0af

Browse files
committed
feat: Adjust alert timing offsets and update RDP alert title in Apollo scenario
- Updated data exfiltration alert offset from 20 to 25 minutes with clarifying comment (after last document download at base+24:30) - Updated RDP download alert offset from 25 to 35 minutes with clarifying comment (after RDP file download event at base+25) - Changed RDP alert title from "Apollo Ransomware - RDP Files Downloaded" to "OneDrive RDP Files Downloaded" for consistency
1 parent 8c51590 commit a6ff0af

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Backend/scenarios/apollo_ransomware_scenario.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,17 +159,17 @@
159159
},
160160
"📤 PHASE 4: Data Exfiltration": {
161161
"template": "sharepoint_data_exfil_alert",
162-
"offset_minutes": 20, # 20 min after initial compromise
162+
"offset_minutes": 25, # After last document download (base+24:30)
163163
"overrides": {
164164
"finding_info.title": "Data Exfiltration from SharePoint",
165165
"finding_info.desc": f"User {VICTIM_PROFILE['email']} downloaded sensitive documents including Personnel Records and Command Codes"
166166
}
167167
},
168168
"rdp_download": {
169169
"template": "o365_rdp_sharepoint_access",
170-
"offset_minutes": 25, # 25 min after initial compromise
170+
"offset_minutes": 35, # After RDP file download event (base+25)
171171
"overrides": {
172-
"finding_info.title": "Apollo Ransomware - RDP Files Downloaded",
172+
"finding_info.title": "OneDrive RDP Files Downloaded",
173173
"finding_info.desc": f"User {VICTIM_PROFILE['email']} downloaded RDP files from SharePoint - potential lateral movement preparation"
174174
}
175175
}

0 commit comments

Comments
 (0)