Lab 3
Lab 3
RAPORT
La disciplina: AMID
Lucrare de laborator 3
"Analiza programelor malitioase pe platforma Windows"
Chișinău, 2021
1. Malicious js
This file has javascript code, but nothing clear here.
2
Image 3 – Some variables
host var _0x353d71 = '139.180.152.57';
port 0x1a0a; 6666 in decimal
3
cmdshell
enumprocess
These functions show us that malicious code, on executing receives full access of pc.
2. Malicious exe
4
3. patchme
We need to patch this file to show “good job”.
Here find “if” operator that is represented by “jnz”, and modify it to “jz” (75 to 74).