You are on page 1of 1

net view

net session / shows inbound SMB sessions


netstat -naob
netstat -f

tasklist /svc
tasklist /m
tasklist /m /fi "pid eq -- "

wmic process list full


wmic process get name,parentprocessid,processid
wmic process where processid=808 get commandline

.\DeepBlue.ps1 .\evtx\many-events-system.evtx

check specific userID who looks suspicious

Get-WinEvent -FilterHashtable @{path=C:\Users\mikeg\Desktop\DeepBlueCLI-master\


DeepBlueCLI-master\Webcast\security.evtx";id=4672} | where-object -Property Message
-Match Mike.Ghahremani

Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform

ls -a

locate sasquatch

ps aux
ip a

ilof -i -P

You might also like