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
  • Distinct metas output in ESA Email notificaion subject
  • 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

Distinct metas output in ESA Email notificaion subject

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

‎2021-01-28 01:18 AM

Hello.

 

I have one question regarding metas output in ESA Rule notification(email subject).

I have such rule:

 

@Name(' domain:{domain} , detector: {alias_host},  source: {host_src}/{ip_src}, Login: {user_dst}')
@Description('---')
@RSAAlert(oneInSeconds = 0)

SELECT *
FROM Event (
/* Conditions Event */
(
medium = 32
AND device_class IN ('Windows Hosts')
AND reference_id IN ('4625')
AND ip_src IS NOT NULL
AND logon_type IN ('3')
)
AND
/* Conditions Codes */
(
result_code IN ('0xc0000064')
OR ('0xc0000064') = ANY(context)
)
AND
/* Conditions to Exclude */
(
AND user_dst NOT LIKE ('%$%')
AND user_dst != ANY(host_src)
)
).win :time_length_batch(120 seconds, 5)
GROUP BY ip_src
HAVING COUNT(*) = 5
OUTPUT all every 120 seconds;

 

This rule alert generate min 5x failed logon attempts from one source, and theremay be several login names(user.dst).

In @Name(...Login: {user.dst}) notation(it's Email Subject) I want to see all Distinct login names(user.dst)

Is there a way to do it.

Now I can see there only the last user.dst in this sequence in @Name notation.

  • Community Thread
  • Discussion
  • Forum Thread
  • NetWitness
  • NW
  • NWP
  • RSA NetWitness
  • RSA NetWitness Platform
0 Likes
Reply
  • All forum topics
  • Previous Topic
  • Next Topic
0 REPLIES 0
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.