Skip to content

Commit

Permalink
Merge pull request #310 from tstromberg/fpr-sep18
Browse files Browse the repository at this point in the history
unexpected talker events: address easy false positives
  • Loading branch information
tstromberg authored Sep 19, 2023
2 parents e958c9f + f656aef commit ddb37c0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions detection/c2/unexpected-talker-events.sql
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,11 @@ WHERE
'/Library/Application Support',
'/Library/Kandji',
'/System/Volumes',
'~/bin',
'/usr/local',
'/opt/homebrew',
'~/Apps',
'~/code',
'~/work',
'~/github',
'~/src',
Expand All @@ -97,8 +100,10 @@ WHERE
AND NOT exception_key IN (
'500,0,123,sntp',
'500,0,22,ssh',
'500,0,443,velociraptor',
'500,0,32768,ksfetch',
'500,500,32768,ksfetch',
'500,500,443,old',
'500,0,32768,syncthing',
'500,0,443,chrome',
'500,0,443,curl',
Expand All @@ -107,11 +112,18 @@ WHERE
'500,0,443,launcher',
'500,0,443,slack',
'500,0,31488,sntp',
'500,500,443,go',
'500,0,443,syncthing',
'500,0,443,wget',
'500,0,5228,chrome',
'500,0,53,chrome',
'500,0,53,git',
'500,0,443,firefox',
'500,0,80,firefox',
'500,0,443,node',
'500,500,2304,cloud_sql_proxy',
'500,500,443,cloud_sql_proxy',
'500,500,80,cloud_sql_proxy',
'500,0,53,launcher',
'500,0,53,NetworkManager',
'500,0,53,slack',
Expand Down

0 comments on commit ddb37c0

Please sign in to comment.