fixed typo (#8565)

* added netbox documentation

* Update asset_inventory.rst

* added ndpi-protocols ipv6 rules

* updated ipv6 check for custom rule

* fix typo

* implemented mitre_table_info inside database

* fixed typo

* changed tecnique to technique typo

* Update host_alert_scan_detected.lua
This commit is contained in:
Luca Ferretti 2024-07-24 18:23:47 +02:00 committed by GitHub
parent 96e8909ae7
commit 7cceb656c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
112 changed files with 253 additions and 273 deletions

View file

@ -26,7 +26,7 @@ alert_web_mining.meta = {
-- Mitre Att&ck Matrix values
mitre_values = {
mitre_tactic = mitre.tactic.impact,
mitre_tecnique = mitre.tecnique.resource_hijacking,
mitre_technique = mitre.technique.resource_hijacking,
mitre_id = "T1496"
},
}