From bd63753d800a6f6a2a7e18a4913071ca32b82e64 Mon Sep 17 00:00:00 2001 From: Wes Lambert Date: Mon, 25 Apr 2022 19:27:10 +0000 Subject: [PATCH] Update analyzer name/description --- salt/sensoroni/files/analyzers/localfile/localfile.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"] }