mirror of https://github.com/MISP/misp-objects
parent
3c2b62d3c3
commit
5feb052732
|
@ -9,6 +9,12 @@
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
|
"ip": {
|
||||||
|
"description": "IP of the C2",
|
||||||
|
"misp-attribute": "ip-dst",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
"jar-md5": {
|
"jar-md5": {
|
||||||
"categories": [
|
"categories": [
|
||||||
"External analysis"
|
"External analysis"
|
||||||
|
@ -17,6 +23,11 @@
|
||||||
"misp-attribute": "md5",
|
"misp-attribute": "md5",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
"license-id": {
|
||||||
|
"description": "License ID of the Colbalt Strike",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
"md5": {
|
"md5": {
|
||||||
"categories": [
|
"categories": [
|
||||||
"Payload delivery"
|
"Payload delivery"
|
||||||
|
@ -69,5 +80,5 @@
|
||||||
"watermark"
|
"watermark"
|
||||||
],
|
],
|
||||||
"uuid": "d17355ef-ca1f-4b5a-86cd-65d877991f54",
|
"uuid": "d17355ef-ca1f-4b5a-86cd-65d877991f54",
|
||||||
"version": 1
|
"version": 2
|
||||||
}
|
}
|
Loading…
Reference in New Issue