One Hat Cyber Team
Your IP :
216.73.216.14
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
systemtap
/
examples
/
process
/
Edit File:
auditbt.stp
#!/usr/bin/stap # Copyright (C) 2012 Red Hat, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 as # published by the Free Software Foundation. # # If suspecting particular processes triggering audit records, # reinvoke with stap -d /bin/program -d /lib/library --ldd probe kernel.function("audit_log_end") { message_address = $ab->skb->head + 16; // audit data follows struct nlmsghdr message = kernel_string(message_address) printf("%s[%d] %s\n", execname(), tid(), message); print_ubacktrace(); }
Simpan