-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathunix-user-account-observed-data-1.xml
executable file
·26 lines (26 loc) · 1.5 KB
/
unix-user-account-observed-data-1.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<stix:STIX_Package
xmlns:stix="http://stix.mitre.org/stix-1"
xmlns:example="http://example.com"
xmlns:cyboxCommon="http://cybox.mitre.org/common-2"
xmlns:cybox="http://cybox.mitre.org/cybox-2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:UnixUserAccountObj="http://cybox.mitre.org/objects#UnixUserAccountObject-2"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:UserAccountObj="http://cybox.mitre.org/objects#UserAccountObject-2"
xmlns:AccountObj="http://cybox.mitre.org/objects#AccountObject-2"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
id="example:STIXPackage-cb818110-9468-4182-b86d-f8724e0fb2e7" version="1.2">
<stix:Observables cybox_major_version="2" cybox_minor_version="1" cybox_update_version="0">
<cybox:Observable id="example:observable-0177c85b-9de0-472a-8e9a-a41cc828672b">
<cybox:Object id="example:UnixUserAccount-727e917c-c242-4c70-a972-b776fd949963">
<cybox:Properties xsi:type="UnixUserAccountObj:UnixUserAccountObjectType">
<AccountObj:Creation_Date>2016-01-20T12:31:12+00:00</AccountObj:Creation_Date>
<UserAccountObj:Last_Login>2016-07-22T16:08:28+00:00</UserAccountObj:Last_Login>
<UserAccountObj:Username>jdoe</UserAccountObj:Username>
<UnixUserAccountObj:User_ID>1001</UnixUserAccountObj:User_ID>
</cybox:Properties>
</cybox:Object>
</cybox:Observable>
</stix:Observables>
</stix:STIX_Package>