Skip to content

Commit 63d0db8

Browse files
authored
Merge pull request #809 from lastinfosec/release/2.8.0
Rename Lis_GetReport analyzer to LastInfoSec
2 parents c2c9937 + 9572c69 commit 63d0db8

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

analyzers/LIS_GetReport/LIS_GetReport.json renamed to analyzers/LastInfoSec/LastInfoSec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "LIS_Get_Report",
2+
"name": "LastInfoSec",
33
"version": "1.0",
44
"author": "LastInfoSec",
55
"url": "https://github.com/TheHive-Project/Cortex-Analyzers",
66
"license": "AGPL-3.0",
77
"description": "Get LastInfoSec Report",
88
"dataTypeList": ["hash", "domain"],
9-
"command": "LIS_GetReport/LIS_GetReport.py",
9+
"command": "LastInfoSec/LastInfoSec.py",
1010
"baseConfig": "LastInfoSec",
1111
"config": {
1212
"service": "get_report"

analyzers/LIS_GetReport/LIS_GetReport.py renamed to analyzers/LastInfoSec/LastInfoSec.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import requests
55

66

7-
class LIS_GetReport(Analyzer):
7+
class LastInfoSec(Analyzer):
88
def __init__(self):
99
Analyzer.__init__(self)
1010
self.api_key = self.get_param(
@@ -117,4 +117,4 @@ def summary(self, raw):
117117

118118

119119
if __name__ == "__main__":
120-
LIS_GetReport().run()
120+
LastInfoSec().run()
File renamed without changes.

0 commit comments

Comments
 (0)