2017-11-13 20:36:16 +01:00
{
"attributes" : {
"asn" : {
"description" : "Autonomous System Number" ,
2020-04-26 02:10:02 +02:00
"misp-attribute" : "AS" ,
"ui-priority" : 1
2017-11-13 20:36:16 +01:00
} ,
"country" : {
"description" : "Country code of the main location of the autonomous system" ,
2020-04-26 02:10:02 +02:00
"misp-attribute" : "text" ,
"ui-priority" : 1
2017-11-13 20:36:16 +01:00
} ,
2020-04-26 02:10:02 +02:00
"description" : {
"description" : "Description of the autonomous system" ,
"misp-attribute" : "text" ,
"ui-priority" : 1
} ,
"export" : {
"description" : "The outbound routing policy of the AS in RFC 2622 – Routing Policy Specification Language (RPSL) format" ,
"misp-attribute" : "text" ,
"multiple" : true ,
"ui-priority" : 0
2017-11-13 20:36:16 +01:00
} ,
"first-seen" : {
"description" : "First time the ASN was seen" ,
2017-12-05 11:05:56 +01:00
"disable_correlation" : true ,
2020-04-26 02:10:02 +02:00
"misp-attribute" : "datetime" ,
"ui-priority" : 0
2017-11-13 20:36:16 +01:00
} ,
"import" : {
"description" : "The inbound IPv4 routing policy of the AS in RFC 2622 – Routing Policy Specification Language (RPSL) format" ,
"misp-attribute" : "text" ,
2020-04-26 02:10:02 +02:00
"multiple" : true ,
"ui-priority" : 0
2017-11-13 20:36:16 +01:00
} ,
2020-04-26 02:10:02 +02:00
"last-seen" : {
"description" : "Last time the ASN was seen" ,
"disable_correlation" : true ,
"misp-attribute" : "datetime" ,
"ui-priority" : 0
} ,
"mp-export" : {
"description" : "This attribute performs the same function as the export attribute above. The difference is that mp-export allows both IPv4 and IPv6 address families to be specified. The export is described in RFC 4012 – Routing Policy Specification Language next generation (RPSLng), section 4.5. format" ,
2017-11-13 20:36:16 +01:00
"misp-attribute" : "text" ,
2020-04-26 02:10:02 +02:00
"multiple" : true ,
"ui-priority" : 0
2017-11-13 20:36:16 +01:00
} ,
"mp-import" : {
"description" : "The inbound IPv4 or IPv6 routing policy of the AS in RFC 4012 – Routing Policy Specification Language next generation (RPSLng), section 4.5. format" ,
"misp-attribute" : "text" ,
2020-04-26 02:10:02 +02:00
"multiple" : true ,
"ui-priority" : 0
2017-11-13 20:36:16 +01:00
} ,
2020-04-26 02:10:02 +02:00
"subnet-announced" : {
"description" : "Subnet announced" ,
"misp-attribute" : "ip-src" ,
"multiple" : true ,
"ui-priority" : 0
2017-11-13 20:36:16 +01:00
}
} ,
"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" ,
2020-04-26 02:10:02 +02:00
"name" : "asn" ,
"requiredOneOf" : [
"asn"
] ,
2017-11-13 20:36:16 +01:00
"uuid" : "4ec55cc6-9e49-4c64-b794-03c25c1a6587" ,
2020-04-26 02:10:02 +02:00
"version" : 4
}