-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path02-red-team-planning.json
More file actions
530 lines (530 loc) · 16.4 KB
/
Copy path02-red-team-planning.json
File metadata and controls
530 lines (530 loc) · 16.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
{
"version": "2.7.0",
"schema": "killchain-export-lite",
"exportedAt": "2026-02-10T09:00:00.000Z",
"title": "UC2 — FinServ Assumed Breach: Red Team Operation Plan",
"description": "Red team assumed-breach plan for a financial services target, mapping planned TTPs, tooling, and C2 infrastructure across the full UKC.",
"view": "killchain",
"activeTab": "attack",
"layers": {
"attack": true,
"capec": true,
"cwe": true,
"custom": true
},
"hideEmpty": true,
"customLibrary": {
"infrastructure--014afc51-7cfc-4ab7-a703-03e9a00ad84a": {
"id": "infrastructure--014afc51-7cfc-4ab7-a703-03e9a00ad84a",
"stixType": "infrastructure",
"name": "C2 — Mythic Server (AWS eu-west-1)",
"description": "Primary C2 server running Mythic framework. Hosted on AWS eu-west-1 under burn account. Malleable C2 profile mimicking Microsoft 365 traffic to evade DPI. DNS redirector via Route53 with domain categorized as CDN.",
"labels": [
"c2",
"mythic",
"cloud"
],
"created": "2026-02-01T08:00:00.000Z",
"modified": "2026-02-10T09:00:00.000Z",
"infrastructure_types": [
"command-and-control"
],
"aliases": [
"C2-PRIMARY"
]
},
"infrastructure--a8e5309a-5a65-41eb-8e26-86c7601816b0": {
"id": "infrastructure--a8e5309a-5a65-41eb-8e26-86c7601816b0",
"stixType": "infrastructure",
"name": "HTTPS Redirector — cdn-financial-updates.com",
"description": "HTTPS redirector using Apache mod_rewrite to filter non-beacon traffic. Categorized as Financial Services in Bluecoat/Zscaler. Valid LE certificate. Drops non-matching requests to legitimate Microsoft 365 login page.",
"labels": [
"redirector",
"categorized-domain"
],
"created": "2026-02-01T08:30:00.000Z",
"modified": "2026-02-10T09:00:00.000Z",
"infrastructure_types": [
"command-and-control",
"staging"
]
},
"tool--c298b72f-8104-40fc-96ad-80d7739ddd1e": {
"id": "tool--c298b72f-8104-40fc-96ad-80d7739ddd1e",
"stixType": "tool",
"name": "Mythic C2 Framework",
"description": "Open-source adversary simulation framework. Using Apollo agent for Windows endpoints and Poseidon for Linux. Chosen for flexibility and evasion profile over Cobalt Strike due to client's Crowdstrike EDR having strong CS signatures.",
"labels": [
"c2-framework",
"open-source"
],
"created": "2026-02-01T09:00:00.000Z",
"modified": "2026-02-10T09:00:00.000Z",
"tool_types": [
"remote-access",
"exploitation"
],
"aliases": [
"Apollo",
"Poseidon"
],
"tool_version": "3.3.0"
},
"tool--a254fd86-6a7f-4e74-8e41-26988264cd4c": {
"id": "tool--a254fd86-6a7f-4e74-8e41-26988264cd4c",
"stixType": "tool",
"name": "Rubeus",
"description": "C# Kerberos abuse toolkit for AS-REP roasting, Kerberoasting, S4U abuse, and ticket manipulation. Compiled with ConfuserEx obfuscation and loaded reflectively via Mythic's assembly_inject.",
"labels": [
"kerberos",
"credential-access",
"dotnet"
],
"created": "2026-02-01T09:30:00.000Z",
"modified": "2026-02-10T09:00:00.000Z",
"tool_types": [
"credential-exploitation"
],
"aliases": [
"Rubeus.exe"
]
}
},
"assignments": {
"IN:reconnaissance": {
"techniques": [],
"capecs": [],
"cwes": [],
"customItems": [],
"groups": [],
"layout": []
},
"IN:resource-development": {
"techniques": [],
"capecs": [],
"cwes": [],
"customItems": [
{
"id": "infrastructure--014afc51-7cfc-4ab7-a703-03e9a00ad84a",
"instanceId": "itm-rt-infra1",
"type": "custom",
"metadata": {}
},
{
"id": "infrastructure--a8e5309a-5a65-41eb-8e26-86c7601816b0",
"instanceId": "itm-rt-infra2",
"type": "custom",
"metadata": {}
},
{
"id": "tool--c298b72f-8104-40fc-96ad-80d7739ddd1e",
"instanceId": "itm-rt-tool1",
"type": "custom",
"metadata": {}
}
],
"groups": [],
"layout": [
{
"kind": "item",
"instanceId": "itm-rt-infra1"
},
{
"kind": "item",
"instanceId": "itm-rt-infra2"
},
{
"kind": "item",
"instanceId": "itm-rt-tool1"
}
]
},
"IN:delivery": {
"techniques": [],
"capecs": [],
"cwes": [],
"customItems": [],
"groups": [],
"layout": []
},
"IN:social-engineering": {
"techniques": [],
"capecs": [],
"cwes": [],
"customItems": [],
"groups": [],
"layout": []
},
"IN:exploitation": {
"techniques": [],
"capecs": [],
"cwes": [],
"customItems": [],
"groups": [
{
"groupId": "grp-rt-assumed-breach",
"label": "Assumed Breach — Starting Position",
"collapsed": false,
"items": [
{
"type": "attack",
"id": "T1078.002",
"instanceId": "itm-rt-ab1",
"metadata": {
"score": "high",
"confidence": 95,
"comments": "ASSUMED BREACH: Client provides domain user credentials (standard employee level). Starting point: workstation on the trading floor VLAN. Simulates compromised insider or phishing-obtained creds. ROE: no actual phishing, no external exploitation.",
"cves": [],
"hyperlinks": [
{
"label": "Engagement ROE v2",
"url": "https://engagements.redteam.example.com/FIN-2026-003/roe"
}
],
"observables": []
}
}
]
}
],
"layout": [
{
"kind": "group",
"groupId": "grp-rt-assumed-breach"
}
]
},
"IN:persistence": {
"techniques": [
{
"id": "T1053.005",
"metadata": {
"score": "high",
"confidence": 70,
"comments": "PLAN: Scheduled task persistence via Mythic's scheduled_task module. Task disguised as Windows Update helper. Fallback: COM object hijack (T1546.015) if schtask creation is blocked by AppLocker.",
"cves": [],
"hyperlinks": [],
"observables": []
}
}
],
"capecs": [],
"cwes": [],
"customItems": [],
"groups": [],
"layout": []
},
"IN:defense-evasion": {
"techniques": [],
"capecs": [],
"cwes": [],
"customItems": [],
"groups": [
{
"groupId": "grp-rt-evasion",
"label": "EDR Evasion Chain",
"collapsed": false,
"items": [
{
"type": "attack",
"id": "T1055.001",
"instanceId": "itm-rt-ev1",
"metadata": {
"score": "high",
"confidence": 60,
"comments": "PLAN: DLL injection into explorer.exe for parent PID spoofing. Apollo agent supports process hollowing. Success probability: 60% — Crowdstrike has AMSI hooks on common targets. Fallback: T1055.012 (process hollowing into RuntimeBroker.exe).",
"cves": [],
"hyperlinks": [],
"observables": []
}
},
{
"type": "attack",
"id": "T1027.013",
"instanceId": "itm-rt-ev2",
"metadata": {
"score": "medium",
"confidence": 75,
"comments": "PLAN: Encrypted payload staging. Apollo agent compiled with AES-GCM encrypted shellcode, decrypted only in-memory. ConfuserEx obfuscation on .NET assemblies. Expected to bypass static signature detection.",
"cves": [],
"hyperlinks": [],
"observables": []
}
}
]
}
],
"layout": [
{
"kind": "group",
"groupId": "grp-rt-evasion"
}
]
},
"IN:command-control": {
"techniques": [
{
"id": "T1071.001",
"metadata": {
"score": "high",
"confidence": 85,
"comments": "PLAN: HTTPS C2 via cdn-financial-updates.com → AWS redirector → Mythic. Malleable profile: Microsoft 365 traffic pattern with /connect/oauth2 URI. Expected to pass DPI and proxy categorization. Beacon jitter: 30-45% on 60s interval.",
"cves": [],
"hyperlinks": [
{
"label": "Malleable C2 profile",
"url": "https://engagements.redteam.example.com/profiles/m365-clone-v3"
}
],
"observables": [
{
"type": "domain-name",
"value": "cdn-financial-updates.com"
}
]
}
}
],
"capecs": [],
"cwes": [],
"customItems": [],
"groups": [],
"layout": []
},
"THROUGH:pivoting": {
"techniques": [
{
"id": "T1090.001",
"metadata": {
"score": "medium",
"confidence": 55,
"comments": "PLAN: SOCKS proxy pivot from trading floor to core banking VLAN via Mythic's socks module. Expected firewall rule: trading workstations may reach core banking on 443/8443. If blocked, fall back to T1572 (protocol tunneling via SSH over 443).",
"cves": [],
"hyperlinks": [],
"observables": []
}
}
],
"capecs": [],
"cwes": [],
"customItems": [],
"groups": [],
"layout": []
},
"THROUGH:discovery": {
"techniques": [],
"capecs": [],
"cwes": [],
"customItems": [],
"groups": [
{
"groupId": "grp-rt-discovery",
"label": "AD Enumeration Phase",
"collapsed": false,
"items": [
{
"type": "attack",
"id": "T1087.002",
"instanceId": "itm-rt-disc1",
"metadata": {
"score": "low",
"confidence": 90,
"comments": "PLAN: BloodHound (SharpHound collector) for AD graph enumeration. Low risk — LDAP queries are normal. Run during business hours for noise cover. Expect: domain admin path, delegation abuse opportunities.",
"cves": [],
"hyperlinks": [],
"observables": []
}
},
{
"type": "attack",
"id": "T1046",
"instanceId": "itm-rt-disc2",
"metadata": {
"score": "medium",
"confidence": 65,
"comments": "PLAN: Service scanning of core banking VLAN. Use Mythic's TCP scan module (slow, randomized). Target: SWIFT messaging servers, database instances, admin jump boxes. OPSEC: max 10 conn/min to avoid IDS threshold.",
"cves": [],
"hyperlinks": [],
"observables": []
}
}
]
}
],
"layout": [
{
"kind": "group",
"groupId": "grp-rt-discovery"
}
]
},
"THROUGH:privilege-escalation": {
"techniques": [],
"capecs": [],
"cwes": [],
"customItems": [],
"groups": [
{
"groupId": "grp-rt-privesc",
"label": "Privilege Escalation Paths",
"collapsed": false,
"items": [
{
"type": "attack",
"id": "T1558.003",
"instanceId": "itm-rt-pe1",
"metadata": {
"score": "high",
"confidence": 80,
"comments": "PLAN: Kerberoasting via Rubeus. Target SPNs on service accounts (likely SQL, SWIFT, backup). Offline cracking with hashcat + rule set. Success probability: 80% — financial orgs commonly have service accounts with crackable passwords due to legacy constraints.",
"cves": [],
"hyperlinks": [
{
"label": "Rubeus Kerberoast guide",
"url": "https://github.com/GhostPack/Rubeus"
}
],
"observables": []
}
},
{
"type": "attack",
"id": "T1134.005",
"instanceId": "itm-rt-pe2",
"metadata": {
"score": "high",
"confidence": 50,
"comments": "PLAN: SID History injection if we obtain DA. Allows persistent access to child domains even after password reset. Success probability: 50% — depends on forest trust configuration. Fallback: Golden Ticket (T1558.001).",
"cves": [],
"hyperlinks": [],
"observables": []
}
}
]
}
],
"layout": [
{
"kind": "group",
"groupId": "grp-rt-privesc"
}
]
},
"THROUGH:execution": {
"techniques": [],
"capecs": [],
"cwes": [],
"customItems": [],
"groups": [],
"layout": []
},
"THROUGH:credential-access": {
"techniques": [
{
"id": "T1003.006",
"metadata": {
"score": "critical",
"confidence": 70,
"comments": "PLAN: DCSync via Rubeus + Mimikatz (lsadump::dcsync). Requires Domain Admin or replication rights. This is the primary DA credential extraction technique. OPSEC: target specific accounts, not full dump.",
"cves": [],
"hyperlinks": [],
"observables": []
}
}
],
"capecs": [],
"cwes": [],
"customItems": [
{
"id": "tool--a254fd86-6a7f-4e74-8e41-26988264cd4c",
"instanceId": "itm-rt-rubeus1",
"type": "custom",
"metadata": {}
}
],
"groups": [],
"layout": [
{
"kind": "item",
"instanceId": "itm-rt-rubeus1"
}
]
},
"THROUGH:lateral-movement": {
"techniques": [
{
"id": "T1021.006",
"metadata": {
"score": "high",
"confidence": 75,
"comments": "PLAN: WinRM lateral movement to core banking servers. Preferred over RDP (less noisy, scriptable). Use compromised service account credentials from Kerberoasting. Target: SWIFT messaging server, trade settlement DB.",
"cves": [],
"hyperlinks": [],
"observables": []
}
}
],
"capecs": [],
"cwes": [],
"customItems": [],
"groups": [],
"layout": []
},
"OUT:collection": {
"techniques": [
{
"id": "T1005",
"metadata": {
"score": "critical",
"confidence": 85,
"comments": "OBJECTIVE: Access SWIFT messaging configuration and sample transaction logs. Proof of access = screenshot + config hash. Do NOT exfiltrate actual transaction data per ROE. Secondary: access trade settlement database schema.",
"cves": [],
"hyperlinks": [],
"observables": []
}
}
],
"capecs": [],
"cwes": [],
"customItems": [],
"groups": [],
"layout": []
},
"OUT:exfiltration": {
"techniques": [
{
"id": "T1041",
"metadata": {
"score": "high",
"confidence": 80,
"comments": "PLAN: Exfiltrate proof artifacts over C2 channel. Max payload: screenshots and config hashes only per ROE. Estimate: less than 5 MB total. Mythic supports chunked file download with AES encryption.",
"cves": [],
"hyperlinks": [],
"observables": []
}
}
],
"capecs": [],
"cwes": [],
"customItems": [],
"groups": [],
"layout": []
},
"OUT:impact": {
"techniques": [],
"capecs": [],
"cwes": [],
"customItems": [],
"groups": [],
"layout": []
},
"OUT:objectives": {
"techniques": [],
"capecs": [],
"cwes": [],
"customItems": [],
"groups": [],
"layout": []
}
}
}