new: [csn] initial templates
parent
6df0ce51d3
commit
e9417a1920
|
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue