mirror of https://github.com/MISP/misp-objects
Merge pull request #351 from 0wlyW00d/main
Add new objects to better describe a natural personpull/353/head
commit
05195859b1
|
@ -0,0 +1,104 @@
|
||||||
|
{
|
||||||
|
"attributes": {
|
||||||
|
"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",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true,
|
||||||
|
"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": {
|
||||||
|
"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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"description": "Describes clothes a natural person wears",
|
||||||
|
"meta-category": "misc",
|
||||||
|
"name": "cloth",
|
||||||
|
"required": [
|
||||||
|
"description"
|
||||||
|
],
|
||||||
|
"uuid": "31a49e4f-49bc-4bae-a9c7-c6058180ba6f",
|
||||||
|
"version": 1
|
||||||
|
}
|
|
@ -0,0 +1,235 @@
|
||||||
|
{
|
||||||
|
"attributes": {
|
||||||
|
"age-range": {
|
||||||
|
"description": "Age range that the person appears to be",
|
||||||
|
"misp-attribute": "float",
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"body-type": {
|
||||||
|
"description": "Body type of a person.",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"values_list": [
|
||||||
|
"Slim",
|
||||||
|
"Tone",
|
||||||
|
"Muscular",
|
||||||
|
"Stocky",
|
||||||
|
"Large",
|
||||||
|
"Unknown"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"color-of-eyes": {
|
||||||
|
"description": "Description of a person’s colour of eyes.",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 10,
|
||||||
|
"values_list": [
|
||||||
|
"Amber",
|
||||||
|
"Blue",
|
||||||
|
"Brown",
|
||||||
|
"Gray",
|
||||||
|
"Green",
|
||||||
|
"Hazel",
|
||||||
|
"Red",
|
||||||
|
"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"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"hair-color": {
|
||||||
|
"description": "Description of a person’s 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"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"height": {
|
||||||
|
"description": "Height of a person in cm.",
|
||||||
|
"misp-attribute": "float",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 10
|
||||||
|
},
|
||||||
|
"other-facial-features": {
|
||||||
|
"description": "Description of other facial features such as nose, cheeks, lips etc...",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 10
|
||||||
|
},
|
||||||
|
"portrait": {
|
||||||
|
"description": "Portrait of the person.",
|
||||||
|
"misp-attribute": "attachment",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 10
|
||||||
|
},
|
||||||
|
"shape-of-eyes": {
|
||||||
|
"description": "Description of a person’s eye shape.",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 10,
|
||||||
|
"values_list": [
|
||||||
|
"Monolids",
|
||||||
|
"Hooded",
|
||||||
|
"Upturned",
|
||||||
|
"Downturned",
|
||||||
|
"Round",
|
||||||
|
"Almond",
|
||||||
|
"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"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"weight": {
|
||||||
|
"description": "Weight of a person in Kg.",
|
||||||
|
"misp-attribute": "float",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 10
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"description": "An object which describes a person or an identity",
|
||||||
|
"meta-category": "misc",
|
||||||
|
"name": "personification",
|
||||||
|
"requiredOneOf": [
|
||||||
|
"first-name",
|
||||||
|
"last-name",
|
||||||
|
"full-name",
|
||||||
|
"alias"
|
||||||
|
],
|
||||||
|
"uuid": "102a8696-420b-486d-806d-70a34d2f4e54",
|
||||||
|
"version": 2
|
||||||
|
}
|
|
@ -0,0 +1,108 @@
|
||||||
|
{
|
||||||
|
"attributes": {
|
||||||
|
"tattoo-body-part": {
|
||||||
|
"description": "Describe the body part where the tattoo is located.",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 4,
|
||||||
|
"values_list": [
|
||||||
|
"head",
|
||||||
|
"forehead",
|
||||||
|
"face",
|
||||||
|
"ear",
|
||||||
|
"eye",
|
||||||
|
"mouth/lips",
|
||||||
|
"neck",
|
||||||
|
"shoulder",
|
||||||
|
"chest",
|
||||||
|
"elbow",
|
||||||
|
"arm",
|
||||||
|
"forearm",
|
||||||
|
"hand",
|
||||||
|
"finger",
|
||||||
|
"thigh",
|
||||||
|
"knee",
|
||||||
|
"calf",
|
||||||
|
"heel",
|
||||||
|
"foot",
|
||||||
|
"toe"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"tattoo-color": {
|
||||||
|
"description": "Colors of the tattoo",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 1,
|
||||||
|
"values_list": [
|
||||||
|
"black",
|
||||||
|
"white",
|
||||||
|
"red",
|
||||||
|
"green",
|
||||||
|
"blue",
|
||||||
|
"cyan",
|
||||||
|
"orange",
|
||||||
|
"violet",
|
||||||
|
"pink",
|
||||||
|
"yellow",
|
||||||
|
"brown",
|
||||||
|
"grey"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"tattoo-description": {
|
||||||
|
"description": "Description of the tattoo,its composition.",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
|
"tattoo-picture": {
|
||||||
|
"description": "Picture of the tattoo",
|
||||||
|
"misp-attribute": "attachment",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
|
"tattoo-size": {
|
||||||
|
"description": "Size of the tattoo",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": false,
|
||||||
|
"ui-priority": 0,
|
||||||
|
"values_list": [
|
||||||
|
"tiny",
|
||||||
|
"small",
|
||||||
|
"medium",
|
||||||
|
"large"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"tattoo-style": {
|
||||||
|
"description": "Style of the tattoo",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 1,
|
||||||
|
"values_list": [
|
||||||
|
"traditional",
|
||||||
|
"realism",
|
||||||
|
"watercolor",
|
||||||
|
"tribal",
|
||||||
|
"new school",
|
||||||
|
"japanese",
|
||||||
|
"blackwork",
|
||||||
|
"lettering",
|
||||||
|
"dotwork",
|
||||||
|
"abstract",
|
||||||
|
"celtic",
|
||||||
|
"geometric",
|
||||||
|
"mandala",
|
||||||
|
"minimalist",
|
||||||
|
"neo-traditional",
|
||||||
|
"portrait",
|
||||||
|
"sketch"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"description": "Describes tattoos on a natural person's body",
|
||||||
|
"meta-category": "misc",
|
||||||
|
"name": "tattoo",
|
||||||
|
"required": [
|
||||||
|
"tattoo-body-part"
|
||||||
|
],
|
||||||
|
"uuid": "747976fc-d637-4730-8b64-93f7f2814506",
|
||||||
|
"version": 1
|
||||||
|
}
|
Loading…
Reference in New Issue