mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
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:
parent
96e8909ae7
commit
7cceb656c0
112 changed files with 253 additions and 273 deletions
|
|
@ -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"
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue