mirror of https://github.com/MISP/misp-objects
fix: subnets announced is an ip-src type
parent
666c7a6916
commit
1fd5d4f6a7
|
@ -21,7 +21,7 @@
|
||||||
"subnet-announced": {
|
"subnet-announced": {
|
||||||
"description": "Subnet announced",
|
"description": "Subnet announced",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "ip-src",
|
||||||
"multiple": true
|
"multiple": true
|
||||||
},
|
},
|
||||||
"first-seen": {
|
"first-seen": {
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
"multiple": true
|
"multiple": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 1,
|
"version": 2,
|
||||||
"description": "Autonomous system object describing an autonomous system which can include one or more network operators management an entity (e.g. ISP) along with their routing policy, routing prefixes or alike.",
|
"description": "Autonomous system object describing an autonomous system which can include one or more network operators management an entity (e.g. ISP) along with their routing policy, routing prefixes or alike.",
|
||||||
"meta-category": "network",
|
"meta-category": "network",
|
||||||
"uuid": "4ec55cc6-9e49-4c64-b794-03c25c1a6587",
|
"uuid": "4ec55cc6-9e49-4c64-b794-03c25c1a6587",
|
||||||
|
|
Loading…
Reference in New Issue