-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_data.json
More file actions
65 lines (65 loc) · 1.55 KB
/
Copy pathexample_data.json
File metadata and controls
65 lines (65 loc) · 1.55 KB
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
[
{
"session_id": "sess-demo-interactive",
"timestamp": "2026-04-10T10:15:00.000Z",
"source_ip": "45.33.22.11",
"service": "SSH",
"action": "AUTH admin:password123",
"payload_path": null,
"metadata": {}
},
{
"session_id": "sess-demo-interactive",
"timestamp": "2026-04-10T10:15:02.500Z",
"source_ip": "45.33.22.11",
"service": "SSH",
"action": "whoami",
"payload_path": null,
"metadata": {}
},
{
"session_id": "sess-demo-interactive",
"timestamp": "2026-04-10T10:15:05.100Z",
"source_ip": "45.33.22.11",
"service": "SSH",
"action": "uname -a",
"payload_path": null,
"metadata": {}
},
{
"session_id": "sess-demo-interactive",
"timestamp": "2026-04-10T10:15:08.000Z",
"source_ip": "45.33.22.11",
"service": "SSH",
"action": "cat /etc/passwd",
"payload_path": null,
"metadata": {}
},
{
"session_id": "sess-demo-interactive",
"timestamp": "2026-04-10T10:15:12.000Z",
"source_ip": "45.33.22.11",
"service": "SSH",
"action": "ls -la /var/log",
"payload_path": null,
"metadata": {}
},
{
"session_id": "sess-demo-scanner",
"timestamp": "2026-04-10T11:00:00.000Z",
"source_ip": "185.11.22.33",
"service": "HTTP",
"action": "GET /.env",
"payload_path": null,
"metadata": {}
},
{
"session_id": "sess-demo-scanner",
"timestamp": "2026-04-10T11:00:01.000Z",
"source_ip": "185.11.22.33",
"service": "HTTP",
"action": "GET /wp-admin",
"payload_path": null,
"metadata": {}
}
]