mirror of https://github.com/MISP/misp-objects
Chg: Jq'ed all the objects
parent
478dc899f2
commit
1cedea6506
|
@ -7,20 +7,19 @@
|
|||
"attributes": {
|
||||
"event-id": {
|
||||
"description": "A unique number which identifies the event.",
|
||||
"ui-priority": 0,
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "text",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"name": {
|
||||
"description": "Name of the event.",
|
||||
"ui-priority": 0,
|
||||
"ui-priority": 2,
|
||||
"misp-attribute": "text",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"event-channel":
|
||||
{
|
||||
"event-channel": {
|
||||
"description": " Channel through which the event occurred",
|
||||
"ui-priority": 0,
|
||||
"ui-priority": 3,
|
||||
"misp-attribute": "text",
|
||||
"disable_correlation": true,
|
||||
"sane-default": [
|
||||
|
@ -31,8 +30,7 @@
|
|||
"other"
|
||||
]
|
||||
},
|
||||
"event-type":
|
||||
{
|
||||
"event-type": {
|
||||
"description": "Event-type assigned to the event",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "text",
|
||||
|
@ -51,8 +49,7 @@
|
|||
"ui-priority": 0,
|
||||
"misp-attribute": "text"
|
||||
},
|
||||
"event-date-time":
|
||||
{
|
||||
"event-date-time": {
|
||||
"description": "Date and time when the event was logged.",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "datetime",
|
||||
|
@ -141,22 +138,19 @@
|
|||
"misp-attribute": "text",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"kernel-time":
|
||||
{
|
||||
"kernel-time": {
|
||||
"description": "Execution time of the kernel mode instruction.",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "datetime",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"user-time":
|
||||
{
|
||||
"user-time": {
|
||||
"description": "Date and time when the user instruction was executed.",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "datetime",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"Event-data":
|
||||
{
|
||||
"Event-data": {
|
||||
"description": "Event data description.",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "text",
|
||||
|
|
|
@ -89,7 +89,6 @@
|
|||
"misp-attribute": "text",
|
||||
"disable_correlation": true
|
||||
}
|
||||
|
||||
},
|
||||
"version": 1,
|
||||
"description": "Regripper Object template designed to present user specific configuration details extracted from the NTUSER.dat hive.",
|
||||
|
|
|
@ -59,7 +59,6 @@
|
|||
"misp-attribute": "text",
|
||||
"disable_correlation": true
|
||||
}
|
||||
|
||||
},
|
||||
"version": 1,
|
||||
"description": "Regripper Object template designed to present user profile details extracted from the SAM hive.",
|
||||
|
@ -67,4 +66,3 @@
|
|||
"uuid": "4d3fffd2-cd07-4357-96e0-a51c988faaef",
|
||||
"name": "regripper-sam-hive-single-user"
|
||||
}
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
"disable_correlation": true
|
||||
},
|
||||
"group-comment": {
|
||||
"description": "Name assigned to the profile.",
|
||||
"description": "Any group comment added.",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "text",
|
||||
"disable_correlation": true
|
||||
|
@ -45,7 +45,6 @@
|
|||
"misp-attribute": "text",
|
||||
"multiple": true
|
||||
}
|
||||
|
||||
},
|
||||
"version": 1,
|
||||
"description": "Regripper Object template designed to present group profile details extracted from the SAM hive.",
|
||||
|
@ -53,4 +52,3 @@
|
|||
"uuid": "b924bae1-2dec-4d2d-a8c2-b03305222b7c",
|
||||
"name": "regripper-sam-hive-user-group"
|
||||
}
|
||||
|
|
@ -57,4 +57,3 @@
|
|||
"uuid": "e7b46b5a-d2d2-4a05-bc25-2ac8d4683ae2",
|
||||
"name": "regripper-software-hive-BHO"
|
||||
}
|
||||
|
|
@ -51,4 +51,3 @@
|
|||
"uuid": "7893be05-8398-451e-ab1e-5e25ea4a8859",
|
||||
"name": "regripper-software-hive-appInit-DLLS"
|
||||
}
|
||||
|
|
@ -47,4 +47,3 @@
|
|||
"uuid": "9f2d3c9b-9a82-42a7-82c2-733115d101c8",
|
||||
"name": "regripper-software-hive-application-paths"
|
||||
}
|
||||
|
|
@ -55,4 +55,3 @@
|
|||
"uuid": "7a8fb6b4-cbbd-4de5-b893-7b0a5c4858cd",
|
||||
"name": "regripper-software-hive-applications-installed"
|
||||
}
|
||||
|
|
@ -53,4 +53,3 @@
|
|||
"uuid": "a7dc3697-89ce-46dc-a64d-0b1015457978",
|
||||
"name": "regripper-software-hive-command-shell"
|
||||
}
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
"CurrentVersion": {
|
||||
"description": "Current version of windows",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "text"
|
||||
"disable_correlation": true
|
||||
},
|
||||
"CurrentBuild": {
|
||||
"description": "Build number of the windows OS.",
|
||||
|
@ -90,7 +90,7 @@
|
|||
"ui-priority": 0,
|
||||
"misp-attribute": "text"
|
||||
},
|
||||
"CurrentType": {
|
||||
"CurrentBuildType": {
|
||||
"description": "Current build type of the OS.",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "text"
|
||||
|
@ -123,4 +123,3 @@
|
|||
"uuid": "03200c25-4bf5-4282-9852-001a51ab20f1",
|
||||
"name": "regripper-software-hive-windows-general-info"
|
||||
}
|
||||
|
|
@ -61,4 +61,3 @@
|
|||
"uuid": "4bae06d1-3996-4028-88ec-7c7d54cc1d94",
|
||||
"name": "regripper-software-hive-software-run"
|
||||
}
|
||||
|
|
@ -145,8 +145,7 @@
|
|||
"misp-attribute": "counter",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"Comments":
|
||||
{
|
||||
"Comments": {
|
||||
"description": "Additional comments.",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "text",
|
||||
|
|
|
@ -9,6 +9,9 @@
|
|||
"sane-default": [
|
||||
"Domain Profile",
|
||||
"Standard Profile",
|
||||
"Network Profile",
|
||||
"Public Profile",
|
||||
"Private Profile",
|
||||
"other"
|
||||
],
|
||||
"misp-attribute": "text",
|
||||
|
@ -45,4 +48,3 @@
|
|||
"uuid": "d9839b3c-c013-4ba7-b5e5-2787198b9e07",
|
||||
"name": "regripper-system-hive-firewall-configuration"
|
||||
}
|
||||
|
|
@ -87,4 +87,3 @@
|
|||
"uuid": "5ac85401-cbf1-4d05-a85e-1784546881e4",
|
||||
"name": "regripper-system-hive-general-configuration"
|
||||
}
|
||||
|
|
@ -104,4 +104,3 @@
|
|||
"uuid": "a5a3ba3a-ba2e-42a4-be45-b36809ae56f0",
|
||||
"name": "regripper-system-hive-network-information."
|
||||
}
|
||||
|
|
@ -96,4 +96,3 @@
|
|||
"uuid": "78cdae45-2061-4b49-b1d6-71f562094a73",
|
||||
"name": "regripper-system-hive-services-drivers"
|
||||
}
|
||||
|
Loading…
Reference in New Issue