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
    • New Product Readiness
    • On-Demand Subscriptions
    • Student Resources
    • Upcoming Events
  • 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
  • Perform selective query for metadata below, and send to SIEM
  • 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

Perform selective query for metadata below, and send to SIEM

Go to solution
EdPadilla
EdPadilla Occasional Contributor
Occasional Contributor
Options
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

2 weeks ago

Any suggestions or ideas building query to retrieve the following:

ip.src
ip.dst
country.dst
city.dst
domain.dst
action

(country.dst = 'Albania' OR country.dst = 'Armenia' OR country.dst = 'Azerbaijan' OR country.dst = 'Belarus' OR country.dst = 'Cambodia' OR country.dst = 'Cote D ivoire' OR country.dst = 'Cuba' OR country.dst = 'Georgia' OR country.dst = 'Iran' OR country.dst = 'Iraq' OR country.dst = 'isle of man' OR country.dst = 'Kazakhstan' OR country.dst = 'Kyrgyzstan' OR country.dst = 'Libya' OR country.dst = 'liechtenstein' OR country.dst = 'Moldova' OR country.dst = 'Mongolia' OR country.dst = 'Myanmar' OR country.dst = 'Seychelles' OR country.dst = 'Sudan' OR country.dst = 'Tajikistan' OR country.dst = 'Turkmenistan' OR country.dst = 'Ukraine' OR country.dst = 'Uzbekistan' OR country.dst = 'Venezuela' )

0 Likes
Share
Reply
  • All forum topics
  • Previous Topic
  • Next Topic
1 ACCEPTED SOLUTION

Accepted Solutions

Go to solution
JohnSnider
Trusted Contributor JohnSnider Trusted Contributor
Trusted Contributor
Options
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

2 weeks ago

Are you wanting to look backwards in time, or from now forward?
If wanting to do query for past data, you will need to create a reporting engine rule to

"select" ip.src,ip.dst,country.dst,city.dst,domain.dst,action

where country.dst = 'Albania','Armenia','Azerbaijan','Belarus','Cambodia','Cote D ivoire','Cuba','Georgia','Iran','Iraq','isle of man','Kazakhstan','Kyrgyzstan','Libya','Liechtenstein','Moldova','Mongolia','Myanmar','Seychelles','Sudan','Tajikistan','Turkmenistan','Ukraine','Uzbekistan','Venezuela'

and add that rule to a report, and run the report for a specified window in time and send the output the the SEIM by syslog or whatever method you prefer.
(Note that the comma separated list is the same as your long OR statement)

 

If looking forward in time (real-time alerting) then first create an application rule for the country.dst
monitored_countries     country.dst = 'Albania','Armenia','Azerbaijan','Belarus','Cambodia','Cote D ivoire','Cuba','Georgia','Iran','Iraq','isle of man','Kazakhstan','Kyrgyzstan','Libya','Liechtenstein','Moldova','Mongolia','Myanmar','Seychelles','Sudan','Tajikistan','Turkmenistan','Ukraine','Uzbekistan','Venezuela'  and set alert to the "alert" meta key.

Then create a Reporting engine rule OR ESA rule that triggers on (alert = 'monitored_countries') and selects the meta keys listed for output to the SIEM via syslog or other format.

View solution in original post

1 Like
Share
Reply
1 REPLY 1

Go to solution
JohnSnider
Trusted Contributor JohnSnider Trusted Contributor
Trusted Contributor
Options
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

2 weeks ago

Are you wanting to look backwards in time, or from now forward?
If wanting to do query for past data, you will need to create a reporting engine rule to

"select" ip.src,ip.dst,country.dst,city.dst,domain.dst,action

where country.dst = 'Albania','Armenia','Azerbaijan','Belarus','Cambodia','Cote D ivoire','Cuba','Georgia','Iran','Iraq','isle of man','Kazakhstan','Kyrgyzstan','Libya','Liechtenstein','Moldova','Mongolia','Myanmar','Seychelles','Sudan','Tajikistan','Turkmenistan','Ukraine','Uzbekistan','Venezuela'

and add that rule to a report, and run the report for a specified window in time and send the output the the SEIM by syslog or whatever method you prefer.
(Note that the comma separated list is the same as your long OR statement)

 

If looking forward in time (real-time alerting) then first create an application rule for the country.dst
monitored_countries     country.dst = 'Albania','Armenia','Azerbaijan','Belarus','Cambodia','Cote D ivoire','Cuba','Georgia','Iran','Iraq','isle of man','Kazakhstan','Kyrgyzstan','Libya','Liechtenstein','Moldova','Mongolia','Myanmar','Seychelles','Sudan','Tajikistan','Turkmenistan','Ukraine','Uzbekistan','Venezuela'  and set alert to the "alert" meta key.

Then create a Reporting engine rule OR ESA rule that triggers on (alert = 'monitored_countries') and selects the meta keys listed for output to the SIEM via syslog or other format.

1 Like
Share
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.