-
Notifications
You must be signed in to change notification settings - Fork 377
/
Copy pathaws_user_activities_by_user_field.json
56 lines (56 loc) · 1.8 KB
/
aws_user_activities_by_user_field.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
{
"creation_date": "2018-03-12",
"data_metadata": {
"data_source": [
"AWS CloudTrail logs"
],
"data_sourcetypes": [
"aws:cloudtrail"
],
"providing_technologies": [
"AWS"
]
},
"description": "This search lists all the logged CloudTrail activities by a specific user and will create a table containing the source of the user, the region of the activity, the name and type of the event, the action taken, and the user's identity information.",
"entities": [
"user"
],
"how_to_implement": "You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS (version 4.4.0 or later), then configure your CloudTrail inputs.",
"id": "bc91a8cd-35e7-4bb2-6140-e756cc46fd76",
"investigate": {
"splunk": [
{
"fields_required": [
"user"
]
},
{
"schedule": {
"earliest_time_offset": 14400,
"latest_time_offset": 0
}
},
{
"search": "| search sourcetype=aws:cloudtrail user={user} | table _time userIdentity.type userIdentity.userName userIdentity.arn aws_account_id src awsRegion eventName eventType "
}
]
},
"maintainers": [
{
"company": "Splunk",
"email": "bpatel@splunk.com",
"name": "Bhavin Patel"
}
],
"modification_date": "2018-03-12",
"name": "Investigate AWS User Activities by user field",
"original_authors": [
{
"company": "Splunk",
"email": "bpatel@splunk.com",
"name": "Bhavin Patel"
}
],
"spec_version": 2,
"type": "splunk"
}