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

FEATURE: Add Events table columns for event.module playbook #12703

Closed
dougburks opened this issue Mar 30, 2024 · 2 comments
Closed

FEATURE: Add Events table columns for event.module playbook #12703

dougburks opened this issue Mar 30, 2024 · 2 comments
Assignees
Milestone

Comments

@dougburks
Copy link
Contributor

dougburks commented Mar 30, 2024

As a defender, when I'm working in Dashboards/Hunt, I need Events table columns for event.module playbook:

  ':playbook:':
    - soc_timestamp
    - rule.name
    - event.severity_label
    - event_data.event.dataset
    - event_data.source.ip
    - event_data.source.port
    - event_data.destination.host
    - event_data.destination.port
    - event_data.process.executable
    - event_data.process.pid

Also update the existing playbook entry for Alerts:

        ':playbook:':
          - soc_timestamp
          - rule.name
          - event.severity_label
          - event_data.event.dataset
          - event_data.source.ip
          - event_data.source.port
          - event_data.destination.host
          - event_data.destination.port
          - event_data.process.executable
          - event_data.process.pid
@dougburks dougburks self-assigned this Mar 30, 2024
@dougburks dougburks added this to the 2.4.70 milestone Mar 30, 2024
dougburks added a commit that referenced this issue Apr 2, 2024
…ch-1

FEATURE: Add Events table columns for event.module playbook #12703
@dougburks
Copy link
Contributor Author

Tested and verified.

Alerts:

image

Dashboards:

image

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@dougburks and others