Syslog miner fields

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.

Syslog miner fields

L1 Bithead

Looking for some information on the fields to use for the syslog miners...

 

This document explains the fields and lables but it doesn't appear that minemeld follows it exactly from other examples I have seen, here and here.

 

I am trying to pick indicators from a certain direction, sourced from a certain zone, and according to the log description document linked above it is the "from" or "to" field though I am unable to find any other documention on what is available with this minemeld syslog miner.

 

I was trying this:

conditions:
  - type == 'THREAT'
  - severity == 'high'
  - from == 'Internet'
fields: null
indicators:
  - src_ip

It doesn't seem to be working.

2 REPLIES 2

L7 Applicator

Hi @weden,

you can find a list of fields here: https://live.paloaltonetworks.com/t5/MineMeld-Articles/Using-the-syslog-Miner/ta-p/77262

 

Could you try this:

conditions:
  - type == 'THREAT'
  - severity == 'high'
  - src_zone == 'Internet'
fields: null
indicators:
  - src_ip

Thanks, that help.

  • 3363 Views
  • 2 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!