FortiSOAR Knowledge Base
FortiSOAR: Security Orchestration and Response software provides innovative case management, automation, and orchestration. It pulls together all of an organization's tools, helps unify operations, and reduce alert fatigue, context switching, and the mean time to respond to incidents.
Andy_G
Staff
Staff
Article Id 193691
Description

This is a python script that will let you download all attachments from CyOPs within a given time range.


Instructions:

1. Modify the "VALUES NEEDED" section to add

  a. Your CyOPs hostname and username

  b. A destination folder on your computer to download the attachments to

  c. The start and end dates for your query (this will be compared to the "Created On" field of the attachment)

2. Run the script with python3 - it will prompt you for your password


Contributors