new: [csn] initial templates

pull/34/head
iglocska 2020-11-20 11:09:51 +01:00
parent 6df0ce51d3
commit e9417a1920
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
2 changed files with 118 additions and 0 deletions

View File

@ -0,0 +1,47 @@
{
"name": "CSIRT Network individual fields",
"namespace": "cnw",
"description": "Template based on the CSIRT network portal",
"version": 2,
"scope": "individual",
"uuid": "e833915c-6843-4eb4-8396-fe7ba7e0426e",
"source": "CSIRT-network",
"metaFields": [
{
"field": "position_held",
"type": "text"
},
{
"field": "mobile_phone",
"type": "text"
},
{
"field": "email",
"type": "text"
},
{
"field": "country",
"type": "text"
},
{
"field": "contact_number_landline",
"type": "text"
},
{
"field": "public_key_user_id",
"type": "text"
},
{
"field": "public_key_key_id",
"type": "text"
},
{
"field": "key_fingerprint",
"type": "text"
},
{
"field": "time_zone",
"type": "text"
}
]
}

View File

@ -0,0 +1,71 @@
{
"name": "CSIRT Network organisation fields",
"namespace": "cnw",
"description": "Template based on the CSIRT network portal",
"version": 2,
"scope": "organisation",
"uuid": "bf72ff7f-ee63-4f13-94e9-fd046503a90c",
"source": "CSIRT-network",
"metaFields": [
{
"field": "team_short_name",
"type": "text"
},
{
"field": "membership_type",
"type": "text"
},
{
"field": "email",
"type": "text"
},
{
"field": "country",
"type": "text"
},
{
"field": "official_name",
"type": "text"
},
{
"field": "time_zone",
"type": "text"
},
{
"field": "established",
"type": "text"
},
{
"field": "description",
"type": "text"
},
{
"field": "website",
"type": "text"
},
{
"field": "team_contact_number",
"type": "text"
},
{
"field": "team_public_key_user_id",
"type": "text"
},
{
"field": "team_public_key_key_id",
"type": "text"
},
{
"field": "team_fingerprint",
"type": "text"
},
{
"field": "postal_address",
"type": "text"
},
{
"field": "business_hours",
"type": "text"
}
]
}