For generating the final score of a security testing campaign, we use three python scripts that:
- Query MS Defender alerts for a given test uuid
- Query LimaCharlie for security testing related events associated to a given uuid on a given date range.
- Combine results to obtain final score.
We need to make sure we do reach pagination limits when data is too big (like hundreds or thousands of sensors).
For generating the final score of a security testing campaign, we use three python scripts that:
We need to make sure we do reach pagination limits when data is too big (like hundreds or thousands of sensors).