Add news objects to MISP

Creation of new object to better describe a natural perso
Add CLoth Object
Add Tattoo object
Add Personification Object
pull/350/head
0wlyW00d 2022-03-20 17:13:31 +01:00 committed by GitHub
parent b6c6de5632
commit d82287d35f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 343 additions and 4 deletions

View File

@ -0,0 +1,104 @@
{
"attributes": {
"description": {
"description": "Cloth's Description of a natural person",
"misp-attribute": "text",
"ui-priority": 50
},
"head-accessories": {
"description": "Cloth and accessories on the head",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 10,
"values_list": [
"hat",
"cap",
"bonnet",
"glasses",
"bandeau"
]
},
"top-accessories": {
"description": "Cloth and accessories on the top part of the body",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 10,
"values_list": [
"jacket",
"coat",
"dress",
"shirt",
"top",
"pullover",
"sweatshirt",
"suit",
"tie",
"bow tie",
"lady's suit",
"waistcoat",
"cardigan",
"undershirt",
"t-shirt",
"bra",
"scarf",
"glove"
]
},
"bottom-accessories": {
"description": "Cloth and accessories on the bottom part of the body",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 10,
"values_list": [
"trousers",
"skirt",
"underpants / panties",
"shorts",
"boxer shorts",
"body stocking",
"sock",
"shoe",
"boot",
"sandal",
"slipper",
"sneaker",
"hiking boot",
"high tops"
]
},
"cloth-color": {
"description": "Cloth's colors",
"multiple": true,
"misp-attribute": "text",
"ui-priority": 1,
"values_list": [
"black",
"white",
"red",
"green",
"blue",
"cyan",
"orange",
"violet",
"pink",
"yellow",
"brown",
"grey"
]
},
"cloth-picture": {
"description": "Cloth's pictures",
"misp-attribute": "attachment",
"multiple": true,
"ui-priority": 0
}
},
"description": "Describes clothes a natural person wears",
"meta-category": "misc",
"name": "cloth",
"required": [
"description"
],
"uuid": "d0f6c949-a47f-4be5-bc39-45033268bd89",
"version": 1
}

View File

@ -0,0 +1,235 @@
{
"attributes": {
"portrait": {
"description": "Portrait of the person.",
"misp-attribute": "attachment",
"multiple": true,
"ui-priority": 10
},
"age-range": {
"description": "Age range that the person appears to be",
"misp-attribute": "int",
"ui-priority": 0
},
"weight": {
"description": "Weight of a person in Kg.",
"misp-attribute": "float",
"multiple": true,
"ui-priority": 10
},
"height": {
"description": "Height of a person in cm.",
"misp-attribute": "float",
"multiple": true,
"ui-priority": 10
},
"body-type": {
"description": "Body type of a person.",
"disable_correlation": true,
"misp-attribute": "body-type",
"ui-priority": 0,
"values_list": [
"Slim",
"Tone",
"Muscular",
"Stocky",
"Large",
"Unknown"
]
},
"shoe-size": {
"description": "Shoe size of a person.",
"misp-attribute": "float",
"multiple": true,
"ui-priority": 10,
"values_list": [
"US",
"UK",
"EU",
"Asia",
"CM",
"Inches"
]
},
"color-of-eyes": {
"description": "Description of a persons colour of eyes.",
"misp-attribute": "color",
"multiple": true,
"ui-priority": 10,
"values_list": [
"Amber",
"Blue",
"Brown",
"Gray",
"Green",
"Hazel",
"Red",
"Unknown"
]
},
"shape-of-eyes": {
"description": "Description of a persons eye shape.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 10,
"values_list": [
"Monolids",
"Hooded",
"Upturned",
"Downturned",
"Round",
"Almond",
"Unknown"
]
},
"skin-complexion": {
"description": "Skin tone and complexion of a person. Type I: Extremely fair skin, always burns, never tans. Type II: Fair skin, always burns, sometimes tans.Dry: Medium skin, sometimes burns, always tans.Type IV: Olive skin, rarely burns, always tans. Type V: Moderately pigmented brown skin, never burns, always tans. Type VI: Markedly pigmented black skin, never burns, always tans. ",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 10,
"values_list": [
"Type I",
"Type II",
"Type III",
"Type IV",
"Type V",
"Type VI",
"Unknown"
]
},
"skin-charateristics": {
"description": "Traits or features of a person's skin",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 10,
"values_list": [
"Normal",
"Irritated",
"Dry",
"Oily",
"Scaly",
"Red spots",
"Skin moles"
]
},
"other-facial-features": {
"description": "Description of other facial features such as nose, cheeks, lips etc...",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 10
},
"hair-color": {
"description": "Description of a persons colour of hair.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 10,
"values_list": [
"Black",
"Brown",
"Auburn",
"Red",
"Blond",
"Gray",
"White",
"Blue",
"Pink",
"Green",
"Violet",
"Unknown"
]
},
"hair-characteristics": {
"description": "Description of the characteristics of someones hairs.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 10,
"values_list": [
"Straight",
"Wavy",
"Curly",
"Coily",
"Unknown"
]
},
"haircut": {
"description": "Description of the characteristics of someones hairs.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 10,
"values_list": [
"Crew Cut",
"Shaved",
"Bald",
"Long",
"Spiky",
"Dreadlocks",
"Cornrow",
"Bob",
"Layered",
"Flat-top",
"Chignon",
"Bun",
"French Twist",
"Medium",
"Braid",
"Pigtails",
"Ponytail",
"Unknown"
]
},
"beard": {
"description": "Description of the characteristics of someones beard.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 10,
"values_list": [
"Beardless",
"Stubble Short",
"Stuble Medium",
"Stuble Long",
"Full Beard",
"French Fork",
"Ducktail",
"Goatee",
"Imperial",
"Van Dyke",
"Anchor",
"Balbo",
"Mutton Chops",
"Verdi",
"Garibaldi",
"Dutch",
"Winter Beard",
"Mustache",
"Unknown"
]
},
"birthmark": {
"description": "Position(s) of birthmarks.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 10,
"values_list": [
"Head",
"Arms",
"Back",
"Torso",
"Legs",
"Foot",
"Backside",
"Unknown"
]
}
},
"description": "An object which describes a person or an identity",
"meta-category": "misc",
"name": "personification",
"requiredOneOf": [
"first-name",
"last-name",
"full-name",
"alias"
],
"uuid": "4a2bdac3-e7bb-4a47-ba5f-35df63216885",
"version": 2
}

View File

@ -28,13 +28,13 @@
]
},
"tattoo-description": {
"description": "Description of the tattoo, what's its composition ?",
"description": "Description of the tattoo,its composition.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"tattoo-style": {
"description": "Select the style of the tattoo",
"description": "Style of the tattoo",
"multiple": true,
"misp-attribute": "text",
"ui-priority": 1,
@ -59,7 +59,7 @@
]
},
"tattoo-color": {
"description": "Select the colors of the tattoo",
"description": "Colors of the tattoo",
"multiple": true,
"misp-attribute": "text",
"ui-priority": 1,
@ -97,7 +97,7 @@
]
}
},
"description": "Describes a tattoo on the body of a natural person",
"description": "Describes tattoos on a natural person's body",
"meta-category": "misc",
"name": "tattoo",
"required": [