This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Accept
Reject

NetWitness Community

  • Home
  • Products
    • NetWitness Platform
      • Advisories
      • Documentation
        • Platform Documentation
        • Known Issues
        • Security Fixes
        • Hardware Documentation
        • Threat Content
        • Unified Data Model
        • Videos
      • Downloads
      • Integrations
      • Knowledge Base
    • NetWitness Cloud SIEM
      • Advisories
      • Documentation
      • Knowledge Base
    • NetWitness Detect AI
      • Advisories
      • Documentation
      • Knowledge Base
    • NetWitness Investigator
    • NetWitness Orchestrator
      • Advisories
      • Documentation
      • Knowledge Base
      • Legacy NetWitness Orchestrator
        • Advisories
        • Documentation
  • Community
    • Blog
    • Discussions
    • Events
    • Idea Exchange
  • Support
    • Case Portal
      • Create New Case
      • View My Cases
      • View My Team's Cases
    • Community Support
      • Getting Started
      • News & Announcements
      • Community Support Forum
      • Community Support Articles
    • Product Life Cycle
    • Support Information
    • General Security Advisories
  • Training
    • Blog
    • Certification Program
    • Course Catalog
      • Netwitness XDR
      • EC-Council Training
    • New Product Readiness
    • On-Demand Subscriptions
    • Student Resources
    • Upcoming Events
    • Role-Based Training
  • Technology Partners
  • Trust Center
Sign InRegister Now
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Search instead for 
Did you mean: 
NetWitness Discussions
  • NetWitness Community
  • Discussions
  • Whitelist false positive in Endpoint ESA Rules
  • Options
    • Subscribe to RSS Feed
    • Mark Topic as New
    • Mark Topic as Read
    • Float this Topic for Current User
    • Bookmark
    • Subscribe
    • Mute
    • Printer Friendly Page

Whitelist false positive in Endpoint ESA Rules

JeremyKerwin
JeremyKerwin Valued Contributor
Valued Contributor
Options
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

‎2021-02-15 11:26 PM

We have a poorly coding internal application that keeps triggering the Endpoint ESA rule 'unsigned outbound from temp directory'

 

What would be the best way to whitelist this so it doesn't keep showing up in alerts in the respond module?

Labels:
  • Labels:
  • RSA NetWitness Endpoint
  • Community Thread
  • Discussion
  • ECAT
  • EDR
  • Endpoint
  • Forum Thread
  • NetWitness
  • NWE
  • RSA NetWitness Endpoint
  • RSA NetWitness Platform
0 Likes
Reply
  • All forum topics
  • Previous Topic
  • Next Topic
2 REPLIES 2

JoshRandall
Valued Contributor JoshRandall Valued Contributor
Valued Contributor
Options
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

‎2021-02-16 03:06 PM

Jeremy Kerwin‌

Your easiest and best option will be to adjust the companion App Rule that is the source of that ESA rule:

pastedImage_1.png

 

..and add the additional syntax to filter out your internal application.

 

You can figure out this additional syntax by looking at the endpoint events triggering that app rule by querying for it in NetWitness:

(device.type = 'nwendpoint') AND (boc = 'outbound from unsigned temporary directory')‍‍‍‍‍

 

...and picking out the meta keys and values that will identify that specific application (checksum.src is probably a good one).

 

You would then add that as a != filter in the app rule:

pastedImage_4.png

 

The more specific and precise you can be to positively identify that application, the better.


Mr. Mongo
2 Likes
Reply

YounisKhan
YounisKhan Occasional Contributor
Occasional Contributor
Options
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

‎2021-05-27 02:26 AM

I have gone through same problem, what I did

File which is unsigned , marked it as whitelisted

then I updated the APP rule and add one mode condition as below

 

context.src != 'file.whitelisted' && ......

 

 

0 Likes
Reply
Powered by Khoros
  • Blog
  • Events
  • Discussions
  • Idea Exchange
  • Knowledge Base
  • Case Portal
  • Community Support
  • Product Life Cycle
  • Support Information
  • About the Community
  • Terms & Conditions
  • Privacy Statement
  • Acceptable Use Policy
  • Employee Login
© 2022 RSA Security LLC or its affiliates. All rights reserved.