-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #426 from DavidCruciani/main
flowintel-cm notes change
- Loading branch information
Showing
3 changed files
with
43 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"attributes": { | ||
"note": { | ||
"description": "Notes of the task", | ||
"disable_correlation": true, | ||
"misp-attribute": "text", | ||
"multiple": true, | ||
"ui-priority": 0 | ||
}, | ||
"note-uuid": { | ||
"description": "UUID of the note", | ||
"disable_correlation": true, | ||
"misp-attribute": "text", | ||
"ui-priority": 2 | ||
}, | ||
"origin-url": { | ||
"description": "Origin of the task", | ||
"disable_correlation": true, | ||
"misp-attribute": "url", | ||
"to_ids": false, | ||
"ui-priority": 1 | ||
}, | ||
"task-uuid": { | ||
"description": "UUID of the parent task", | ||
"disable_correlation": true, | ||
"misp-attribute": "text", | ||
"ui-priority": 2 | ||
} | ||
}, | ||
"description": "A task's note as defined by flowintel-cm.", | ||
"meta-category": "misc", | ||
"name": "flowintel-cm-task-note", | ||
"uuid": "2c6f6aba-48b6-482f-a810-81934d29be9a", | ||
"version": 1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters