mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +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
|
|
@ -27,7 +27,7 @@ alert_periodicity_changed.meta = {
|
|||
-- Mitre Att&ck Matrix values
|
||||
mitre_values = {
|
||||
mitre_tactic = mitre.tactic.exfiltration,
|
||||
mitre_tecnique = mitre.tecnique.scheduled_tranfer,
|
||||
mitre_technique = mitre.technique.scheduled_tranfer,
|
||||
mitre_id = "T1029"
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue