- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
06-28-2017 12:00 PM
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.
06-29-2017 01:44 AM
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
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!