Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added PanOS 11 syslog standard fields; repaired broken field extracts & name collisions #294

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    8be768e View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    d21e7f9 View commit details
    Browse the repository at this point in the history
  2. pan:system corrected dvc, description extracts

    pan:system corrected dvc coalesce, added description extracts
    jwiley80 authored May 9, 2023
    Configuration menu
    Copy the full SHA
    9eb72a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e63a6ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8baad1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2ac17b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3028b46 View commit details
    Browse the repository at this point in the history
  7. Removed devicegroup_level3 and devicegroup_level4 - do not exist in c…

    …onfig data
    
    Removed "devicegroup_level3" and "devicegroup_level4" fields, which do not exist in the config data, and cause all later fields to parse incorrectly.  
    
    Added PanOS 11 updated fields at end
    jwiley80 authored May 9, 2023
    Configuration menu
    Copy the full SHA
    ad20520 View commit details
    Browse the repository at this point in the history
  8. Modified host_id and host_serial

    extract_threat, extract_traffic, extract_globalprotect, and extract_hipmatch all contain the fields "host_id" and "host_serial" - this is extremely useful for asset correlation, and needs to be consistently named for analysis.   In extract_globalprotect, the old version uses 'serial_number' for this field, which collides with field 3, which is the 'dvc_serial', not the serial of the src/user asset being described in the log
    jwiley80 authored May 9, 2023
    Configuration menu
    Copy the full SHA
    84e5d2d View commit details
    Browse the repository at this point in the history
  9. extract_system added high_res_timezone field parsing

    "high_res_timestamp"
    jwiley80 authored May 9, 2023
    Configuration menu
    Copy the full SHA
    0df9161 View commit details
    Browse the repository at this point in the history
  10. pan:hipmatch CIM mapping

    hipmatch fieldalias & eval updates for CIM consistency
    jwiley80 authored May 9, 2023
    Configuration menu
    Copy the full SHA
    fced125 View commit details
    Browse the repository at this point in the history
  11. pan:globalprotect and pan:config CIM mapping

    field aliases and evals added for CIM compatibility
    jwiley80 authored May 9, 2023
    Configuration menu
    Copy the full SHA
    b9115f9 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    cdffaab View commit details
    Browse the repository at this point in the history