cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Who Me Too'd this topic

Syslog Miner different confidence values.

L0 Member

Is there the way to separate traffic and threat logs from syslog miner to be directed to diferent outputs based on confidence. What i mean is something like that in rules:

conditions:
  - type == 'THREAT'
fields:
  - misc
  - url_idx
indicators:
  - src_transalted_ip

attributes:

  - confidence == '100'

 

conditions:
  - type == 'TRAFFIC'
fields:
  - misc
  - url_idx
indicators:
  - src_transalted_ip

attributes:

  - confidence == '50'

 

I tried creating 2 different syslog miners with different confidence lvl but only one was working.

Who Me Too'd this topic