mirror of https://github.com/MISP/misp-objects
reorder elements
parent
aa3bbd44fa
commit
652f0f7120
|
@ -1,14 +1,5 @@
|
|||
{
|
||||
"attributes": {
|
||||
"c2-ipport": {
|
||||
"categories": [
|
||||
"Network activity"
|
||||
],
|
||||
"description": "IP:Port of C2 server",
|
||||
"misp-attribute": "ip-src|port",
|
||||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"c2-ip": {
|
||||
"categories": [
|
||||
"Network activity"
|
||||
|
@ -18,6 +9,15 @@
|
|||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"c2-ipport": {
|
||||
"categories": [
|
||||
"Network activity"
|
||||
],
|
||||
"description": "IP:Port of C2 server",
|
||||
"misp-attribute": "ip-src|port",
|
||||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"report-url": {
|
||||
"description": "URL of source of information, e.g. blog post, ransomware analysis",
|
||||
"disable_correlation": true,
|
||||
|
|
Loading…
Reference in New Issue