File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 1
1
# terselog
2
2
Timestamped outgoing TCP IPv4 and IPv6 connection logs * for humans* via the auditd subsystem.
3
3
4
+ ## Example output
5
+ ```
6
+ 2018-03-29T21:16:46-04:00 uid: 1000 destination: 54.244.19.239 port: 0 command: 444E53205265737E65722023323839 exec: "/usr/lib/firefox/firefox" success: yes
7
+ 2018-03-29T21:16:46-04:00 uid: 1000 destination: 127.0.0.53 port: 53 command: "curl" exec: "/usr/bin/curl" success: yes
8
+ 2018-03-29T21:16:46-04:00 uid: 1000 destination: 2a03:2880:f127:283:face:b00c:0:25de port: 80 command: "curl" exec: "/usr/bin/curl" success: yes
9
+ 2018-03-29T21:16:46-04:00 uid: 1000 destination: 157.240.2.35 port: 80 command: "curl" exec: "/usr/bin/curl" success: yes
10
+ ```
11
+
4
12
## Install on Ubuntu 17.10
5
13
### Install the required dependencies
6
14
```
You can’t perform that action at this time.
0 commit comments