Skip to main content

File Operations in SecOps

  • June 4, 2025
  • 2 replies
  • 27 views

Forum|alt.badge.img+3

In SecOps, I want to use file utilities, where my use case is to create file, add custom data to file and add file to case wall. Need to automate all this process using playbook.

2 replies

a_aleinikov
Forum|alt.badge.img+4
  • Bronze 1
  • June 4, 2025

Hi @Akshay31 ! You can automate this in SecOps using a playbook like this:

  1. Create a file – Use the File Utilities → Create File action.

  2. Write data to the file – Use Append to File or Write to File with your custom content.

  3. Add file to case wall – Use Add Note to Case and attach the file, or use Add Artifact if supported.

Make sure your playbook has the right permissions to access files and modify the case.


Forum|alt.badge.img+3
  • Author
  • New Member
  • June 5, 2025

These options are not present under File Utilities, I am currently at version 17 of File Utilities.