Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simeononsecurity/virustotal-ps
PowerShell Modules for Interacting with the VirusTotal API
https://github.com/simeononsecurity/virustotal-ps
powershell powershell-module powershell-script virustotal virustotal-api virustotal-search
Last synced: 3 months ago
JSON representation
PowerShell Modules for Interacting with the VirusTotal API
- Host: GitHub
- URL: https://github.com/simeononsecurity/virustotal-ps
- Owner: simeononsecurity
- License: mit
- Created: 2020-11-25T04:47:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T23:08:41.000Z (7 months ago)
- Last Synced: 2024-07-27T00:24:45.531Z (7 months ago)
- Topics: powershell, powershell-module, powershell-script, virustotal, virustotal-api, virustotal-search
- Language: PowerShell
- Homepage: https://simeononsecurity.com/github/VirusTotal-PS
- Size: 27.3 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# VirusTotal-PS
[![Sponsor](https://img.shields.io/badge/Sponsor-Click%20Here-ff69b4)](https://github.com/sponsors/simeononsecurity) [![VirusTotal Scan](https://github.com/simeononsecurity/VirusTotal-PS/actions/workflows/virustotal.yml/badge.svg)](https://github.com/simeononsecurity/VirusTotal-PS/actions/workflows/virustotal.yml)
A collection of PowerShell Modules for Interacting with the VirusTotal API
**Notes:**
- You'll need your VirusTotal API key, which can be found on your [VirusTotal Account](https://www.virustotal.com/gui/)
- Examples of the APIs used in the modules may be found on the [VirusTotal Developers Page](https://developers.virustotal.com/reference#getting-started)## Download and Install
### Manual:
- Download the modules from the [GitHub Repository](https://github.com/simeononsecurity/VirusTotal-PS)
- Install all the modules
```ps
Get-ChildItem -Recurse *.psm1 | Import-Module
```
### PowerShell Gallery:
```powershell
Install-Module -Name Set-VirusScan
Install-Module -Name Set-VirusRescan
Install-Module -Name Get-VirusReport
Install-Module -Name Get-VirusIPReport
Install-Module -Name Get-VirusDomainReport
```
Explore the World of Cybersecurity
![]()
### Links:
- #### [github.com/simeononsecurity](https://github.com/simeononsecurity)
- #### [simeononsecurity.ch](https://simeononsecurity.ch)