-
Notifications
You must be signed in to change notification settings - Fork 15
/
Phishing_-_Core_v2.yml
966 lines (962 loc) · 23.2 KB
/
Phishing_-_Core_v2.yml
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
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
id: Phishing - Core v2
version: 1
contentitemexportablefields:
contentitemfields:
packID: Phishing
packName: Phishing
itemVersion: 3.2.0
fromServerVersion: 6.0.0
toServerVersion: ""
definitionid: ""
vcShouldKeepItemLegacyProdMachine: false
name: Phishing - Core v2
description: "This playbook provides a basic response to phishing incidents, including:\n-
Calculating reputation for all indicators\n- Extracting indicators from email attachments\n-
Calculating severity for the incident based on indicator reputation\n- Updating
the reporting user about investigation status\n- Enabling manual incident remediation
\n\nThis updated playbook uses:\n 1) Incident fields instead of labels\n 2) The
\"Process Email - Core v2\" playbook"
starttaskid: "0"
tasks:
"0":
id: "0"
taskid: 86854b0b-87ed-4b88-8f38-bb3adf91d7a8
type: start
task:
id: 86854b0b-87ed-4b88-8f38-bb3adf91d7a8
version: -1
name: ""
iscommand: false
brand: ""
nexttasks:
'#none#':
- "2"
- "22"
separatecontext: false
continueonerrortype: ""
view: |-
{
"position": {
"x": 450,
"y": 50
}
}
note: false
timertriggers: []
ignoreworker: false
skipunavailable: false
quietmode: 0
isoversize: false
isautoswitchedtoquietmode: false
"2":
id: "2"
taskid: 5f36e515-65e9-429d-8301-d92fa6213b44
type: regular
task:
id: 5f36e515-65e9-429d-8301-d92fa6213b44
version: -1
name: Acknowledge email
description: Sends an email to the user who reported the phishing email, informing
them that the email was received and is being investigated.
script: '|||send-mail'
type: regular
iscommand: true
brand: ""
nexttasks:
'#none#':
- "21"
scriptarguments:
body:
simple: |-
Thank you for reporting the suspicious email, which we are actively investigating. Please do not interact with this email, such as opening or replying, until you hear back from the security team.
Sincerely,
Cortex XSOAR's Security Team
subject:
simple: '[Status Update]: ${incident.name}'
to:
complex:
root: incident
accessor: emailfrom
transformers:
- operator: uniq
reputationcalc: 1
separatecontext: false
continueonerrortype: ""
view: |-
{
"position": {
"x": 890,
"y": 210
}
}
note: false
timertriggers: []
ignoreworker: false
skipunavailable: false
quietmode: 0
isoversize: false
isautoswitchedtoquietmode: false
"6":
id: "6"
taskid: db01be5f-cbab-4682-8e89-2f831e1aaa32
type: regular
task:
id: db01be5f-cbab-4682-8e89-2f831e1aaa32
version: -1
name: Get screenshots of URLs
description: Uses the Rasterize integration to create screenshots (images) of
the URLs involved in the incident.
tags:
- url_screenshots
script: '|||rasterize'
type: regular
iscommand: true
brand: ""
nexttasks:
'#none#':
- "8"
scriptarguments:
url:
complex:
root: URL
accessor: Data
transformers:
- operator: uniq
reputationcalc: 1
separatecontext: false
continueonerror: true
continueonerrortype: ""
view: |-
{
"position": {
"x": 180,
"y": 1100
}
}
note: false
timertriggers: []
ignoreworker: false
skipunavailable: true
quietmode: 0
isoversize: false
isautoswitchedtoquietmode: false
"7":
id: "7"
taskid: 7035c9c1-4160-4192-8824-aa88c65b6f24
type: condition
task:
id: 7035c9c1-4160-4192-8824-aa88c65b6f24
version: -1
name: Can URL screenshots be taken?
description: Checks whether URLs exist in context, whether the user opted to
get screenshots of URLs in the playbook's "GetURLScreenshots" input, and whether
the Rasterize integration is enabled.
type: condition
iscommand: false
brand: ""
nexttasks:
'#default#':
- "8"
"yes":
- "6"
separatecontext: false
conditions:
- label: "yes"
condition:
- - operator: isExists
left:
value:
complex:
root: modules
filters:
- - operator: isEqualString
left:
value:
simple: brand
iscontext: true
right:
value:
simple: Rasterize
ignorecase: true
- - operator: isEqualString
left:
value:
simple: state
iscontext: true
right:
value:
simple: active
iscontext: true
- - operator: isEqualString
left:
value:
simple: inputs.GetURLScreenshots
iscontext: true
right:
value:
simple: "True"
ignorecase: true
- - operator: isNotEmpty
left:
value:
simple: URL
iscontext: true
continueonerrortype: ""
view: |-
{
"position": {
"x": 450,
"y": 920
}
}
note: false
timertriggers: []
ignoreworker: false
skipunavailable: false
quietmode: 0
isoversize: false
isautoswitchedtoquietmode: false
"8":
id: "8"
taskid: 8f974bbb-ecc3-420a-8843-6f3d211d2816
type: condition
task:
id: 8f974bbb-ecc3-420a-8843-6f3d211d2816
version: -1
name: Are there indicators with scores?
description: Checks whether there is at least one indicator with a DBotScore.
type: condition
iscommand: false
brand: ""
nexttasks:
'#default#':
- "11"
"yes":
- "9"
separatecontext: false
conditions:
- label: "yes"
condition:
- - operator: isExists
left:
value:
complex:
root: DBotScore
transformers:
- operator: uniq
iscontext: true
continueonerrortype: ""
view: |-
{
"position": {
"x": 450,
"y": 1270
}
}
note: false
timertriggers: []
ignoreworker: false
skipunavailable: false
quietmode: 0
isoversize: false
isautoswitchedtoquietmode: false
"9":
id: "9"
taskid: d2d03a4b-2f05-4779-852c-5ab55e6bd437
type: condition
task:
id: d2d03a4b-2f05-4779-852c-5ab55e6bd437
version: -1
name: How severe is the incident?
description: |-
Determines the severity of the incident based on the score that was assigned to the indicators involved. The indicators are found in the DBotScore context key.
The severity level is determined by the highest score given to any of the indicators:
High - if there is a score higher than 2
Medium - if there is a score that is equal to 2
Low - if there is a score that is equal to 1
type: condition
iscommand: false
brand: ""
nexttasks:
'#default#':
- "14"
High:
- "13"
Low:
- "11"
Medium:
- "12"
separatecontext: false
conditions:
- label: High
condition:
- - operator: isExists
left:
value:
complex:
root: DBotScore
filters:
- - operator: greaterThan
left:
value:
simple: Score
iscontext: true
right:
value:
simple: "2"
transformers:
- operator: uniq
iscontext: true
- label: Medium
condition:
- - operator: isExists
left:
value:
complex:
root: DBotScore
filters:
- - operator: isEqualString
left:
value:
simple: Score
iscontext: true
right:
value:
simple: "2"
transformers:
- operator: uniq
iscontext: true
- label: Low
condition:
- - operator: isExists
left:
value:
complex:
root: DBotScore
filters:
- - operator: isEqualString
left:
value:
simple: Score
iscontext: true
right:
value:
simple: "1"
transformers:
- operator: uniq
iscontext: true
continueonerrortype: ""
view: |-
{
"position": {
"x": 450,
"y": 1500
}
}
note: false
timertriggers: []
ignoreworker: false
skipunavailable: false
quietmode: 0
isoversize: false
isautoswitchedtoquietmode: false
"11":
id: "11"
taskid: 00bdfe51-d590-4c7f-8500-1c9fc9d90a4f
type: regular
task:
id: 00bdfe51-d590-4c7f-8500-1c9fc9d90a4f
version: -1
name: Set incident severity to "low"
description: Sets the incident severity to "low".
script: Builtin|||setIncident
type: regular
iscommand: true
brand: Builtin
nexttasks:
'#none#':
- "17"
scriptarguments:
severity:
simple: low
reputationcalc: 1
separatecontext: false
continueonerrortype: ""
view: |-
{
"position": {
"x": -20,
"y": 1760
}
}
note: false
timertriggers: []
ignoreworker: false
skipunavailable: false
quietmode: 0
isoversize: false
isautoswitchedtoquietmode: false
"12":
id: "12"
taskid: ef829abf-fbf5-4e73-894f-4cf9c89d3d4d
type: regular
task:
id: ef829abf-fbf5-4e73-894f-4cf9c89d3d4d
version: -1
name: Set incident severity to "medium"
description: Sets the incident severity to "medium".
script: Builtin|||setIncident
type: regular
iscommand: true
brand: Builtin
nexttasks:
'#none#':
- "14"
scriptarguments:
severity:
simple: medium
reputationcalc: 1
separatecontext: false
continueonerrortype: ""
view: |-
{
"position": {
"x": 450,
"y": 1760
}
}
note: false
timertriggers: []
ignoreworker: false
skipunavailable: false
quietmode: 0
isoversize: false
isautoswitchedtoquietmode: false
"13":
id: "13"
taskid: 98b10f75-163a-4fa3-8f18-84f0c5c63322
type: regular
task:
id: 98b10f75-163a-4fa3-8f18-84f0c5c63322
version: -1
name: Set incident severity to "high"
description: Sets the incident severity to "high".
script: Builtin|||setIncident
type: regular
iscommand: true
brand: Builtin
nexttasks:
'#none#':
- "16"
scriptarguments:
severity:
simple: high
reputationcalc: 1
separatecontext: false
continueonerrortype: ""
view: |-
{
"position": {
"x": 920,
"y": 1760
}
}
note: false
timertriggers: []
ignoreworker: false
skipunavailable: false
quietmode: 0
isoversize: false
isautoswitchedtoquietmode: false
"14":
id: "14"
taskid: 7a672d8e-c040-4735-8885-b0bea150d5b6
type: regular
task:
id: 7a672d8e-c040-4735-8885-b0bea150d5b6
version: -1
name: Manually investigate the incident
description: Pauses the playbook so the analyst can investigate the incident
and manually resume the playbook when necessary.
type: regular
iscommand: false
brand: ""
nexttasks:
'#none#':
- "15"
separatecontext: false
continueonerrortype: ""
view: |-
{
"position": {
"x": 450,
"y": 1930
}
}
note: false
timertriggers: []
ignoreworker: false
skipunavailable: false
quietmode: 0
isoversize: false
isautoswitchedtoquietmode: false
"15":
id: "15"
taskid: c175a884-7f18-4e6a-85ee-d2ad13a0fc2d
type: condition
task:
id: c175a884-7f18-4e6a-85ee-d2ad13a0fc2d
version: -1
name: Is the email malicious or benign?
description: Pauses the playbook so the analyst can decide whether the investigated
email is malicious or benign.
type: condition
iscommand: false
brand: ""
nexttasks:
Benign:
- "17"
Malicious:
- "16"
separatecontext: false
continueonerrortype: ""
view: |-
{
"position": {
"x": 450,
"y": 2100
}
}
note: false
timertriggers: []
ignoreworker: false
skipunavailable: false
quietmode: 0
isoversize: false
isautoswitchedtoquietmode: false
"16":
id: "16"
taskid: 3d5a299b-7128-4113-8fd2-702db6b0b2f9
type: regular
task:
id: 3d5a299b-7128-4113-8fd2-702db6b0b2f9
version: -1
name: Update user that the email is malicious
description: Sends an email to the user who reported the phishing email informing
them that the email is malicious.
script: '|||send-mail'
type: regular
iscommand: true
brand: ""
nexttasks:
'#none#':
- "18"
scriptarguments:
body:
simple: |-
After investigating the email you sent, we determined that the email is malicious. We appreciate your continued attention to suspicious emails.
Sincerely,
Your security team
subject:
simple: '[Status Update]: ${incident.name}'
to:
complex:
root: incident
accessor: labels.Email/from
transformers:
- operator: uniq
reputationcalc: 1
separatecontext: false
continueonerrortype: ""
view: |-
{
"position": {
"x": 830,
"y": 2290
}
}
note: false
timertriggers: []
ignoreworker: false
skipunavailable: false
quietmode: 0
isoversize: false
isautoswitchedtoquietmode: false
"17":
id: "17"
taskid: 37203136-b3d7-4ede-831f-b71660e02078
type: regular
task:
id: 37203136-b3d7-4ede-831f-b71660e02078
version: -1
name: Update user that the email is benign
description: Sends an email to the user who reported the phishing email, informing
them that the email is benign.
script: '|||send-mail'
type: regular
iscommand: true
brand: ""
nexttasks:
'#none#':
- "19"
scriptarguments:
body:
simple: |-
After investigating the email you sent, we determined that the email is benign. We appreciate your continued attention to suspicious emails.
Sincerely,
Your security team
subject:
simple: '[Status Update]: ${incident.name}'
to:
complex:
root: incident
accessor: labels.Email/from
transformers:
- operator: uniq
reputationcalc: 1
separatecontext: false
continueonerrortype: ""
view: |-
{
"position": {
"x": 70,
"y": 2290
}
}
note: false
timertriggers: []
ignoreworker: false
skipunavailable: false
quietmode: 0
isoversize: false
isautoswitchedtoquietmode: false
"18":
id: "18"
taskid: f0dbc4bc-78d2-4d92-8d7c-78a9ca37fbad
type: regular
task:
id: f0dbc4bc-78d2-4d92-8d7c-78a9ca37fbad
version: -1
name: Manually remediate the incident
description: Pauses the playbook so the analyst can manually remediate the incident
and manually resume the playbook.
tags:
- manual
type: regular
iscommand: false
brand: ""
nexttasks:
'#none#':
- "19"
separatecontext: false
continueonerrortype: ""
view: |-
{
"position": {
"x": 830,
"y": 2470
}
}
note: false
timertriggers: []
ignoreworker: false
skipunavailable: false
quietmode: 0
isoversize: false
isautoswitchedtoquietmode: false
"19":
id: "19"
taskid: 69e68557-84c7-418d-876f-1b9d55d99b7f
type: regular
task:
id: 69e68557-84c7-418d-876f-1b9d55d99b7f
version: -1
name: Close investigation
description: Closes the current incident.
script: Builtin|||closeInvestigation
type: regular
iscommand: true
brand: Builtin
reputationcalc: 1
separatecontext: false
continueonerrortype: ""
view: |-
{
"position": {
"x": 450,
"y": 2660
}
}
note: false
timertriggers: []
ignoreworker: false
skipunavailable: false
quietmode: 0
isoversize: false
isautoswitchedtoquietmode: false
"21":
id: "21"
taskid: 518db03b-4d9a-4dd2-8dcd-a07e78d630ef
type: playbook
task:
id: 518db03b-4d9a-4dd2-8dcd-a07e78d630ef
version: -1
name: Extract Indicators From File - Generic v2
description: |-
Extracts indicators from a file.
Supported file types:
- CSV
- PDF
- TXT
- HTM, HTML
- DOC, DOCX
- PPT
- PPTX
- RTF
- XLS
- XLSX
- XML
playbookName: Extract Indicators From File - Generic v2
type: playbook
iscommand: false
brand: ""
nexttasks:
'#none#':
- "7"
scriptarguments:
File:
complex:
root: File
transformers:
- operator: uniq
separatecontext: true
continueonerrortype: ""
loop:
iscommand: false
exitCondition: ""
wait: 1
max: 0
view: |-
{
"position": {
"x": 450,
"y": 750
}
}
note: false
timertriggers: []
ignoreworker: false
skipunavailable: false
quietmode: 0
isoversize: false
isautoswitchedtoquietmode: false
"22":
id: "22"
taskid: 06c88f1d-eb49-4e0c-8939-a2b2b2630ad3
type: playbook
task:
id: 06c88f1d-eb49-4e0c-8939-a2b2b2630ad3
version: -1
name: Process Email - Core v2
description: Adds email details to the relevant context entities and handles
the case where original emails are attached.
playbookName: Process Email - Core v2
type: playbook
iscommand: false
brand: ""
nexttasks:
'#none#':
- "23"
scriptarguments:
Email:
complex:
root: incident
accessor: emailto
EmailCC:
complex:
root: incident
accessor: emailcc
EmailFormat:
complex:
root: incident
accessor: emailformat
EmailFrom:
complex:
root: incident
accessor: emailfrom
EmailHeaders:
complex:
root: incident
accessor: phishingreporteremailheaders
EmailHtml:
complex:
root: incident
accessor: emailhtml
EmailSubject:
complex:
root: incident
accessor: emailsubject
EmailText:
complex:
root: incident
accessor: emailbody
File:
complex:
root: File
separatecontext: true
continueonerrortype: ""
loop:
iscommand: false
exitCondition: ""
wait: 1
max: 0
view: |-
{
"position": {
"x": 450,
"y": 210
}
}
note: false
timertriggers: []
ignoreworker: false
skipunavailable: false
quietmode: 0
isoversize: false
isautoswitchedtoquietmode: false
"23":
id: "23"
taskid: 56e057ee-35bc-4385-8747-456e80ca7fa9
type: condition
task:
id: 56e057ee-35bc-4385-8747-456e80ca7fa9
version: -1
name: Can an image of the email be rendered?
description: Checks if the email that was received is HTML-formatted and whether
the Rasterize integration is enabled.
type: condition
iscommand: false
brand: ""
nexttasks:
'#default#':
- "21"
"yes":
- "24"
separatecontext: false
conditions:
- label: "yes"
condition:
- - operator: isExists
left:
value:
complex:
root: Email
accessor: HTML
iscontext: true
- - operator: isExists
left:
value:
complex:
root: modules
filters:
- - operator: isEqualString
left:
value:
simple: brand
iscontext: true
right:
value:
simple: Rasterize
- - operator: isEqualString
left:
value:
simple: state
iscontext: true
right:
value:
simple: active
iscontext: true
continueonerrortype: ""
view: |-
{
"position": {
"x": 450,
"y": 390
}
}
note: false
timertriggers: []
ignoreworker: false
skipunavailable: false
quietmode: 0
isoversize: false
isautoswitchedtoquietmode: false
"24":
id: "24"
taskid: 1f4908fc-2741-41a7-8ef3-98a3496f81d6
type: regular
task:
id: 1f4908fc-2741-41a7-8ef3-98a3496f81d6
version: -1
name: Render HTML to an image
description: Creates a visual image of the email (if the email is HTML-formatted).
tags:
- email_html_image
script: '|||rasterize-email'
type: regular
iscommand: true
brand: ""
nexttasks:
'#none#':
- "21"
scriptarguments:
htmlBody:
complex:
root: Email
accessor: HTML
transformers:
- operator: uniq
separatecontext: false
continueonerrortype: ""
view: |-
{
"position": {
"x": 130,
"y": 570
}
}
note: false
timertriggers: []
ignoreworker: false
skipunavailable: true
quietmode: 0
isoversize: false
isautoswitchedtoquietmode: false
system: true
view: |-
{
"linkLabelsPosition": {
"23_21_#default#": 0.34,
"23_24_yes": 0.3,
"7_6_yes": 0.44,
"7_8_#default#": 0.51,
"8_11_#default#": 0.73
},
"paper": {
"dimensions": {
"height": 2705,
"width": 1320,
"x": -20,
"y": 50
}
}
}
inputs:
- key: GetURLScreenshots
value:
simple: "True"
required: false
description: Whether the user wants the Rasterize integration to produce images
of URLs involved in the incident. If "True", screenshots are taken.
playbookInputQuery: null
outputs: []