New Antiexecutable: NoVirusThanks EXE Radar Pro

Discussion in 'other anti-malware software' started by sg09, Jun 3, 2011.

  1. sg09

    sg09 Registered Member

    Joined:
    Jul 11, 2009
    Posts:
    2,811
    Location:
    Kolkata, India
    Upgraded to latest version. What "add certificate signer" does? Does it allow any process having that certificate? I can't find anyplace where I can see the list, where I can add/remove certificate signer...
     
  2. guest

    guest Guest

    Have you think into add some of the features of winpatrol?
    http://www.winpatrol.com/features.html
    Install it a take a look.
     
  3. novirusthanks

    novirusthanks Developer

    Joined:
    Nov 5, 2010
    Posts:
    1,363
    Location:
    Italy
    Yes, we are going to optimize the Process Manager with some features taken from the Anti-Rootkit (such as aggressive process termination, list loaded modules, etc). We are working also in an anti-malware module to be included in the "Behavioral" engine, and also a cloud-based MD5/SHA1 hash check maybe using our other API service at www.malwarehash.com.

    Actually I like the popup dialog because it contains a lot of details (almost all details present are useful to understand if a process is malicious). But we'll work on something more up-to-date in terms of UI.

    I have made a video that shows it in action:
    http://www.youtube.com/watch?v=WH02t4ACSI4

    Basically, the button "Add Certificate Signer" will add the Company Owner of the Certificate to the "Manage List..." of the checkbox "Allow Digital Signature Owner" present in "Settings" -> "Allow Rules" TAB.
     
  4. guest

    guest Guest

    Excellent news, thanks
     
  5. sg09

    sg09 Registered Member

    Joined:
    Jul 11, 2009
    Posts:
    2,811
    Location:
    Kolkata, India
    Thanks NVT...:)
     
  6. guest

    guest Guest

  7. novirusthanks

    novirusthanks Developer

    Joined:
    Nov 5, 2010
    Posts:
    1,363
    Location:
    Italy
    I've uploaded 3 new videos:

    Blocks process by filtering file content using regex
    http://www.youtube.com/watch?v=MElxkjr6_1A

    Blocks autoplay autorun.inf of CD-ROMs (same for USBs)
    http://www.youtube.com/watch?v=ttHWQm4iEbM

    Blocks processes running from network drives
    http://www.youtube.com/watch?v=WpnF7J0YEyk

    EXE Radar Pro can now be set to block any execution of executables that come from external devices such as USBs and CD-ROMs. This is a good option to block all malware that use USB spreading methods (autorun.inf).

    With the option "Block processes that try to run from USBs" EXE Radar Pro can now automatically block all autorun.inf malware. You can even keep CD-ROM autorun.inf by disabling the option "Block processes that try to run from CD-ROMs". EXE Radar Pro can not actually remove the malware file present in the USB, but EXE Radar is not an antivirus or a malware remover tool: it blocks the execution of autorun.inf malware, that is its job.

    Registry Startup Monitoring is not the primary objective of EXE Radar, anyway we can include a startup manager in future versions.
     
  8. Boost

    Boost Registered Member

    Joined:
    Feb 2, 2007
    Posts:
    1,294
    FWIW,

    I know a few people that would like to try before buying,but have let me know,they wont touch it,since there is no such way for this program.
    With this economy,your gonna have lotsa folks not wanting to spend $$,let alone on a product they dont know if they are gonna be happy with or not.
     
  9. sg09

    sg09 Registered Member

    Joined:
    Jul 11, 2009
    Posts:
    2,811
    Location:
    Kolkata, India
    Won't block and delete option delete that file?
     
  10. sg09

    sg09 Registered Member

    Joined:
    Jul 11, 2009
    Posts:
    2,811
    Location:
    Kolkata, India
    Please add an option to block execution of .msi, .com, .jar, .ocx, .scr, .sys, .drv, .cpl files.
     
  11. jmonge

    jmonge Registered Member

    Joined:
    Mar 20, 2008
    Posts:
    13,744
    Location:
    Canada
    good idea;)
     
  12. jmonge

    jmonge Registered Member

    Joined:
    Mar 20, 2008
    Posts:
    13,744
    Location:
    Canada
    i will love to test EXE Radar Pro in 64bit enviorement
     
  13. novirusthanks

    novirusthanks Developer

    Joined:
    Nov 5, 2010
    Posts:
    1,363
    Location:
    Italy
    Yes, but by enabling the option "Block Processes that try to Run from USBs", if an executable is started (autorun.inf) when the USB is inserted in the system, it is immediately blocked by EXE Radar Pro. If that option is disabled, you will be alerted of the execution of an unknown executable and you can use the option "Block and Delete File" to completely delete the infected file from the USB, and so cleaning the USB by removing the malware file.

    I had just in mind now to add an option "Delete File" in the right-click menu of the "Events" TAB, so an user can delete a file also after analyzing the Events.

    Just finished now to include an option "Block Processes by File Extension" + Manage List. Anyway it can be achieved using the option "Block Processes using Regular Expressions" with regex like:

    Code:
    \.com
    \.pif
    \.msi
    \.scr
    
    Regarding the .cpl file, I see they are started by rundll32.exe with the parameter:

    Code:
    "rundll32.exe" shell32.dll,Control_RunDLL "C:\WINDOWS\system32\wuaucpl.cpl",
    
    So in this case we can use the option "Block Processes by Commandline using Regex" and add a regex like:

    Code:
    \"rundll32\.exe"\sshell32\.dll\,Control_RunDLL\s\".*\.cpl\"\,
    
    Not yet ready :(
     
  14. novirusthanks

    novirusthanks Developer

    Joined:
    Nov 5, 2010
    Posts:
    1,363
    Location:
    Italy
    Tomorrow will be released a quick update:

    [02-09-2011] v1.3.3.2

    + Added "Block processes by File Extension" + Manage List
    + Added "Remove All" in "Manage List" forms
    + Fixed "Block Processes Using Regular Expressions"
    + Fixed "Remove" in "Manage List" forms
    + Added "Events" -> "Delete File"
    + Minor fixes
     
  15. jmonge

    jmonge Registered Member

    Joined:
    Mar 20, 2008
    Posts:
    13,744
    Location:
    Canada
    Added "Block processes by File Extension" + Manage List
    does this mean that we will have a list of executables that we can block in a list or ?thanks:thumb:
     
  16. novirusthanks

    novirusthanks Developer

    Joined:
    Nov 5, 2010
    Posts:
    1,363
    Location:
    Italy
  17. jmonge

    jmonge Registered Member

    Joined:
    Mar 20, 2008
    Posts:
    13,744
    Location:
    Canada
    ah ok very clear :thumb: thanks
     
  18. Kernelwars

    Kernelwars Registered Member

    Joined:
    Aug 12, 2010
    Posts:
    2,155
    Location:
    TX
    Thanks novirusthanks:thumb:
     
  19. novirusthanks

    novirusthanks Developer

    Joined:
    Nov 5, 2010
    Posts:
    1,363
    Location:
    Italy
    New version has been released, all users have received the info by email.
     
  20. Kernelwars

    Kernelwars Registered Member

    Joined:
    Aug 12, 2010
    Posts:
    2,155
    Location:
    TX
    Yep received the email. Thanks:thumb:
     
  21. LoneWolf

    LoneWolf Registered Member

    Joined:
    Jan 2, 2006
    Posts:
    3,818
    Thank you :thumb:
     
  22. Thankful

    Thankful Savings Monitor

    Joined:
    Feb 28, 2005
    Posts:
    6,871
    Location:
    New York City
    Last edited: Sep 4, 2011
  23. LoneWolf

    LoneWolf Registered Member

    Joined:
    Jan 2, 2006
    Posts:
    3,818
  24. arran

    arran Registered Member

    Joined:
    Feb 5, 2008
    Posts:
    1,156
  25. Pedro

    Pedro Registered Member

    Joined:
    Nov 2, 2006
    Posts:
    3,502
    I don't have the latest, but if i understood correctly, that list is simply a no prompt list. It doesn't extend ERP to block new extensions, as they would be blocked already. Extensions on this list would simply be blocked silently.
    Can someone confirm?
    Good question. How well does dll blocking work. I assume that's how that infection works (unclear from the article).
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.