System Hardening, Auditing, and Logs Flashcards
What does a firewall do
Blocks network traffic based on rules
How to bring up the Windows Firewall GUI
wf.msc
Command in CMD to interact with Windows Firewall
netsh
Cmdlet in Powershell to pull information about Windows Firewall
Get-NetFirewallRule
Windows Firewall Service Registry Path
HKLM\SYSTEM\CurrentControlSet\services\MpsSvc
Executable hosting the Windows Firewall Service
svchost.exe
Windows Firewall Service hosted DLL
mpssvc.dll
3 Windows Firewall Profiles
Private, Public, Work/Domain
How many profiles can be active on an interface at one time?
Multiple
Windows Firewall Logging is configured where?
Within each profile
NTFS
New Technology File System
Each file in NTFS has a what?
Security Descriptor
The Security Descriptor can include?
SID, DACL. SACL
SID
Security Identifiers
DACL
Discretionary Access Control List
Describe what a SID is
A Security Identifier for the owner
Describe a DACL
A Discretionary Access Control List that specifies the access rights (read,write,execute,delete) allowed or denied to particular users or groups
SACL
System Access Control List
Describe a SACL
A system Access Control List that specifies the types of access attempts that generate audit records for the object
How to modify permissions within the GUI
Right Click -> Properties -> Security