Skip to content

Commit d4ca783

Browse files
author
exa-content-sec
committed
Update
1 parent 7b58fa1 commit d4ca783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DataSources/Varonis/Data_Security_Platform/Ps/pC_qvaronisfileactivity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ Name = q-varonis-file-activity
2222
"""Affected_Object_Path=(|({file_path}[^=]{1,2000}?))\s{1,10}(\w{1,100}=|$)""",
2323
"""Affected_Object_Path=({file_parent}[^=]{1,2000}?)\\[^\\]{1,2000}\s{1,10}(\w{1,100}=|$)""",
2424
"""cat=({category}[^=]{1,2000}?)\s{1,10}(\w{1,100}=|$)""",
25-
"""DatAdvantage\|[^\\]{1,1000}?\|({additional_info}[^\\]{1,2000}?)\|""",
25+
"""DatAdvantage\|[^\\]{1,1000}?\|({alert_name}[^\\]{1,2000}?)\|""",
2626
"""Device_Name =({src_host}[^=]{1,2000}?)\s{1,10}(\w{1,100}=|$)""",
2727
"""usrName =(({domain}[^\\]{1,100})\\)?({user}[^=]{1,1000}?)\s{1,10}(\w{1,100}=|$)""",
2828
"""accountName =({user}[^=]{1,2000}?)\s{1,10}(\w{1,100}=|$)""",
2929
]
30-
DupFields = [ "accesses->event_code" ]
30+
DupFields = [ "accesses->event_code", "alert_name->additional_info" ]
3131

3232

3333
}

0 commit comments

Comments
 (0)