-
Notifications
You must be signed in to change notification settings - Fork 375
/
Copy pathget_email_info.json
52 lines (52 loc) · 1.27 KB
/
get_email_info.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
{
"creation_date": "2017-04-21",
"data_metadata": {
"data_models": [
"Email"
],
"data_source": [
"Email"
],
"providing_technologies": [
"Microsoft Exchange"
]
},
"description": "This search returns all the information Splunk might have collected a specific email message over the last 2 hours.",
"entities": [
"message_id"
],
"how_to_implement": "To successfully implement this search you must be ingesting your email logs or capturing unencrypted network traffic which contains email communications.",
"id": "bc91a8cf-35e7-4bb2-8140-e756cc06fd75",
"investigate": {
"splunk": {
"fields_required": [
"message_id"
],
"schedule": {
"cron_schedule": "",
"earliest_time": "0",
"latest_time": "7200"
},
"search": "| from datamodel Email.All_Email | search message_id={message_id}"
}
},
"maintainers": [
{
"company": "Splunk",
"email": "bpatel@splunk.com",
"name": "Bhavin Patel"
}
],
"modification_date": "2017-11-09",
"name": "Get Email Info",
"original_authors": [
{
"company": "Splunk",
"email": "bpatel@splunk.com",
"name": "Bhavin Patel"
}
],
"spec_version": 2,
"type": "splunk",
"version": "1.0"
}