Skip to content

Commit 694b7ed

Browse files
committed
add an example
1 parent c0872ad commit 694b7ed

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# terselog
22
Timestamped outgoing TCP IPv4 and IPv6 connection logs *for humans* via the auditd subsystem.
33

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+
412
## Install on Ubuntu 17.10
513
### Install the required dependencies
614
```

0 commit comments

Comments
 (0)