Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

vedeo on creating Custom IPS defs.

Created: 05 Aug 2009 | 13 comments
Bijay.Swain's picture
2 Agree
4 Disagree
-2 6 Votes
Login to vote

Need a video on creation Custom IPS signature to prevent an infected file to enter to  a system which is not detected by syamantec latest  definations.

This will help all till symantec releases the latest defs. for the threat.

Comments

shp's picture
05
Aug
2009
0 Votes 0
Login to vote

I agree with U...

Some customer always come to us telling that infiected file is detected by other AV but SEP has failed to detect.
If we can create a custom IPS and stop it from spreading customre will be satisfied.

Regards,
Srinivas H.P.
HCL Infosystems Ltd

Jeremy Dundon's picture
06
Aug
2009
4 Votes +4
Login to vote

This is a good idea

But it is often easier to take an MD5 hash of the file and use application and device control policy to stop the file from running. 

Zoidberg's picture
06
Aug
2009
5 Votes +5
Login to vote

Application and Device control policy help

Here is the best document for walkthroughs on how to create an Application and Device Control policy. You can use this in conjuction with the MD5 hash to help block the spread of an infection on a system or network.

http://service1.symantec.com/SUPPORT/ent-security....

Kurt G.'s picture
06
Aug
2009
5 Votes +5
Login to vote

I agree with Jeremy on this

I agree with Jeremy on this. In most situations it is much faster and simpler to create an application and device control policy to block the MD5 of the specific risk or file. Especially if your conern is with a risk that is already known.

Creating custom IPS signatures can be tricky, especially if you do not have a thorough knowledge of TCP, UDP, and ICMP protocols. In fact, an incorrectly formed signature can corrupt the custom IPS library, thus damaging the integrity of the clients. The IPS signatures provided by LiveUpdate will address known vulnerabilities, exploits, etc. in the operating system so creating custom IPS signatures in most situations, especially in a case of addressing a risk, would be a more complicated solution to an issue than it would really need to be.

Kurt G.
Symantec Technical Specialist: Endpoint Security Advanced Team

Symantec Corporation www.symantec.com

Symantec Enterprise Support: (800) 342 0652 

Scuba Steve's picture
06
Aug
2009
4 Votes +4
Login to vote

IPS is used for blocking exploits

I also agree with Tuf, and Jeremy. IPS stands for Intrusion Prevention System. It isn't designed to block specific risks. Our IPS signatures will stop any threat that is attempting to exploit a vulnerability regardless if we or any AV product has a virus signature for it. At this time, our IPS signatures should stop any threat from exploiting all known vulnerabilities.

Creating an application and device control policy as stated above is what I believe you are actually wanting to accomplish.

Bijay.Swain's picture
06
Aug
2009
0 Votes 0
Login to vote

Yes I was looking for this

Yes I was looking for this but if I create an Application & device policy for a virus with md5 hash then will it block from getting infected from network . I mean if that virus tries to enter via network then will this policy block it.

Kurt G.'s picture
06
Aug
2009
4 Votes +4
Login to vote

The application and device control policy will

The application and device control policy will block the risk from being able to execute. Though it may be able to pass into the network, the risk will be blocked from running or installing on the clients. If you enable logging for the specific file you can then configure a notification for the event. This would allow you to go local to the machine, locate the file and either submit it to Security Response manually via the web site, or you can manually quarantine the file and submit it through the client. This would allow us to create definitions for the risk which would allow Auto-Protect to detect it attempting to access any systems in the future.

Kurt G.
Symantec Technical Specialist: Endpoint Security Advanced Team

Symantec Corporation www.symantec.com

Symantec Enterprise Support: (800) 342 0652 

Bijay.Swain's picture
06
Aug
2009
0 Votes 0
Login to vote

HI Zoidberg I have a file

HI Zoidberg
I have a file named siw.exe and i want to create  an application and device policy to stop it from being executed.If i go by name then after renaming the file it executes below is the checksum of that file please can you tell me the process to create this policy sothat it won't execute if i run it.

41f03b6b0f35b6353599390c2ca304ad

detailed procedure will be appreciated.

Jeremy Dundon's picture
06
Aug
2009
5 Votes +5
Login to vote

I'm not Zoidberg but I do have your answer.

Configuring the Policy
 
Once the MD5 hash is known, the Application and Device Control policy can be configured to prevent that specific file from launching on the clients and beginning an active infection.  The following steps demonstrate how to create a new Application and Device Control policy to block the specific threat and assign it to clients.
 
1. Log in to the SEPM.
2. Click on Policies.
3. Click on Application and Device Control.
4. Under Tasks, click on Add an Application and Device Control Policy.
5. On the top left click on Application Control.
6. Click on the Add... button.
7. Click on the Add... button on the bottom left under Rules.
8. Select Add Condition.
9. Select Launch Process Attempts.
10. Click on the Add... button on the right next to "Apply to the following processes:".
11. Click on the Options>> button at the lower right.
12. Select the Radio button for "Match the file fingerprint".
13. Copy the MD5 hash into the field for the fingerprint.
14. Click OK.
15. Click OK.
16. Click OK.
17. Click Yes to assign the policy.
18. Check the boxes for any group that the policy should be applied to.
19. Click OK.

 

Bijay.Swain's picture
07
Aug
2009
0 Votes 0
Login to vote

Sorry jeremy the steps you

Sorry jeremy

the steps you provided is not working.

I tried to block process explorer also but didn't work . I can still lunch the application.

Bijay.Swain's picture
07
Aug
2009
0 Votes 0
Login to vote

This is what I did to block

imagebrowser image

This is what I did to block process explorer.
But I can still lunch it.

Jeremy Dundon's picture
07
Aug
2009
0 Votes 0
Login to vote

You are probably missing one step.

On the portion of your rule called "Block Process explorer" the "Monitored Processes" must be * (all). That way all processes are monitored for attempts to launch any process with the md5 hash that you defined under "Launch Process Attempts".

If you have only explorer.exe listed under "monitored processes" then the application control will only watch explorer.exe for attempts to load explorer.exe.

Bijay.Swain's picture
07
Aug
2009
0 Votes 0
Login to vote

Yes You are right jeremy. *

Yes You are right jeremy. * was missing .Now it works but if i use * then it will monitor all process so it may slow down the pc. If I know the file/process name then can i use that instead of *