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

[RFC] Risk Score Extensions - Stage 2 #2276

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Sep 19, 2023

  1. Stage 2 Risk Extensions RFC

    * Adds Source Data example
    * Adds Scope of Impact section
    * Updates Concerns section
    rylnd committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    3ba9f6a View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Update rfcs/text/0042-risk-score-extensions.md

    Co-authored-by: Eric Beahan <ebeahan@gmail.com>
    rylnd and ebeahan committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    65447a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2024e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

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

Commits on Oct 26, 2023

  1. Replace Alert document with Risk Score document

    I misunderstood the "source data" section; a risk score document is what
    actually shows the proposed fields being used.
    rylnd committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    6fc0186 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Add a more realistic category_1_count value

    This represents the total number of alerts that were processed to create
    this risk score; having a larger number is both more realistic, and also
    highlights the fact that the number of inputs will be very small
    compared to this number.
    rylnd committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    9cd969d View commit details
    Browse the repository at this point in the history
  2. Add asset criticality fields

    We've added this functionality within the product, we should discuss and
    add these fields to ECS as well.
    rylnd committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    323ed90 View commit details
    Browse the repository at this point in the history
  3. More clearly state that the category score is normalized

    This was previously not clear from the examples/descriptions: category
    scores will be normalized to the 0-100 range, and only the
    `calculated_score` represents the "raw" score of the entity.
    rylnd committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    54c42b5 View commit details
    Browse the repository at this point in the history
  4. Add more realistic fields/values for our score document

    * category scores are within 0-100
    * category scores sum to the calculated_score_norm
    * category 5 is present since criticality is present
    rylnd committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    3a21061 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a00f454 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Swap Risk Categories 2 and 4

    We decided to number our risk categories based on the order in which
    they are introduced in kibana. Since Asset Criticality is being released
    next, and AC corresponds to the Entity Contexts category, it's now
    Category 2.
    rylnd committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    7af698b View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Revert "Add asset criticality fields"

    This reverts commit 323ed90.
    
     Conflicts:
    	rfcs/text/0042-risk-score-extensions.md
    	rfcs/text/0042/risk.yml
    rylnd committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    cd6e17c View commit details
    Browse the repository at this point in the history