Topics on this page
Generate your first detection on GCP
To test your deployment, you'll need to generate a malware detection using the eicar
file.
-
Obtain the eicar file by going to eicar file page.
-
Add the eicar file to your scanning bucket with the script:
sh wget https://secure.eicar.org/eicar.com.txt gsutil cp eicar.com.txt gs://<SCANNING_BUCKET_NAME>/eicar
-
Execute the script to examine the results:
sh gsutil stat 'gs://<SCANNING_BUCKET_NAME>/eicar'
-
In the Metadata, Look for the following tags:
- fss-scan-date date_and_time - fss-scan-result
malicious
- fss-scannedtrue
The tags indicate that File Storage Security scanned the file and tagged it correctly as malware.
The scan results are also available in the console on the Scan Activity page.
You have now tested your File Storage Security deployment. Continue to the next section for information on your next steps.