PT0-003 · Question #54
After a recent penetration test was conducted by the company's penetration testing team, a systems administrator notices the following in the logs: 2/10/2023 05:50AM C:\users\mgranite\schtasks…
The correct answer is D. To create persistence in the network. The command schtasks /CREATE /SC DAILY is used to schedule a task to run daily, which is a classic persistence technique. By creating a scheduled task, the penetration testing team ensures that their payload or script continues to execute even after reboots or logouts…
Question
After a recent penetration test was conducted by the company's penetration testing team, a systems administrator notices the following in the logs:
2/10/2023 05:50AM C:\users\mgranite\schtasks /query 2/10/2023 05:53AM C:\users\mgranite\schtasks /CREATE /SC DAILY Which of the following best explains the team's objective?
Options
- ATo enumerate current users
- BTo determine the users' permissions
- CTo view scheduled processes
- DTo create persistence in the network
How the community answered
(50 responses)- A14% (7)
- B6% (3)
- C4% (2)
- D76% (38)
Explanation
The command schtasks /CREATE /SC DAILY is used to schedule a task to run daily, which is a classic persistence technique. By creating a scheduled task, the penetration testing team ensures that their payload or script continues to execute even after reboots or logouts, maintaining their foothold in the system.
Topics
Community Discussion
No community discussion yet for this question.