Skip to content

Commit

Permalink
Merge pull request #409 from matthijsvp/main
Browse files Browse the repository at this point in the history
Updated attack-step
  • Loading branch information
adulau authored Nov 21, 2023
2 parents d105769 + fd90274 commit 8ebd4af
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion objects/attack-step/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@
"description": "IP destination of the attack step, if any.",
"disable_correlation": true,
"misp-attribute": "ip-dst",
"multiple": true,
"ui-priority": 1
},
"dst-misc": {
"description": "Other type of source of the attack step, if any. This can be e.g. localhost.",
"description": "Other type of destination of the attack step, if any. This can be e.g. localhost.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"expected-response": {
Expand All @@ -50,16 +52,19 @@
"source-domain": {
"description": "Domain source of the attack step, if any.",
"misp-attribute": "domain",
"multiple": true,
"ui-priority": 1
},
"source-ip": {
"description": "IP source of the attack step, if any.",
"misp-attribute": "ip-src",
"multiple": true,
"ui-priority": 1
},
"source-misc": {
"description": "Other type of source of the attack step, if any. This can be e.g. rotating ip from cloud providers such as AWS, or localhost.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"succesful": {
Expand Down

0 comments on commit 8ebd4af

Please sign in to comment.