-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
50 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
#### Kaspersky | ||
| Infected | Result | Engine | Updated | | ||
|:-------------:|:-----------:|:-----------:|:------------:| | ||
| true | Backdoor.Win32.Lecna.ab | 8.0.4.312 | 20190107 | | ||
| true | Backdoor.Win32.Lecna.ab | 8.0.4.312 | 20190210 | | ||
|
||
#### Kaspersky | ||
| Infected | Result | Engine | Updated | | ||
|:-------------:|:-----------:|:-----------:|:------------:| | ||
| false | | 8.0.4.312 | 20190107 | | ||
| false | | 8.0.4.312 | 20190210 | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"kaspersky": { | ||
"infected": true, | ||
"result": "EICAR-Test-File", | ||
"result": "Backdoor.Win32.Lecna.ab", | ||
"engine": "8.0.4.312", | ||
"database": "9314122", | ||
"updated": "20190107" | ||
"database": "9515591", | ||
"updated": "20190210" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
module github.com/malice-plugins/kaspersky | ||
|
||
require ( | ||
github.com/Sirupsen/logrus v1.3.0 | ||
github.com/fatih/structs v1.1.0 | ||
github.com/gorilla/context v1.1.1 | ||
github.com/gorilla/mux v1.6.2 | ||
github.com/konsorten/go-windows-terminal-sequences v1.0.1 | ||
github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329 | ||
github.com/malice-plugins/pkgs v0.0.0-20190107161315-79532f02e4f0 | ||
github.com/moul/http2curl v1.0.0 | ||
github.com/olivere/elastic v6.2.15+incompatible | ||
github.com/parnurzeal/gorequest v0.2.15 | ||
github.com/pkg/errors v0.8.1 | ||
github.com/urfave/cli v1.20.0 | ||
golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc | ||
golang.org/x/net v0.0.0-20190107155100-1a61f4433d85 | ||
golang.org/x/sys v0.0.0-20190107070147-cb59ee366067 | ||
golang.org/x/text v0.3.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
* Starting Kaspersky Lab Framework Supervisor kav4fs-supervisor | ||
...done. | ||
License status: | ||
Aggregate expiration date: 2019-01-11 | ||
Days remaining until expiration: 4 | ||
Aggregate expiration date: 2019-03-12 | ||
Days remaining until expiration: 30 | ||
Functionality: Full functionality | ||
License status: Valid | ||
Active license number: 1D64-0003F5-5728612E | ||
Active license number: 1D64-0003F5-572B42CD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters