mirror of https://github.com/MISP/misp-objects
52 lines
1.0 KiB
JSON
52 lines
1.0 KiB
JSON
{
|
|
"requiredOneOf": [
|
|
"text",
|
|
"name",
|
|
"entrypoint-address"
|
|
],
|
|
"attributes": {
|
|
"entrypoint-address": {
|
|
"disable_correlation": true,
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text"
|
|
},
|
|
"type": {
|
|
"sane_default": [
|
|
"BUNDLE",
|
|
"CORE",
|
|
"DSYM",
|
|
"DYLIB",
|
|
"DYLIB_STUB",
|
|
"DYLINKER",
|
|
"EXECUTE",
|
|
"FVMLIB",
|
|
"KEXT_BUNDLE",
|
|
"OBJECT",
|
|
"PRELOAD"
|
|
],
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text"
|
|
},
|
|
"number-sections": {
|
|
"disable_correlation": true,
|
|
"ui-priority": 0,
|
|
"misp-attribute": "counter"
|
|
},
|
|
"name": {
|
|
"disable_correlation": false,
|
|
"ui-priority": 1,
|
|
"misp-attribute": "text"
|
|
},
|
|
"text": {
|
|
"disable_correlation": true,
|
|
"ui-priority": 1,
|
|
"misp-attribute": "text"
|
|
}
|
|
},
|
|
"version": 1,
|
|
"description": "Object describing a file in Mach-O format.",
|
|
"meta-category": "file",
|
|
"uuid": "23fb8371-c7e3-45fe-b897-fdf074f95267",
|
|
"name": "macho"
|
|
}
|