-
Notifications
You must be signed in to change notification settings - Fork 28
/
globalprotect_csv.json
73 lines (73 loc) · 1.91 KB
/
globalprotect_csv.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
62
63
64
65
66
67
68
69
70
71
72
73
{
"input": {
"message": "1,2020/12/08 14:30:55,011111114444,GLOBALPROTECT,0,2305,2020/12/08 13:30:55,vsys1,gw-auth,login,Other,,user,FR,AAAABBBBB,1.2.3.4,0.0.0.0,0.0.0.0,0.0.0.0,aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeee,ABCDEFG,5.1.4,Windows,\"Microsoft Windows 10 Pro , 64-bit\",1,,,\"\",success,,0,user-logon,0,gw1,1234567,0x8000000000000000"
},
"expected": {
"message": "1,2020/12/08 14:30:55,011111114444,GLOBALPROTECT,0,2305,2020/12/08 13:30:55,vsys1,gw-auth,login,Other,,user,FR,AAAABBBBB,1.2.3.4,0.0.0.0,0.0.0.0,0.0.0.0,aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeee,ABCDEFG,5.1.4,Windows,\"Microsoft Windows 10 Pro , 64-bit\",1,,,\"\",success,,0,user-logon,0,gw1,1234567,0x8000000000000000",
"event": {
"category": [
"session"
],
"dataset": "globalprotect",
"outcome": "success",
"type": [
"start"
]
},
"@timestamp": "2020-12-08T14:30:55Z",
"action": {
"name": "gw-auth",
"outcome": "success",
"type": "0"
},
"host": {
"id": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeee",
"name": "AAAABBBBB",
"os": {
"version": "Microsoft Windows 10 Pro , 64-bit"
}
},
"log": {
"logger": "globalprotect"
},
"observer": {
"product": "PAN-OS",
"serial_number": "ABCDEFG"
},
"paloalto": {
"EventID": "gw-auth",
"Threat_ContentType": "0",
"VirtualLocation": "vsys1",
"connection": {
"stage": "login"
}
},
"related": {
"ip": [
"1.2.3.4"
],
"user": [
"user"
]
},
"source": {
"address": "1.2.3.4",
"geo": {
"country_iso_code": "FR"
},
"ip": "1.2.3.4",
"user": {
"name": "user"
}
},
"user": {
"name": "user"
},
"user_agent": {
"os": {
"name": "Windows",
"version": "Microsoft Windows 10 Pro , 64-bit"
}
}
}
}