-
Notifications
You must be signed in to change notification settings - Fork 377
/
Copy pathaws_user_activity_by_src_user.json
52 lines (52 loc) · 1.47 KB
/
aws_user_activity_by_src_user.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": "2018-06-08",
"data_metadata": {
"data_source": [
"AWS CloudTrail logs"
],
"data_sourcetypes": [
"aws:cloudtrail"
],
"providing_technologies": [
"AWS"
]
},
"description": "This search retrieves the times, ARN, source IPs, AWS regions, event names, and the result of the event for specific ARNs.",
"entities": [
"src_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": "b0d2e6a8-75fa-4b1b-9486-3d32acadf891",
"investigate": {
"splunk": {
"fields_required": [
"src_user"
],
"schedule": {
"cron_schedule": "",
"earliest_time": "14400",
"latest_time": "0"
},
"search": "| search sourcetype=aws:cloudtrail userIdentity.arn={src_user} | spath output=user path=userIdentity.arn | rename sourceIPAddress as src_ip | table _time, user, src_ip, awsRegion, eventName, errorCode, errorMessage"
}
},
"maintainers": [
{
"company": "Splunk",
"email": "bpatel@splunk.com",
"name": "Bhavin Patel"
}
],
"modification_date": "2018-06-08",
"name": "AWS Investigate User Activities By Source User",
"original_authors": [
{
"company": "Splunk",
"email": "bpatel@splunk.com",
"name": "Bhavin Patel"
}
],
"spec_version": 2,
"type": "splunk",
"version": "1.0"
}