Skip to content

How to add ML model files to ESCU

Bhavin Patel edited this page Mar 18, 2022 · 4 revisions

Writing MLTK Content

NOTE: This is specifically for shipping pre trained models. The model files can be created either by leveraging fit command in MLTK or by other custom ML tools

Files needed in a PR

  1. In detections/ <detection_name>.yml
  • The SPL in this file uses the MLTK apply command
  1. In lookups/ directory
  1. In tests/ <test_name.test>.yml with a reference to a test data set in attack_data repository

Building detection and test yml template files:

python contentctl.py -p . new_content -t detection