Skip to content

Commit

Permalink
Update test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nusantara-self committed Mar 3, 2025
1 parent 7c04220 commit b4db5ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions responders/Test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ def run(self):
Responder.run(self)

def operations(self, raw):
# AddTagToArtifact ({ "type": "AddTagToArtifact", "tag": "tag to add" }): add a tag to the artifact related to the object
# AddTagToCase ({ "type": "AddTagToCase", "tag": "tag to add" }): add a tag to the case related to the object
# MarkAlertAsRead: mark the alert related to the object as read
# AddCustomFields ({"name": "key", "value": "value", "tpe": "type"): add a custom field to the case related to the object
return [self.build_operation("AddTagToCase", tag="test")]


Expand Down

0 comments on commit b4db5ac

Please sign in to comment.