-
Notifications
You must be signed in to change notification settings - Fork 375
/
Copy pathemail_sent_to_hidden_cobra_actors.json
54 lines (54 loc) · 1.63 KB
/
email_sent_to_hidden_cobra_actors.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
{
"creation_date": "2018-06-14",
"data_metadata": {
"data_models": [
"Email"
],
"data_source": [
"Email"
],
"providing_technologies": [
"Microsoft Exchange"
]
},
"description": "This search returns the information of the users that sent emails to the accounts controlled by the Hidden Cobra Threat Actors: specifically to `misswang8107@gmail.com`, and from `redhat@gmail.com`.",
"entities": [
"src_user",
"recipient"
],
"how_to_implement": "To successfully implement this search you must ingest your email logs or capture unencrypted email communications within network traffic, and populate the Email data model.",
"id": "5df39b3f-347d-4869-b673-8r45ad4616fe",
"investigate": {
"splunk": {
"fields_required": [
"src_user",
"recipient"
],
"schedule": {
"cron_schedule": "",
"earliest_time": "86400",
"latest_time": "0"
},
"search": "| from datamodel Email.All_Email | search recipient=misswang8107@gmail.com OR src_user=redhat@gmail.com | stats count earliest(_time) as firstTime, latest(_time) as lastTime values(dest) values(src) by src_user recipient | `ctime(firstTime)` | `ctime(lastTime)`"
}
},
"maintainers": [
{
"company": "Splunk",
"email": "bpatel@splunk.com",
"name": "Bhavin Patel"
}
],
"modification_date": "2018-06-14",
"name": "Get Outbound Emails to Hidden Cobra Threat Actors",
"original_authors": [
{
"company": "Splunk",
"email": "bpatel@splunk.com",
"name": "Bhavin Patel"
}
],
"spec_version": 2,
"type": "splunk",
"version": "1.0"
}