Sébastien Damaye
Sébastien Damaye
Hi, First of all, congratulations for this very useful application. I've installed it and it's working fine. However, when I'm now accessing the django admin backend and try to update...
The "File created whitelist editor" view (file_create_whitelist.xml) doesn't work. Clicking on the "Submit" button doesn't add the entry, and the csv file `threathunting_file_create_whitelist.csv` should be manually edited.
In the `mitre_attack_overview.xml` view (under "Drilldowns > MITRE ATT&CK" from the menu), clicking on a "process_path" cell redirects to the `file_create_drilldown.xml` view, with an empty list. This is due to...
The "StackingTools > dns_stacking" view shows an error because the `dns_whitelist` macro is expecting the field `mitre_technique_id`: ``` [dns_whitelist] definition = lookup dns_whitelist mitre_technique_id host_fqdn process_path query_name output reason |...
Hi, Thanks for your plugin, very useful. There is a small syntax error on line 501 in your make_sc_hash_db.py file. ``` $ python make_sc_hash_db.py File "make_sc_hash_db.py", line 501 class ShellcodeDbCreator(object):...