[an error occurred while processing this directive] CybOX - Patterns Example 
CybOX

Cyber Observable eXpression

A Structured Language for Cyber Observables

CybOX Language — Version 2.1
Home > About CybOX > Patterns Example  

Patterns Example

<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:URIObject="http://cybox.mitre.org/objects#URIObject-2"
    xmlns:example="http://example.com/"
    xsi:schemaLocation="
    http://cybox.mitre.org/cybox-2 ../cybox_core.xsd
    http://cybox.mitre.org/objects#URIObject-2 ../objects/URI_Object.xsd"
    cybox_major_version="2" cybox_minor_version="0">
    <cybox:Observable id="example:Observable-1c9af310-0d5a-4c44-bdd7-aea3d99f13b6">
        <cybox:Object id="example:Object-26be6630-b2df-4bf9-8750-3f45ca9e19cf">
            <cybox:Properties xsi:type="URIObject:URIObjectType">
                <URIObject:Value condition="Equals" apply_condition=”Any”> www.sample1.com/index.html,sample2.com/login.html,dev.sample3.com/index/kb.html </URIObject:Value>
            </cybox:Properties>
        </cybox:Object>
    </cybox:Observable>
</cybox:Observables>

Return to FAQs

Page Last Updated: April 11, 2013