mirror of https://github.com/MISP/misp-objects
Merge branch 'master' of github.com:MISP/misp-objects
commit
8a916627dd
|
@ -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"
|
||||
}
|
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue