Skip to content

Commit

Permalink
extending osint profile
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelJurka committed Jan 9, 2025
1 parent 3402f06 commit 3a90dcf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,11 @@
"type": "string_t",
"is_array": true
},
"campaign": {
"caption": "Campaign",
"description": "The campaign object describes details about the campaign that was the source of the activity.",
"type": "campaign"
},
"caption": {
"caption": "Caption",
"description": "A short description or caption of the device. For example: <code>Scanner 1</code> or <code>Database Manager</code>.",
Expand Down
11 changes: 11 additions & 0 deletions objects/campaign.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"caption": "Campaign",
"description": "Campaign represent organized efforts by threat actors to achieve malicious objectives over a period, often characterized by shared tactics, techniques, and procedures (TTPs).",
"extends": "object",
"name": "campaign",
"attributes": {
"name": {
"requirement": "optional"
}
}
}

0 comments on commit 3a90dcf

Please sign in to comment.