Persistence Flashcards
1
Q
Scheduled Jobs or Tasks (Persistence)
A
- Scheduled Jobs (cron) - used in linux, OS X, allows a script or command to be run at periodic times, dates or intervals
- Scheduled Tasks (at) - Windows command line program to schedule tasks, task scheduler is the GUI version
2
Q
Daemons (Persistence)
A
- Background process that exists for the purpose of handling periodic service requests that a computer expects to receive
- windows calls these “services”
3
Q
Backdoors (Persistence)
A
*method to bypass normal authentication or encryption in a computer system, may take the form of hidden part of a program (like trojan or rootkit)
4
Q
Trojans (Persistence)
A
*any malicious computer program that misleads users to their true intent, pretends to be something its not but allows attacker to access the system
5
Q
Creating New Users (Persistence)
A
*attacker creates new accounts, can be created as admin or regular users