2017-08-25 15:20:18 +02:00
|
|
|
{
|
|
|
|
"attributes": {
|
|
|
|
"entrypoint-address": {
|
2017-08-29 13:25:58 +02:00
|
|
|
"description": "Address of the entry point",
|
2017-08-25 15:20:18 +02:00
|
|
|
"disable_correlation": true,
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 0
|
|
|
|
},
|
|
|
|
"name": {
|
|
|
|
"description": "Binary's name",
|
|
|
|
"disable_correlation": false,
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"number-sections": {
|
|
|
|
"description": "Number of sections",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "counter",
|
|
|
|
"ui-priority": 0
|
|
|
|
},
|
|
|
|
"text": {
|
|
|
|
"description": "Free text value to attach to the Mach-O file",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"recommended": false,
|
|
|
|
"ui-priority": 1
|
2017-08-25 15:20:18 +02:00
|
|
|
},
|
|
|
|
"type": {
|
2017-08-29 13:25:58 +02:00
|
|
|
"description": "Type of Mach-O",
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "text",
|
2017-08-25 15:20:18 +02:00
|
|
|
"sane_default": [
|
|
|
|
"BUNDLE",
|
|
|
|
"CORE",
|
|
|
|
"DSYM",
|
|
|
|
"DYLIB",
|
|
|
|
"DYLIB_STUB",
|
|
|
|
"DYLINKER",
|
|
|
|
"EXECUTE",
|
|
|
|
"FVMLIB",
|
|
|
|
"KEXT_BUNDLE",
|
|
|
|
"OBJECT",
|
|
|
|
"PRELOAD"
|
|
|
|
],
|
2020-04-26 02:10:02 +02:00
|
|
|
"ui-priority": 0
|
2017-08-25 15:20:18 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"description": "Object describing a file in Mach-O format.",
|
|
|
|
"meta-category": "file",
|
2020-04-26 02:10:02 +02:00
|
|
|
"name": "macho",
|
|
|
|
"requiredOneOf": [
|
|
|
|
"text",
|
|
|
|
"name",
|
|
|
|
"entrypoint-address"
|
|
|
|
],
|
2017-08-25 15:20:18 +02:00
|
|
|
"uuid": "23fb8371-c7e3-45fe-b897-fdf074f95267",
|
2020-04-26 02:10:02 +02:00
|
|
|
"version": 2
|
|
|
|
}
|