Skip to content

Commit

Permalink
Merge pull request #809 from lastinfosec/release/2.8.0
Browse files Browse the repository at this point in the history
Rename Lis_GetReport analyzer to LastInfoSec
  • Loading branch information
dadokkio authored Jun 27, 2020
2 parents c2c9937 + 9572c69 commit 63d0db8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "LIS_Get_Report",
"name": "LastInfoSec",
"version": "1.0",
"author": "LastInfoSec",
"url": "https://github.com/TheHive-Project/Cortex-Analyzers",
"license": "AGPL-3.0",
"description": "Get LastInfoSec Report",
"dataTypeList": ["hash", "domain"],
"command": "LIS_GetReport/LIS_GetReport.py",
"command": "LastInfoSec/LastInfoSec.py",
"baseConfig": "LastInfoSec",
"config": {
"service": "get_report"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import requests


class LIS_GetReport(Analyzer):
class LastInfoSec(Analyzer):
def __init__(self):
Analyzer.__init__(self)
self.api_key = self.get_param(
Expand Down Expand Up @@ -117,4 +117,4 @@ def summary(self, raw):


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

0 comments on commit 63d0db8

Please sign in to comment.