In this Sherlock, you will familiarize yourself with Sysmon logs and various useful EventIDs for identifying and analyzing malicious activities on a Windows system. Palo Alto’s Unit42 recently conducted research on an UltraVNC campaign, wherein attackers utilized a backdoored version of UltraVNC to maintain access to systems. This lab is inspired by that campaign and guides participants through the initial access stage of the campaign.
Task 1
用 Windows 自带的时间查看器打开,筛选一下 ID 就知道了
1 2
How many Event logs are there withEvent ID 11? :56
Task 2
筛选事件 ID 为 1 的日志,一个一个查看详细信息,可以发现下载了 Preventivo24.02.14.exe.exe
1 2
Whenever a process is created in memory, an event with Event ID 1is recorded with details such as command line, hashes, process path, parent process path, etc. This information is very useful for an analyst because it allows us to see all programs executed on a system, which means we can spot any malicious processes being executed. What is the malicious process that infected the victim's system :C:\Users\CyberJunkie\Downloads\Preventivo24.02.14.exe.exe
Task 3
筛选 DNS 事件,ID 为 22,可用于查找系统发出的任何 DNS 查询
1 2
Which Cloud drive was used to distribute the malware? :dropbox
Task 4
筛选 ID 为 2 的事件,此事件 ID 记录系统上任何文件的任何文件创建时间变化。
1 2
For many ofthefilesit wrote to disk, the initial malicious file used a defense evasion technique called Time Stomping, where thefile creation date is changed to make it appear older and blend inwith other files. What was the timestamp changed toforthe PDF file? :2024-01-1408:10:06
Task 5
筛选 ID 为 11 的事件
1 2
The malicious file dropped a few files on disk. Where was "once.cmd" created on disk? Please answer with the full path along with the filename. : C:\Users\CyberJunkie\AppData\Roaming\Photo and Fax Vn\Photo and vn 1.1.2\install\F97891C\WindowsVolume\Games\once.cmd
Task 6
筛选 DNS 事件,ID 为 22
1 2
The malicious file attempted to reach a dummy domain, most likely to check theinternet connection status. What domain name did ittryto connect to? :www.example.com
Task 7
1 2
Which IP address did the malicious processtryto reach out to? :93.184.216.34
Task 8
一条一条看,然后看到有关于 UVncVirtualDisplay 的路径
1 2
The malicious process terminated itself after infecting the PC witha backdoored variant of UltraVNC. When did theprocess terminate itself? :2024-02-1403:41:58