Uninstall the app

You can uninstall VirusTotal App from either the user interface or the command line.

Uninstall VirusTotal App via User Interface

If you are a Splunk Cloud user or using Splunk Enterprise, you can easily uninstall VirusTotal App from the user interface:

  1. From Splunk Enterprise or Splunk Cloud Platform, go to the Apps menu and select Manage Apps.
  2. Locate VirusTotal App in the list of installed apps and click Uninstall.

Uninstall VirusTotal App via Command Line

To remove VirusTotal App using the command line, follow these steps:

  1. Delete the app and its directory: The VirusTotal App and its directory are usually located in $SPLUNK_HOME/etc/apps/virustotal_app. To delete the app, run the following command in the CLI:
    ./splunk remove app virustotal_app -auth <username>:<password>
    
  2. Remove user-specific directories: If needed, delete user-specific directories for your app by removing any files found in:
    $SPLUNK_HOME/etc/users/*/virustotal_app
  3. Restart the Splunk Platform: After removing the app and its data, restart the Splunk platform to complete the uninstallation.