MagnumXL Posted June 5, 2007 Posted June 5, 2007 I have an odd problem. One of the computers I'm responsible for got a virus alert for a worm in a .eml file. The odd thing is no email access is readily available on that computer. The computer can be used by alot of people non of whom need to access email or even the interneet from it. The computer does however need to access a server on the LAN. I removed outlook express when the computer was installed and no other email has been installed as far as i can tell. I would like to use autoit to monitor or even supress email activity on that computer. Any ideas? How would you approach the problem?
Zedna Posted June 5, 2007 Posted June 5, 2007 (edited) I think the best way is to use some Firewall (may be software personal firewall) and block some services. Edited June 5, 2007 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
lod3n Posted June 5, 2007 Posted June 5, 2007 Use group policy (if you have AD) or a local security policy to prevent the execution of everything except the allowed programs for non-administrators.But that's probably not your problem. The Nimda worm creates copies of the README.EML file all over an infected computer.Read this whole thing: http://www.f-secure.com/v-descs/nimda.shtmlYour real problem is lack of regular Windows Updates, at least on that computer, and possibly your whole network. That computer accesses the Internet and your LAN. So while it's possible that one of your users mistakenly downloaded the .eml file from a compromised server somewhere on the internet, it's also possible that this computer was infected by another computer on your LAN.You need to run a virus scan with an updated definition on every computer in your LAN, to be safe, and then run Windows Update on each. Good luck, and I'm glad I'm not you. [font="Fixedsys"][list][*]All of my AutoIt Example Scripts[*]http://saneasylum.com[/list][/font]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now