2020-01-29 03:24:04 +01:00
|
|
|
{
|
|
|
|
"attributes": {
|
2020-04-26 02:10:02 +02:00
|
|
|
"archive": {
|
|
|
|
"description": "Archive of the original document (Internet Archive, Archive.is, etc).",
|
|
|
|
"misp-attribute": "link",
|
|
|
|
"multiple": true,
|
|
|
|
"ui-priority": 1
|
2020-01-29 03:24:04 +01:00
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"creation-date": {
|
|
|
|
"description": "Initial creation of the blog post.",
|
|
|
|
"misp-attribute": "datetime",
|
|
|
|
"ui-priority": 0
|
2020-01-30 03:55:26 +01:00
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"embedded-link": {
|
|
|
|
"description": "Site linked by the blog post.",
|
|
|
|
"misp-attribute": "url",
|
|
|
|
"multiple": true,
|
|
|
|
"ui-priority": 0
|
|
|
|
},
|
|
|
|
"embedded-safe-link": {
|
|
|
|
"description": "Safe site linked by the blog post.",
|
|
|
|
"misp-attribute": "link",
|
|
|
|
"multiple": true,
|
|
|
|
"ui-priority": 0
|
2020-01-29 03:24:04 +01:00
|
|
|
},
|
|
|
|
"link": {
|
|
|
|
"description": "Original link into the blog post (Supposed harmless).",
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "link",
|
|
|
|
"ui-priority": 1
|
2020-01-29 03:24:04 +01:00
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"modification-date": {
|
|
|
|
"description": "Last update of the blog post.",
|
|
|
|
"misp-attribute": "datetime",
|
|
|
|
"ui-priority": 0
|
|
|
|
},
|
|
|
|
"post": {
|
|
|
|
"description": "Raw post.",
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"removal-date": {
|
|
|
|
"description": "When the blog post was removed.",
|
|
|
|
"misp-attribute": "datetime",
|
|
|
|
"ui-priority": 0
|
|
|
|
},
|
|
|
|
"title": {
|
|
|
|
"description": "Title of blog post.",
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 1
|
2020-01-30 20:08:19 +01:00
|
|
|
},
|
2020-01-29 03:24:04 +01:00
|
|
|
"type": {
|
|
|
|
"description": "Type of blog post.",
|
|
|
|
"disable_correlation": true,
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "text",
|
2020-01-29 03:24:04 +01:00
|
|
|
"sane_default": [
|
|
|
|
"Medium",
|
|
|
|
"WordPress",
|
|
|
|
"Blogger",
|
|
|
|
"Tumbler",
|
|
|
|
"LiveJournal",
|
|
|
|
"Forum",
|
|
|
|
"Other"
|
2020-04-26 02:10:02 +02:00
|
|
|
],
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"url": {
|
|
|
|
"description": "Original URL location of the blog post (potentially malicious).",
|
|
|
|
"misp-attribute": "url",
|
|
|
|
"ui-priority": 1
|
2020-01-29 03:24:04 +01:00
|
|
|
},
|
|
|
|
"username": {
|
|
|
|
"description": "Username who posted the blog post.",
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 0
|
|
|
|
},
|
|
|
|
"username-quoted": {
|
|
|
|
"description": "Username who are quoted into the blog post.",
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"multiple": true,
|
|
|
|
"ui-priority": 0
|
2020-01-29 03:24:04 +01:00
|
|
|
},
|
|
|
|
"verified-username": {
|
|
|
|
"description": "Is the username account verified by the operator of the blog platform.",
|
|
|
|
"disable_correlation": true,
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 0,
|
2020-01-29 03:24:04 +01:00
|
|
|
"values_list": [
|
|
|
|
"Verified",
|
|
|
|
"Unverified",
|
|
|
|
"Unknown"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"description": "Blog post like Medium or WordPress.",
|
|
|
|
"meta-category": "misc",
|
2020-04-26 02:10:02 +02:00
|
|
|
"name": "blog",
|
|
|
|
"requiredOneOf": [
|
|
|
|
"post",
|
|
|
|
"archive",
|
|
|
|
"url",
|
|
|
|
"link"
|
|
|
|
],
|
2020-01-29 03:24:04 +01:00
|
|
|
"uuid": "1f165fc0-b158-498f-8bc8-6dc3d2822bb1",
|
2020-04-26 02:10:02 +02:00
|
|
|
"version": 14
|
|
|
|
}
|