schemas.v1.2.0.cybox.samples.CybOX_Simple_Email_Instance.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stix Show documentation
Show all versions of stix Show documentation
The Java bindings for STIX v.1.2.0.2
<?xml version="1.0" encoding="UTF-8"?> <cybox:Observables xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:cybox="http://cybox.mitre.org/cybox-2" xmlns:cyboxCommon="http://cybox.mitre.org/common-2" xmlns:AddrObj="http://cybox.mitre.org/objects#AddressObject-2" xmlns:URIObj="http://cybox.mitre.org/objects#URIObject-2" xmlns:FileObj="http://cybox.mitre.org/objects#FileObject-2" xmlns:cyboxVocabs="http://cybox.mitre.org/default_vocabularies-2" xmlns:EmailMessageObj="http://cybox.mitre.org/objects#EmailMessageObject-2" xmlns:example="http://example.com/" xsi:schemaLocation= "http://cybox.mitre.org/cybox-2 ../cybox_core.xsd http://cybox.mitre.org/objects#FileObject-2 ../objects/File_Object.xsd http://cybox.mitre.org/objects#EmailMessageObject-2 ../objects/Email_Message_Object.xsd http://cybox.mitre.org/default_vocabularies-2 ../cybox_default_vocabularies.xsd" cybox_major_version="2" cybox_minor_version="1" cybox_update_version="0"> <cybox:Observable id="example:Obervable-298376a2-cf65-4778-9894-ed9a9bb5441d"> <cybox:Object id="example:Object-f9769431-db6b-448f-b34e-72eb3c3e07d9"> <cybox:Properties xsi:type="EmailMessageObj:EmailMessageObjectType"> <EmailMessageObj:Header> <EmailMessageObj:To> <EmailMessageObj:Recipient category="e-mail"> <AddrObj:Address_Value>[email protected]</AddrObj:Address_Value> </EmailMessageObj:Recipient> <EmailMessageObj:Recipient category="e-mail"> <AddrObj:Address_Value>[email protected]</AddrObj:Address_Value> </EmailMessageObj:Recipient> </EmailMessageObj:To> <EmailMessageObj:From category="e-mail"> <AddrObj:Address_Value>[email protected]</AddrObj:Address_Value> </EmailMessageObj:From> <EmailMessageObj:Subject>New modifications to the specification</EmailMessageObj:Subject> </EmailMessageObj:Header> </cybox:Properties> <cybox:Related_Objects> <cybox:Related_Object idref="example:Object-8108c0dc-bded-4b0c-b423-8b92ef1d6503"> <cybox:Relationship xsi:type="cyboxVocabs:ObjectRelationshipVocab-1.0">Received_From</cybox:Relationship> </cybox:Related_Object> </cybox:Related_Objects> </cybox:Object> </cybox:Observable> <cybox:Observable> <cybox:Object id="example:Object-8108c0dc-bded-4b0c-b423-8b92ef1d6503"> <cybox:Properties xsi:type="AddrObj:AddressObjectType" category="ipv4-addr"> <AddrObj:Address_Value>192.168.1.1</AddrObj:Address_Value> </cybox:Properties> </cybox:Object> </cybox:Observable> </cybox:Observables>