Click here to Skip to main content
15,888,984 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
Is it possible to send a SMS to the administrator if the windows server has been attacked? How do I write a program to achieve that?

Thanks for reading :)
Posted
Updated 25-Dec-10 2:37am
v2

1 solution

Yes, and it would probably have to be in the form of a Windows service. However, what kind of attacks are you talking about? How are you going to detect the attacks, and what kind of attacks are you looking for? If I were you, I'd look for some software that's already written and tested. Security is not something you want to trust to home-grown, featureless, and untested software.



EDIT =================

Most Anti-virus software already has that kind of notification built into it.

 
Share this answer
 
v3
Comments
shoubi 25-Dec-10 8:45am    
Hi thank you for replying! I want to alert the administrator if the antivirus software is been triggered, or other firewall events.
fjdiewornncalwe 25-Dec-10 19:13pm    
@shoubi: You should be able to do that by examining the configuration options of the antivirus and firewall software that is running on the system.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900