-
Notifications
You must be signed in to change notification settings - Fork 377
/
Copy pathsuspicious_email_attachment_investigate_and_delete.json
57 lines (57 loc) · 1.95 KB
/
suspicious_email_attachment_investigate_and_delete.json
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
{
"creation_date": "2019-06-03",
"data_metadata": {
"data_source": [
"Microsoft Exchange",
"SMTP",
"Cuckoo",
"Splunk Enterprise Security",
"VirusTotal",
"DeepSight"
],
"providing_technologies": [
"Microsoft Exchange",
"SMTP",
"Cuckoo",
"Splunk Enterprise Security",
"VirusTotal",
"DeepSight"
]
},
"description": "Investigate an email with a suspicious file attachment detected by Splunk Enterprise Security. Detonate the file attachment in a sandbox, gather network behavior from the sandbox results, and pivot on those network indicators with both external reputation queries and internal Splunk Common Information Model searches. After confirming the results with an analyst prompt, delete the email from the user's inbox, hopefully before they have opened it.",
"how_to_implement": "Synchronize the community playbook repository in Phantom, then open the playbook and follow the deployment notes to configure it for your environment.",
"id": "3096f721-8842-42ce-2fc7-742d8372b712",
"investigate": {
"phantom": {
"phantom_server": "automation (hostname)",
"playbook_name": "community/suspicious_email_attachment_investigate_and_delete",
"playbook_url": "https://my.phantom.us/4.2/playbook/suspicious-email-attachment-investigate-and-delete/",
"schedule": {
"cron_schedule": "0 * * * *",
"earliest_time": "0",
"latest_time": "86400"
},
"sensitivity": "green",
"severity": "medium"
}
},
"maintainers": [
{
"company": "Splunk",
"email": "proyer@splunk.com",
"name": "Philip Royer"
}
],
"modification_date": "2019-06-03",
"name": "Suspicious Email Attachment Investigate and Delete",
"original_authors": [
{
"company": "Splunk",
"email": "proyer@splunk.com",
"name": "Philip Royer"
}
],
"product_type": "phantom",
"spec_version": 2,
"version": "1.0"
}