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.
Hi @Akshay31 ! You can automate this in SecOps using a playbook like this:
Create a file โ Use the File Utilities โ Create File action.
Write data to the file โ Use Append to File or Write to File with your custom content.
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.
These options are not present under File Utilities, I am currently at version 17 of File Utilities.