Read
This event gets generated whenever a file is read.
info
- If consecutive
read
operations are made on the same file, only one event will be generated for a given task. - Events gets generated on
read
variant syscalls. It means a file just being opened withopen
kind of syscalls won't generate any event until being actually read.
danger
If you decide to enable these events (disabled by default), please be aware that there will be a large number of them. Make sure you have read the configuration section.
{
"data": {
"ancestors": "/usr/lib/systemd/systemd|/usr/bin/login|/usr/bin/zsh|/usr/bin/bash|/usr/bin/xinit|/usr/bin/i3|/usr/bin/bash|/usr/bin/urxvt|/usr/bin/zsh|/usr/bin/bash",
"command_line": "sudo docker run -it --rm -h ubuntu-kunai-test ubuntu:latest ls -hail",
"exe": {
"path": "/usr/bin/sudo"
},
"path": "/run/sudo/ts/1000"
},
"info": {
"host": "...",
"event": {
"source": "kunai",
"id": 81,
"name": "read",
"uuid": "f7f6ce71-325a-9708-4363-97c413bffa28",
"batch": 604
},
"task": "...",
"parent_task": "...",
"utc_time": "2024-10-29T12:47:57.957950584Z"
}
}