Wilders Security Forums  

Go Back   Wilders Security Forums > Security Products > other anti-malware software
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread
  #1  
Old May 20th, 2012, 12:43 PM
Gullible Jones
 
Posts: n/a
Default Any HIPS that meet both of these requirements?

1) The HIPS must be able to prevent executables from running

2) It must be possible to turn auto-allow based on digital signatures off, because there is malware now that comes with a valid-looking digital signature (and never mind stuff like the Sony BMG rootkit)

3. Most importantly, it must be possible to update the whitelist en masse; i.e. to allow individual files in batches, rather than one at a time. I'm not talking about allowing everything in a given directory, which is grossly insecure, but rather the mass creation of hash rules.

Are there any HIPS or HIPS/firewall combos like this? Freeware would be a bonus, but IMO such a piece of software would be well worth paying for.
  #2  
Old May 20th, 2012, 12:57 PM
tomazyk's Avatar
tomazyk tomazyk is offline
Frequent Poster
 
Join Date: Dec 2006
Location: Slovenia
Posts: 601
Default Re: Any HIPS that meet both of these requirements?

Malware Defender has first two options. The third option is not possible... One can only add folders and/or subfolders but not more than one individual file at once.
__________________
ESET Nod32 AV • Sandboxie • EMET • OpenDNS
My security setup in detail
• Always remember you're unique, just like everyone else •

  #3  
Old May 20th, 2012, 01:03 PM
blacknight's Avatar
blacknight blacknight is offline
Very Frequent Poster
 
Join Date: Sep 2007
Location: Europe
Posts: 1,626
Default Re: Any HIPS that meet both of these requirements?

Not sure, but may be this http://www.online-solutions.ru/en/pr...ity-suite.html
__________________
We are such stuff
As dreams are made on.
  #4  
Old May 20th, 2012, 01:41 PM
Gullible Jones
 
Posts: n/a
Default Re: Any HIPS that meet both of these requirements?

Quote:
Originally Posted by tomazyk
Malware Defender has first two options. The third option is not possible... One can only add folders and/or subfolders but not more than one individual file at once.

Why? I can't think of any reason the HIPS couldn't iterate through a set of executables and calculate hashes for all of them.

(And if it's a limitation of the Windows file selection dialog, then why not allow one to calculate hashes for all executables in a directory, instead of blindly allowing anything in that directory like e.g. SSM?)
  #5  
Old May 20th, 2012, 01:45 PM
Kees1958's Avatar
Kees1958 Kees1958 is offline
Massive Poster
 
Join Date: Jul 2006
Posts: 5,857
Default Re: Any HIPS that meet both of these requirements?

Quote:
Originally Posted by Gullible Jones
1) The HIPS must be able to prevent executables from running

2) It must be possible to turn auto-allow based on digital signatures off, because there is malware now that comes with a valid-looking digital signature (and never mind stuff like the Sony BMG rootkit)

3. Most importantly, it must be possible to update the whitelist en masse; i.e. to allow individual files in batches, rather than one at a time. I'm not talking about allowing everything in a given directory, which is grossly insecure, but rather the mass creation of hash rules.

Are there any HIPS or HIPS/firewall combos like this? Freeware would be a bonus, but IMO such a piece of software would be well worth paying for.

Most HIPS can be tailored the way you want, out of the box those will do fine
1. FW / HIPS = Private Firewall, Online Armor
2. AntiExec = NovirusThanksRadarPro, SpywareTerminator

regards
  #6  
Old May 20th, 2012, 02:20 PM
Gullible Jones
 
Posts: n/a
Default Re: Any HIPS that meet both of these requirements?

Thanks... Unfortunately PrivateFirewall doesn't allow mass addition of executables, and neither AFAICT does Online Armor. I might try Spyware Terminator next.

(If you're wondering what this is about, I'm trying to create a whitelist-based setup that works reasonably well with development and CLI tools; because at the moment, whitelisting looks to me like the most sensible approach to Windows security.)
  #7  
Old May 20th, 2012, 02:25 PM
tomazyk's Avatar
tomazyk tomazyk is offline
Frequent Poster
 
Join Date: Dec 2006
Location: Slovenia
Posts: 601
Default Re: Any HIPS that meet both of these requirements?

Quote:
Originally Posted by Gullible Jones
Why? I can't think of any reason the HIPS couldn't iterate through a set of executables and calculate hashes for all of them.

