Skip to content

Commit

Permalink
#1111 add doc and screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Jul 22, 2022
1 parent 15b3d18 commit d806e3f
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 2 deletions.
7 changes: 7 additions & 0 deletions analyzers/VirusTotal/VirusTotal_DownloadSample.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,12 @@
"required": true
}
],
"registration_required": true,
"subscription_required": true,
"service_homepage": "https://www.virustotal.com/",
"service_logo": {
"path": "assets/virustotal-logo.png",
"caption": "logo"
},
"command": "VirusTotal/virustotal.py"
}
15 changes: 14 additions & 1 deletion analyzers/VirusTotal/VirusTotal_GetReport.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "VirusTotal_GetReport",
"version": "3.1",
"author": "CERT-BDF",
"author": "CERT-BDF, StrangeBee",
"url": "https://github.com/TheHive-Project/Cortex-Analyzers",
"license": "AGPL-V3",
"description": "Get the latest VirusTotal report for a file, hash, domain or an IP address.",
Expand Down Expand Up @@ -56,5 +56,18 @@
"multi": false,
"required": false
}
],
"registration_required": true,
"subscription_required": false,
"service_homepage": "https://www.virustotal.com/",
"service_logo": {
"path": "assets/virustotal-logo.png",
"caption": "logo"
},
"screenshots": [
{
"path": "assets/virustotal-scan.png",
"caption": "VirusTotal: long report"
}
]
}
7 changes: 7 additions & 0 deletions analyzers/VirusTotal/VirusTotal_Rescan.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,12 @@
"required": false
}
],
"registration_required": true,
"subscription_required": true,
"service_homepage": "https://www.virustotal.com/",
"service_logo": {
"path": "assets/virustotal-logo.png",
"caption": "logo"
},
"command": "VirusTotal/virustotal.py"
}
9 changes: 8 additions & 1 deletion analyzers/VirusTotal/VirusTotal_Scan.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "VirusTotal_Scan",
"version": "3.1",
"author": "CERT-BDF",
"author": "CERT-BDF, StrangeBee",
"url": "https://github.com/TheHive-Project/Cortex-Analyzers",
"license": "AGPL-V3",
"description": "Use VirusTotal to scan a file or URL.",
Expand Down Expand Up @@ -34,5 +34,12 @@
"required": false
}
],
"registration_required": true,
"subscription_required": false,
"service_homepage": "https://www.virustotal.com/",
"service_logo": {
"path": "assets/virustotal-logo.png",
"caption": "logo"
},
"command": "VirusTotal/virustotal.py"
}

0 comments on commit d806e3f

Please sign in to comment.