Associate
- Joined
- 30 Apr 2009
- Posts
- 688
meh, you know what I mean!
Gotta be +10bhp![]()
Great until you crash into a wall...

meh, you know what I mean!
Gotta be +10bhp![]()
I use this.![]()
Umm yes, I work just looking after AV and I see hundreds of machines infected everyday...And it’s not always prevented through just been careful. I dont think anyone who has had real life experience working in IT would post a question like this.
Computer security is all about layers. Limited admin rights, firewalls, antivirus, software patching, not running services and open ports you don't need and common sense are all layers. If you skip out the antivirus, then maybe the other precautions will save you, but then again maybe not.
icacls "C:\Program Files (x86)\Mozilla Firefox" /setintegritylevel(oi)(ci) low
icacls "C:\Users\username\AppData\Local\Temp" /setintegritylevel(oi)(ci) low
icacls "C:\Users\username\AppData\Local\Mozilla" /setintegritylevel(oi)(ci) low
icacls "C:\Users\username\AppData\Roaming\Mozilla" /setintegritylevel(oi)(ci) low
icacls "C:\Users\username\Downloads" /setintegritylevel(oi)(ci) low
I wasn't happy with setting the TEMP directory to low integrity because other applications use it, and letting an internet facing application write there poses a security risk. Protected Mode Internet Explorer has its own TEMP directory, and cannot write to the main one.
If TEMP remains at medium integrity, stuff breaks in Firefox. Bookmarking e.t.c.
My solution was to run Firefox as a different user and set that user's TEMP directory to low integrity. ( RUNAS or PSEXEC )
I ended up with something like this :
*snip* - refer to eXor post.
icacls "C:\Users\Freddie\AppData\Local\Temp" /setintegritylevel(oi)(ci) low
icacls "C:\Program Files (x86)\Mozilla Firefox" /setintegritylevel(oi)(ci) low
icacls "C:\Users\Freddie.web\AppData\Local\Temp" /setintegritylevel(oi)(ci) low
icacls "C:\Users\Freddie.web\AppData\Local\Mozilla" /setintegritylevel(oi)(ci) low
icacls "C:\Users\Freddie.web\AppData\Roaming\Mozilla" /setintegritylevel(oi)(ci) low
icacls "C:\Users\Freddie\Downloads\low" /setintegritylevel(oi)(ci) low
I wasn't happy with setting the TEMP directory to low integrity because other applications use it, and letting an internet facing application write there poses a security risk. Protected Mode Internet Explorer has its own TEMP directory, and cannot write to the main one.
If TEMP remains at medium integrity, stuff breaks in Firefox. Bookmarking e.t.c.
My solution was to run Firefox as a different user and set that user's TEMP directory to low integrity. ( RUNAS or PSEXEC )
I ended up with something like this :
Surely anyone working as an IT 'techy' would use an antivirus. It would be stupid not to. The risk you run by not having one is ridiculous especially if you use online banking or anything else using secure passwords.
To say you've never been hit when you've not been running an antivirus is bizarre as you'll never know. Running an A/V check afterwards to check is not a good solution as any decent trojan / virus will hide itself. It will also know you're A/V checking and take action to hide.
M.
If you working looking after AV and there's hundreds of infections a day you should be fired for doing a poor job.
Though, I'm having a bit of a job running Mozilla Firefox as a different user. I can't seem to execute it as a different user. How are you going about setting up yours out of interest?
icacls "C:\Program Files\Mozilla Firefox\Firefox.exe" /setintegritylevel medium
Target : C:\Windows\System32\runas /user:lisa.web "cmd /c start \"\"\"C:\Program Files\Mozilla Firefox\Firefox.exe\"
Start in : C:\Program Files\Mozilla Firefox
icacls "C:\Program Files\Mozilla Firefox\Firefox.exe" /setintegritylevel low
icacls "C:\Users\lisa.web\AppData\Local\Temp" /setintegritylevel (oi)(ci)low
icacls "C:\Users\lisa.web\AppData\Local\Mozilla\Firefox" /setintegritylevel (oi)(ci)low /t
icacls "C:\Users\lisa.web\AppData\Roaming\Mozilla\Firefox" /setintegritylevel (oi)(ci)low /t