Skip to content

Commit 1fe700a

Browse files
authored
Corrected Condition to check if createdByRef exists to correct STIX identity format
1 parent 3fa377c commit 1fe700a

File tree

1 file changed

+1
-1
lines changed
  • Solutions/Australian Cyber Security Centre/Playbooks/AusCtisExportTaggedIndicators

1 file changed

+1
-1
lines changed

Solutions/Australian Cyber Security Centre/Playbooks/AusCtisExportTaggedIndicators/azuredeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@
718718
"and": [
719719
{
720720
"equals": [
721-
"@startsWith(item()?['properties']?['createdByRef'], 'indicator--')",
721+
"@startsWith(item()?['properties']?['createdByRef'], 'identity--')",
722722
"@true"
723723
]
724724
}

0 commit comments

Comments
 (0)