(And if it's a limitation of the Windows file selection dialog, then why not allow one to calculate hashes for all executables in a directory, instead of blindly allowing anything in that directory like e.g. SSM?)

MD does not use hashes to identify apps. It uses filenames with paths to identify an app. Modifying/replacing an executable is prevented with file rules.

When manually adding a rule only one executable can be added at a time. I usually put MD in Learning mode for a while and run programs that I use. After a while I put it back to Normal mode and check and edit all rules created during Learning mode.

I never had a need to blindly add all exes from a directory to my rules.

EDIT: OK I saw your post to late.

EDIT2: I think you can achieve what you want with MD. You can add whole dir with subdirs to whitelist. All exes in that folder will be whitelisted. File rules of MD will prevent modifying and adding new exes to that folder so untrusted apps can't be accidentally whitelisted.
__________________
ESET Nod32 AV • Sandboxie • EMET • OpenDNS
My security setup in detail
• Always remember you're unique, just like everyone else •


Last edited by tomazyk : May 20th, 2012 at 02:42 PM.
  #8  
Old May 20th, 2012, 03:02 PM
Gullible Jones
 
Posts: n/a
Default Re: Any HIPS that meet both of these requirements?

Update: Spyware Terminator doesn't allow mass additions to the whitelist either. This is really quite annoying!

As for learning mode. I suppose that's doable... It seems to me like an excessively dangerous way to whitelist a few dozen files. Granted that you can prune the whitelist later, if you get compromised while in learning mode it's all over.
  #9  
Old May 20th, 2012, 03:09 PM
Gullible Jones
 
Posts: n/a
Default Re: Any HIPS that meet both of these requirements?

Quote:
Originally Posted by tomazyk
EDIT2: I think you can achieve what you want with MD. You can add whole dir with subdirs to whitelist. All exes in that folder will be whitelisted. File rules of MD will prevent modifying and adding new exes to that folder so untrusted apps can't be accidentally whitelisted.

Thank you. That is exactly what I am looking for!

(And if anyone knows of any other HIPS that can do that, please do let me know. The more the merrier.)
  #10  
Old May 20th, 2012, 04:06 PM
Tsast42's Avatar
Tsast42 Tsast42 is offline
Regular Poster
 
Join Date: May 2012
Location: United Kingdom
Posts: 137
Default Re: Any HIPS that meet both of these requirements?

Why not SRP? It can deny executables from running and you can specify whatever directories/subdirectories you want to exclude. Virtually no performance impact and free (sort of).
  #11  
Old May 20th, 2012, 04:17 PM
Gullible Jones
 
Posts: n/a
Default Re: Any HIPS that meet both of these requirements?

Again, no en masse whitelisting, except through directories - which is either very insecure (as administrator) or very inconvenient (as limited user).

(Win7 parental controls do make LUA/SRP easier, but unfortunately seem to recalculate each and every checksum whenever adding a new application to the whitelist. When you have a MinGW toolchain installed, this takes a while.)
  #12  
Old May 20th, 2012, 06:28 PM
acr1965's Avatar
acr1965 acr1965 is offline
Massive Poster
 
Join Date: Oct 2006
Posts: 4,446
Default Re: Any HIPS that meet both of these requirements?

Mamutu is more of a behavior monitor as opposed to a HIPS but has a white list that is updated. I had issues running it on my computer but others report no issues.
__________________
"Being safe on the internet is a lot like being safe in real life. Always have a back-up plan and be careful where you stick your pointer." -- anonymous (but probably not Anonymous)
  #13  
Old May 20th, 2012, 06:30 PM
Yanick's Avatar
Yanick Yanick is offline
Frequent Poster
 
Join Date: May 2011
Posts: 239
Default Re: Any HIPS that meet both of these requirements?

SpyShelter, perhaps?
  #14  
Old May 20th, 2012, 07:11 PM
Gullible Jones
 
Posts: n/a
Default Re: Any HIPS that meet both of these requirements?

Again, thanks. I managed to set up what I consider an acceptable situation with PrivateFirewall, thanks to its training mode, but there's always room for improvement.

BTW, I also tried Windows Defender's HIPS mode briefly, I have a question about it. Supposedly one of the things it can watch for is program execution... But it clearly has a very extensive whitelist built in. Where does it get/keep that whitelist?
  #15  
Old May 20th, 2012, 07:33 PM
Pedro's Avatar
Pedro Pedro is offline
Massive Poster
 
Join Date: Nov 2006
Posts: 3,494
Default Re: Any HIPS that meet both of these requirements?

I think Kees's sugestion, NVT EXE RADAR PRO could do what you're looking for.
You can select a folder to scan for applications for the whitelist (MD5).
  #16  
Old May 20th, 2012, 08:35 PM
Gullible Jones
 
Posts: n/a
Default Re: Any HIPS that meet both of these requirements?

Thank you, EXE Radar Pro appears to work exactly as I want. I'm not entirely certain it's trustworthy, but then I'm not entirely certain anything in the Windows world is trustworthy.
  #17  
Old May 20th, 2012, 09:05 PM
kjdemuth's Avatar
kjdemuth kjdemuth is offline
Very Frequent Poster
 
Join Date: Jul 2005
Location: Boston, MA
Posts: 2,387
Default Re: Any HIPS that meet both of these requirements?

EXE radar pro is an excellent program. Since I switched to it I've loved all its features. Its a very easy program to use. It has a ton of options to configure it. Its very light on resources and don't even realize that its running.
__________________
Realtime:
WSA AV (Maxed Settings), Sandboxie Paid ( Dropmyrights and Browsers sandboxed) Lifetime license, NVT EXE Radar Pro (Lockdown mode). K9 Web protection. (malware, phishing and HTTPS force) Norton DNS.
On-Demand:
MBAM+EAM
Hitman pro (Scans daily)
  #18  
Old May 20th, 2012, 10:50 PM
Cutting_Edgetech's Avatar
Cutting_Edgetech Cutting_Edgetech is offline
Very Frequent Poster
 
Join Date: Mar 2006
Location: USA
Posts: 1,749
Default Re: Any HIPS that meet both of these requirements?

I believe Online Armor is going to be your best option if you want to stay with a HIPS. Don't take my word for it; just try it for yourself.
-http://www.emsisoft.com/en/order/oa/

You may also want to look at Appguard from Blue Ridge Networks. Its an anti-executable. If you want to be extremely secure then you need to try this application! It stops pretty much everything in its tracks! -http://www.blueridge.com/index.php/products/appguard/consumer
__________________
Netgear Prosecure UTM25 | Online Armor | NOD 32 | WSA | Appguard | VoodooShield | Shadow Defender 1.1.0.325
  #19  
Old May 21st, 2012, 01:56 AM
Noob's Avatar
Noob Noob is offline
Massive Poster
 
Join Date: Nov 2009
Posts: 5,328
Default Re: Any HIPS that meet both of these requirements?

Online Armor fulfills your first 2 requirements, not so sure about the third one.
Give it a try! (And has lots of other features)
__________________
Emsisoft Anti-Malware v7.0.0.21 - Online Armor 6.0.0.1736
SRP - UAC - EMET

Browser: Google Chrome v25.xx

Windows 7 Ultimate x64
  #20  
Old May 21st, 2012, 03:02 PM
Gullible Jones
 
Posts: n/a
Default Re: Any HIPS that meet both of these requirements?

Tried it. It does not fulfill the third requirement.

I'm kind of surprised how few HIPS/firewalls do actually. It should not be hard to implement, and is an essential feature for anyone using e.g. Cygwin.
  #21  
Old May 21st, 2012, 07:43 PM
Yanick's Avatar
Yanick Yanick is offline
Frequent Poster
 
Join Date: May 2011
Posts: 239
Default Re: Any HIPS that meet both of these requirements?

Agnitum Outpost Firewall Pro does 1) and 2) on 3) im not sure maybe half the 3). It's been sometime since i used it, but that hips is very clear and effective. Has lifetime license too

Mmm.. Il probably have to install it again
  #22  
Old May 22nd, 2012, 06:41 PM
Gullible Jones
 
Posts: n/a
Default Re: Any HIPS that meet both of these requirements?

I just discovered Online Armor's install mode, which somehow escaped my notice earlier... Consider this problem basically solved.

(And I'm liking Online Armor Free. It is... very paranoid.)

Edit: Or not. OA adds some serious overhead when running small executables - several seconds per command. Grr!

Last edited by Gullible Jones : May 22nd, 2012 at 08:07 PM.
 

Wilders Security Forums > Security Products > other anti-malware software « Previous Thread | Next Thread »

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Settings
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 09:24 PM.


Powered by vBulletin® Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©2002 - 2013, Wilders Security Forums