githubEdit

network-and-protection

Network Enum

ifconfig /all
arp -a
route print

Protection enumeration

Check windows defender status

Get-MpComputerStatus

List AppLocker rules

Get-AppLockerPolicy -Effective | select -ExpandProperty RuleCollections

Test appLocker policy

Get-AppLockerPolicy -Local | Test-AppLockerPolicy -path C:\Windows\System32\cmd.exe -User Everyone

Last updated