-
Notifications
You must be signed in to change notification settings - Fork 442
/
Copy pathsample_event.json
90 lines (90 loc) · 2.21 KB
/
sample_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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"@timestamp": "2020-12-31T15:15:53.690Z",
"agent": {
"ephemeral_id": "c21cc458-5601-46e5-a313-919c8fc9cabb",
"id": "9fb69190-14e5-47fd-bf29-410175dcf8e3",
"name": "docker-fleet-agent",
"type": "filebeat",
"version": "8.7.1"
},
"data_stream": {
"dataset": "zeek.known_certs",
"namespace": "ep",
"type": "logs"
},
"ecs": {
"version": "8.11.0"
},
"elastic_agent": {
"id": "9fb69190-14e5-47fd-bf29-410175dcf8e3",
"snapshot": false,
"version": "8.7.1"
},
"event": {
"agent_id_status": "verified",
"category": [
"network",
"file"
],
"created": "2023-09-03T22:17:39.147Z",
"dataset": "zeek.known_certs",
"ingested": "2023-09-03T22:17:40Z",
"kind": "event",
"type": [
"info"
]
},
"host": {
"ip": [
"192.168.4.1"
]
},
"input": {
"type": "log"
},
"log": {
"file": {
"path": "/tmp/service_logs/known_certs.log"
},
"offset": 0
},
"network": {
"type": "ipv4"
},
"related": {
"ip": [
"192.168.4.1"
]
},
"server": {
"ip": [
"192.168.4.1"
],
"port": 443
},
"tags": [
"forwarded",
"zeek-known_certs"
],
"tls": {
"server": {
"issuer": "L=San Jose,ST=CA,O=Ubiquiti Networks,CN=UBNT Router UI,C=US",
"subject": "L=San Jose,ST=CA,O=Ubiquiti Networks,CN=UBNT Router UI,C=US",
"x509": {
"issuer": {
"common_name": [
"UBNT Router UI"
],
"distinguished_name": "L=San Jose,ST=CA,O=Ubiquiti Networks,CN=UBNT Router UI,C=US"
},
"serial_number": "98D0AD47D748CDD6",
"subject": {
"common_name": [
"UBNT Router UI"
],
"distinguished_name": "L=San Jose,ST=CA,O=Ubiquiti Networks,CN=UBNT Router UI,C=US"
}
}
}
}
}