Nessus
This page describes the process for manually uploading files via SCP or SFTP through Epiphany site collector. This is most often used for Tenable Nessus, but can be used for any manual file upload.
Last updated
This page describes the process for manually uploading files via SCP or SFTP through Epiphany site collector. This is most often used for Tenable Nessus, but can be used for any manual file upload.
Last updated
Uploading any file to an on-prem Collector
Please follow the instructions below to upload a custom file to your EIP data silo.
Download the Private Key that is associated with the on-prem collector. This can be found in the Epiphany Platform UI under Source Management → Configuration. In the Site Collectors panel for your Site Collector, choose Action → Download PEM File.
This file contains the private key used to authenticate to your on-prem collector and is specific to this collector instance.
This PEM file is the private key for the “upload” account on the collector and should be placed in a secure location available only to the users who will be moving data into the platform.
Once you have the .PEM file and file available, you can upload files to the collector via Secure Copy (SCP) or Secure File Transfer Protocol (SFTP). You’ll need the DNS Hostname or IP Address of your on-prem collector.
SFTP: sftp -i (your key file.pem) upload@(your collector IP)
SCP: scp -i (PEM File) (filename) upload@(Collector):~/upload
This will trigger an ingestion process for the on-prem collector, and the data will be uploaded to the Silo.