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

View File

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