What event ID will generate if an attempt was made to install a service?
4697
What command will look to see what other machines have an open session?
Netstat
In linux if you wanted to show the first 8 lines of the file: test.csv, what command would you run?
head -n 8 test.csv
What does SED stand for?
Stream Editor
In Windows, what command will look for any listening activity on ports?
nestat -aon
What is a common command line rootkit detector that you can run from Windows Command Line?
Haxorcito’s Rootkit Detector
In linux if you wanted to know how many lines were in the file test.csv, what command would you run?/
wc -l test.csv
In Linux what log stores failed login attempts?
/var/log/auth.log