From 34ac30e1fca2808a9d06e38496050b509bcb44f8 Mon Sep 17 00:00:00 2001 From: liorkol Date: Tue, 7 Mar 2017 20:28:25 +0200 Subject: [PATCH] DataIPReputation - removed PassiveTotal query and fixed error --- Scripts/script-DataIPReputation.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Scripts/script-DataIPReputation.yml b/Scripts/script-DataIPReputation.yml index 4bc634c415e1..b65235005169 100644 --- a/Scripts/script-DataIPReputation.yml +++ b/Scripts/script-DataIPReputation.yml @@ -55,6 +55,7 @@ script: |- } } } + /* if (isCommandAvailable('pt-malware')) { var pt = executeCommand('pt-malware', {query: args.input}); if (pt) { @@ -68,7 +69,9 @@ script: |- } } } - var score = Math.max(xfeScore, vtScore, cyScore, wfScore, csScore, tcScore); + */ + + var score = Math.max(xfeScore, vtScore, csScore, tcScore /*, ptScore */); return score < 0 ? 0 : score; type: javascript tags: @@ -84,5 +87,4 @@ scripttarget: 0 dependson: should: - ip - - pt-malware timeout: 0s