c-bless / reveal

This project contains some PowerShell scripts used to collect system configurations or domain information. Furthermore it has a Flask based web application and API to import and analyze the results of collector scripts. It can export collected data to Excel via the Web-Interface or to JSON via API.
1 stars 1 forks source link

Add search form for Defender Settings (system review) #66

Open c-bless opened 8 months ago

c-bless commented 8 months ago

Description A search form for Defender Settings should be added that can be used to search for all Hosts with a specific setting.

requested solution Since data is collected and stored as key/value pair in columns "Name" and "Value". Therefore it would be nice to have a drop down field with all collected keys (names) and a search field which could be used to specify a sub-string of the value.

alternative solution Instead of a drop down field a text input field could be used to specify a sub-string.