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
Add SigTree ML classification docs and update slides with cross-references
New documentation and slide deck for the SIG_TREE on-device ML
decision tree system (33,428 trees across 3 signature types). Updates
existing markdown and slide decks (00, 03, 08, 09, 13) with SigTree
cross-references, updated SIGTREE engine descriptions, and !MTB/!ml
suffix documentation.
|**NID64**|`SIGNATURE_TYPE_NID64`|`0x10987174`| 64-bit NID variant |
62
62
|**BM_INFO**|`SIGNATURE_TYPE_BM_INFO`|`0x10986C58`| Behavioral monitoring info records |
63
-
|**SIGTREE**|`SIGNATURE_TYPE_SIGTREE`|`0x10986C88`|Hierarchical signature tree |
64
-
|**SIGTREE_EXT**|`SIGNATURE_TYPE_SIGTREE_EXT`|`0x10987008`| Extended signature tree |
65
-
|**SIGTREE_BM**|`SIGNATURE_TYPE_SIGTREE_BM`|`0x109871D4`|BM-specific signature tree |
63
+
|**SIGTREE**|`SIGNATURE_TYPE_SIGTREE`|`0x10986C88`|ML decision tree classifier (~14,926 trees). See [SigTree ML (SS14)](14_sigtree_ml_classification.md)|
64
+
|**SIGTREE_EXT**|`SIGNATURE_TYPE_SIGTREE_EXT`|`0x10987008`| Extended ML decision tree (~3,771 trees). See [SS14](14_sigtree_ml_classification.md)|
65
+
|**SIGTREE_BM**|`SIGNATURE_TYPE_SIGTREE_BM`|`0x109871D4`|Behavioral monitoring ML trees (~14,731 trees). See [SS14](14_sigtree_ml_classification.md)|
BRUTE complements the static engines by providing:
623
623
- Raw-data matching that static engines skip
624
624
- Post-transformation matching
625
-
- Feature extraction for ML classification
625
+
- Feature extraction for ML classification (BRUTE:*:Feature:* attributes feed into SigTree decision trees — see [SigTree ML (SS14)](14_sigtree_ml_classification.md))
0 commit comments