Merge pull request #261 from VVX7/master

chg: [dev] disable correlation on some attributes.
pull/262/head
Alexandre Dulaunoy 2020-06-12 09:00:07 +02:00 committed by GitHub
commit bffde5446e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 7 deletions

View File

@ -100,6 +100,7 @@
}, },
"private": { "private": {
"description": "User verified.", "description": "User verified.",
"disable_correlation": true,
"misp-attribute": "text", "misp-attribute": "text",
"sane_default": [ "sane_default": [
"True", "True",
@ -117,16 +118,16 @@
"misp-attribute": "url", "misp-attribute": "url",
"ui-priority": 1 "ui-priority": 1
}, },
"profile-image": {
"description": "A screenshot or exported user avatar.",
"misp-attribute": "attachment",
"ui-priority": 1
},
"profile-image-url": { "profile-image-url": {
"description": "A link to the user's avatar.", "description": "A link to the user's avatar.",
"misp-attribute": "url", "misp-attribute": "url",
"ui-priority": 1 "ui-priority": 1
}, },
"profile_image": {
"description": "A screenshot or exported user avatar.",
"misp-attribute": "attachment",
"ui-priority": 1
},
"tweets": { "tweets": {
"description": "Number of tweets posted.", "description": "Number of tweets posted.",
"disable_correlation": true, "disable_correlation": true,
@ -136,10 +137,12 @@
"url": { "url": {
"description": "Original URL location of the user (potentially malicious).", "description": "Original URL location of the user (potentially malicious).",
"misp-attribute": "url", "misp-attribute": "url",
"multiple": true,
"ui-priority": 1 "ui-priority": 1
}, },
"verified": { "verified": {
"description": "User verified.", "description": "User verified.",
"disable_correlation": true,
"misp-attribute": "text", "misp-attribute": "text",
"sane_default": [ "sane_default": [
"True", "True",
@ -159,5 +162,5 @@
"link" "link"
], ],
"uuid": "8066563f-881e-4f6a-9d6c-a9d15b8658bb", "uuid": "8066563f-881e-4f6a-9d6c-a9d15b8658bb",
"version": 3 "version": 4
} }

View File

@ -102,6 +102,7 @@
}, },
"removal-date": { "removal-date": {
"description": "When the tweet was removed.", "description": "When the tweet was removed.",
"disable_correlation": true,
"misp-attribute": "datetime", "misp-attribute": "datetime",
"ui-priority": 0 "ui-priority": 0
}, },
@ -113,6 +114,7 @@
}, },
"source": { "source": {
"description": "Source of tweet (android, web etc).", "description": "Source of tweet (android, web etc).",
"disable_correlation": true,
"misp-attribute": "text", "misp-attribute": "text",
"ui-priority": 1 "ui-priority": 1
}, },
@ -146,5 +148,5 @@
"attachment" "attachment"
], ],
"uuid": "d1214031-ce1b-4a35-bd33-644c707bda2e", "uuid": "d1214031-ce1b-4a35-bd33-644c707bda2e",
"version": 2 "version": 3
} }