Skip to content

Instantly share code, notes, and snippets.

@ikiril01
ikiril01 / gist:db2faa28bbccf03928e8
Last active August 29, 2015 14:19
MAEC v5.0 example (notional)
<?xml version="1.0" encoding="UTF-8"?>
<!--
MAEC Capability/Objective Example
-Based on ThreatExpert report: http://www.threatexpert.com/report.aspx?md5=9d7006e30fdf15e9c8e03e62534b3a3e
-Demonstrates how Capabilities and Objectives may be captured
-Shows example of full linkage from Capability/Objective->Behavior->Action
Added February 2014 for MAEC v4.1 -->
<maecPackage:MAEC_Package
xmlns:cyboxCommon="http://cybox.mitre.org/common-2"
xmlns:cyboxVocabs="http://cybox.mitre.org/default_vocabularies-2"
@ikiril01
ikiril01 / android_apk_test.xml
Created March 30, 2015 19:23
CybOX Android APK Test
<?xml version="1.0" encoding="UTF-8"?>
<AndroidAPKObj:Android_APK_File xmlns:X509CertificateObj="http://cybox.mitre.org/objects#X509CertificateObject-2"
xmlns:cyboxCommon="http://cybox.mitre.org/common-2"
xmlns:FileObj="http://cybox.mitre.org/objects#FileObject-2"
xmlns:ArchiveFileObj="http://cybox.mitre.org/objects#ArchiveFileObject-1"
xmlns:AndroidAPKObj="http://cybox.mitre.org/objects#AndroidAPKObject-1"
xmlns:AndroidManifestObj="http://cybox.mitre.org/objects#AndroidManifestObject-1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://cybox.mitre.org/objects#AndroidAPKObject-1 file:/Users/ikirillov/Desktop/CybOX/Git/schemas/objects/Android_APK_Object.xsd">
<FileObj:File_Name>dummy_file.apk</FileObj:File_Name>