Window Boss PC Audit 1
Window Boss PC Audit 1
Ser No
01 IP address Start->run->cmd->ipconfig
02 MAC address Start->run->cmd->getmac
03 Machine Ser No Start->run->cmd->bios get serialnumber
04 PC Make & Model Start->run->cmd->wmic csproduct get name
05 BIOS Password Boot your system and Displayed menu Press Key on
BIOS SETUP or SYSTEM SETUP
06 BIOS Hardening
25 Security Policy.
Password policy implemented. Start -> Control Panel -> Administrative Tools -> Local
Security Policy -> Account Policies -> Password Policy ->
Change the value as per your Requirement -> Apply ->
OK
Account Lockout policy Start -> Control Panel -> Administrative Tools -> Local
implemented. Security Policy -> Account Policies -> Account Lockout
Policy -> Change the value as per your Requirement ->
Apply -> OK
Audit Policy Implemented. Start -> Control Panel -> Administrative Tools -> Local
Security Policy -> Local Policies -> Audit Policy ->
Change the value as per your Requirement -> Apply ->
OK
No of User Account Present Start->run->cmd->net user
Guest acct Enabled Start -> Control Panel -> Administrative Tools -> Local
Security Policy -> Local Policies-> Security Options->
Guest account Status-> Double Click-> Check Disabled->
Apply -> OK
Administrator renamed Start -> Control Panel -> Administrative Tools -> Local
Security Policy -> Local Policies-> Security Options->
Rename administrator account -> Double Click-> Enter
Name-> Apply -> OK
Ctrl+Alt+Del Disabled Start -> Control Panel -> Administrative Tools -> Local
Security Policy -> Local Policies-> Security Options-> Do
not require CTRL+ALT+DEL -> Double Click-> Check
Disabled-> Apply -> OK
Display Last User Name Start -> Control Panel -> Administrative Tools -> Local
Enabled Security Policy -> Local Policies-> Security Options-> Do
not Display Last User Name -> Double Click-> Check
Enabled-> Apply -> OK
Clear virtual Memory Enabled Start -> Control Panel -> Administrative Tools -> Local
Security Policy -> Local Policies-> Security Options->
Clear Virtual Memory Pagefile -> Double Click-> Check
Enabled-> Apply -> OK
12) NUMBER OF LAN CARD AND MAC sudo ifconfig -a | grep eth
ADDRESS
17) ISOC REGISTRATION (CIVIL NET) sudo cat /var/log/client/comm | grep Approved
sudo cat /var/log/client/comm | grep Rejected
sudo cat /var/log/client/comm | grep Invalid
18) SAMITHA REGISTRATION (ARMY NET) sudo cat /var/log/client/process.log | grep Approved
sudo cat /var/log/client/process.log | grep Rejected
sudo cat /var/log/client/process.log | grep Invalid
19) ALL PACKAGES UPDATED sudo gedit /var/log/apt/history.log
21) GRUB BOOT LOADER PASSWORD sudo cat /boot/grub/grub.cfg | grep password_pbkdf2
22) GRUB BOOT LOADER TIME sudo cat /boot/grub/grub.cfg | grep timeout=
24) ROOT USER DISABLED AND LOCKED sudo cat /etc/shadow | grep root
33) USB USAGE DETAILS sudo gedit /var/log/syslog | grep USB device
36) EMPTY PASSWORD ACCOUNT sudo awk -F":" '($2 == "!") {print $1}' /etc/shadow
LOCKED