elastic / ebpf

Elastic's eBPF
Other
67 stars 11 forks source link

File Events: Implement EBPF_EVENT_FILE_RENAME #44

Closed fntlnz closed 2 years ago

fntlnz commented 2 years ago

Stories

Data needed

Field Type Description
File Name char[256] New name of the file being renamed
Full File Path (source) char[4096] Full source path of the file being renamed
File File Path (destination) char[4096] Full destination path of the file being renamed

Probe

As a starting point , some possible hooking points for this event could be:

Action items