-
Notifications
You must be signed in to change notification settings - Fork 0
/
dummy_event.json
61 lines (61 loc) · 1.92 KB
/
dummy_event.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
58
59
60
61
{
"account": "222222222222",
"detail": {
"awsRegion": "us-east-1",
"eventID": "11111111-22222-3333-4444-5555555555555",
"eventName": "AuthorizeSecurityGroupIngress",
"eventSource": "ec2.amazonaws.com",
"eventTime": "2016-01-01T10:10:10Z",
"eventType": "AwsApiCall",
"eventVersion": "1.05",
"requestID": "11111111-22222-3333-4444-5555555555555",
"requestParameters": {
"groupId": "sg-123456789",
"ipPermissions": {
"items": [
{
"fromPort": 20,
"groups": {},
"ipProtocol": "-1",
"ipRanges": {
"items": [
{
"cidrIp": "0.0.0.1/0"
}
]
},
"ipv6Ranges": {},
"prefixListIds": {},
"toPort": 22
}
]
}
},
"responseElements": {
"_return": true
},
"sourceIPAddress": "192.168.1.1",
"userAgent": "console.ec2.amazonaws.com",
"userIdentity": {
"accessKeyId": "ASIAAAAAAAAAAAAAAAAA",
"accountId": "222222222222",
"arn": "arn:aws:iam::222222222222:root",
"principalId": "222222222222",
"sessionContext": {
"attributes": {
"creationDate": "2016-01-01T10:10:10Z",
"mfaAuthenticated": "false"
}
},
"type": "Root",
"userName": "myuser"
}
},
"detail-type": "AWS API Call via CloudTrail",
"id": "11111111-22222-3333-4444-5555555555555",
"region": "us-east-1",
"resources": [],
"source": "aws.ec2",
"time": "2016-01-01T10:10:10Z",
"version": "0"
}