From 276f401951249f58b35e088ff8b05eb3f4da1179 Mon Sep 17 00:00:00 2001 From: Jerome Leonard Date: Mon, 5 Dec 2016 14:34:54 +0100 Subject: [PATCH] #54 update report template --- analyzers/FILE_Info/report/success_long.html | 8 ++++---- analyzers/FILE_Info_1.0.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/analyzers/FILE_Info/report/success_long.html b/analyzers/FILE_Info/report/success_long.html index 1e160fe499..a705b89305 100644 --- a/analyzers/FILE_Info/report/success_long.html +++ b/analyzers/FILE_Info/report/success_long.html @@ -40,7 +40,7 @@
{{content.Identification['OperatingSystem']}}
-
+
PE Type
{{content.Identification['PEType']}}
@@ -76,7 +76,7 @@ -
+
PE Basic Information
@@ -105,7 +105,7 @@
-
+
PE Sections
@@ -145,7 +145,7 @@ -
+
PE Import Address Table
diff --git a/analyzers/FILE_Info_1.0.json b/analyzers/FILE_Info_1.0.json index 921314d4e3..e30309ecc7 100644 --- a/analyzers/FILE_Info_1.0.json +++ b/analyzers/FILE_Info_1.0.json @@ -1,10 +1,10 @@ { - "name": "PE_Info", + "name": "FILE_Info", "version": "1.0", - "report": "PE_Info/report", - "description": "Basic information about a PE File.", + "report": "FILE_Info/report", + "description": "Basic information about a File.", "dataTypeList": ["file"], - "baseConfig" : "PE_Info", + "baseConfig" : "FILE_Info", "config": {"max_tlp":"3"}, "command": "FILE_Info/run.py" }