diff --git a/salt/sensoroni/files/analyzers/localfile/localfile.json b/salt/sensoroni/files/analyzers/localfile/localfile.json index e85875980..5dd379ff4 100644 --- a/salt/sensoroni/files/analyzers/localfile/localfile.json +++ b/salt/sensoroni/files/analyzers/localfile/localfile.json @@ -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"] }