Update analyzer name/description

This commit is contained in:
Wes Lambert
2022-04-25 19:27:10 +00:00
parent 15fcaa7030
commit bd63753d80

View File

@@ -1,7 +1,7 @@
{
"name": "Local Intel",
"name": "Local File Analyzer",
"version": "0.1",
"author": "Security Onion Solutions",
"description": "This analyzer queries local indicators in CSV format for a match.",
"supportedTypes" : ["domain", "hash", "ip", "url"]
"description": "This analyzer queries one or more local CSV files for a value, then returns all columns within matching rows.",
"supportedTypes" : ["domain", "hash", "ip", "other", "url"]
}