Merge branch 'master' of github.com:MISP/misp-objects

pull/105/head
chrisr3d 2018-06-22 17:28:12 +02:00
commit 8a916627dd
2 changed files with 88 additions and 0 deletions

View File

@ -0,0 +1,55 @@
{
"requiredOneOf": [
"organisation",
"administrative-area",
"industry",
"country"
],
"attributes": {
"organisation": {
"description": "AIS Organisation Name.",
"misp-attribute": "text",
"ui-priority": 1
},
"administrative-area": {
"description": "AIS Administrative Area represented using ISO-3166-2.",
"misp-attribute": "text",
"ui-priority": 1
},
"industry": {
"description": "AIS IndustryType.",
"misp-attribute": "text",
"ui-priority": 1,
"multiple": true,
"sane_default": [
"Chemical Sector",
"Commercial Facilities Sector",
"Communications Sector",
"Critical Manufacturing Sector",
"Dams Sector",
"Defense Industrial Base Sector",
"Emergency Services Sector",
"Energy Sector",
"Financial Services Sector",
"Food and Agriculture Sector",
"Government Facilities Sector",
"Healthcare and Public Health Sector",
"Information Technology Sector",
"Nuclear Reactors, Materials, and Waste Sector",
"Transportation Systems Sector",
"Water and Wastewater Systems Sector",
"Other"
]
},
"country": {
"description": "AIS Country represented using ISO-3166-1_alpha-2.",
"misp-attribute": "text",
"ui-priority": 1
}
},
"version": 1,
"description": "Automated Indicator Sharing (AIS) Information Source Markings.",
"meta-category": "misc",
"uuid": "1f3f466d-465f-4c3a-8cce-933642c9ea83",
"name": "ais-info"
}

View File

@ -0,0 +1,33 @@
{
"requiredOneOf": [
"message",
"datetime"
],
"attributes": {
"message": {
"description": "Informative message of the event",
"ui-priority": 0,
"misp-attribute": "text"
},
"timestamp": {
"description": "When the log entry was seen in microseconds since Unix epoch",
"ui-priority": 0,
"misp-attribute": "timestamp-microsec"
},
"timestamp_desc": {
"description": "Text explaining what type of timestamp is it",
"ui-priority": 0,
"misp-attribute": "text"
},
"datetime": {
"description": "When the log entry was seen",
"ui-priority": 0,
"misp-attribute": "datetime"
}
},
"version": 2,
"description": "A timesketch timeline object based on mandatory field in timesketch to describe a log entry.",
"meta-category": "misc",
"uuid": "06db0221-cbc0-4ffc-ad98-7f34549310f1",
"name": "timesketch-timeline"
}