You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Investigate the possibility of using the workload benchmarks metrics pipeline in the agents mode to send syscollector events that trigger vulnerability detection alerts.
The pipeline should generate several mocked events that force the vulnerability detection module to populate its database.
The text was updated successfully, but these errors were encountered:
The workload benchmarks metrics pipeline can be executed using one of three modes:
AGENTS: deploys n agents
EPS: deploys a single agent that generates n events per second on the configured modules
HYBRID: is a mix between the two modes above. It deploys n agents that each generate 2 EPS on the modules fim, syscollector, winevt, logcollector and sca.
The desired functionality could be achieved by using the HYBRID mode. However, we would need to modify the pipeline so the modules and the number of events generated can be selected by the user when launching the workflow.
Furthermore, additional changes may be required to the agent_simulator script to generate syscollector events that trigger specific rules. The templates of the generated events can be found here.
Description
Investigate the possibility of using the workload benchmarks metrics pipeline in the
agents
mode to send syscollector events that trigger vulnerability detection alerts.The pipeline should generate several mocked events that force the vulnerability detection module to populate its database.
The text was updated successfully, but these errors were encountered: