SAM.STIGChecklist.format.ps1xml

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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<?xml version="1.0" encoding="utf-8"?>
<Configuration>
    <ViewDefinitions>
        <View>
            <Name>Checklist.Import</Name>
            <ViewSelectedBy>
                <TypeName>Checklist.Import</TypeName>
            </ViewSelectedBy>
            <ListControl>
                <ListEntries>
                    <ListEntry>
                        <ListItems>
                            <ListItem>
                                <PropertyName>Name</PropertyName>
                            </ListItem>
                            <ListItem>
                                <PropertyName>STIGID</PropertyName>
                            </ListItem>
                            <ListItem>
                                <PropertyName>XML</PropertyName>
                            </ListItem>
                            <ListItem>
                                <PropertyName>Path</PropertyName>
                            </ListItem>
                        </ListItems>
                    </ListEntry>
                </ListEntries>
            </ListControl>
        </View>
        <View>
            <Name>Checklist.Item</Name>
            <ViewSelectedBy>
                <TypeName>Checklist.Item</TypeName>
            </ViewSelectedBy>
            <ListControl>
                <ListEntries>
                    <ListEntry>
                        <ListItems>
                            <ListItem>
                                <PropertyName>HostName</PropertyName>
                            </ListItem>
                            <ListItem>
                                <PropertyName>Vuln_Num</PropertyName>
                            </ListItem>
                            <ListItem>
                                <PropertyName>Status</PropertyName>
                            </ListItem>
                            <ListItem>
                                <PropertyName>Severity</PropertyName>
                            </ListItem>
                            <ListItem>
                                <PropertyName>Finding_Details</PropertyName>
                            </ListItem>
                            <ListItem>
                                <PropertyName>Comments</PropertyName>
                            </ListItem>
                            <ListItem>
                                <PropertyName>Severity_Overide</PropertyName>
                            </ListItem>
                            <ListItem>
                                <PropertyName>Severity_Justification</PropertyName>
                            </ListItem>
                        </ListItems>
                    </ListEntry>
                </ListEntries>
            </ListControl>
        </View>
        <View>
            <Name>Checklist.Asset</Name>
            <ViewSelectedBy>
                <TypeName>Checklist.Asset</TypeName>
            </ViewSelectedBy>
            <ListControl>
                <ListEntries>
                    <ListEntry>
                        <ListItems>
                            <ListItem>
                                <PropertyName>ROLE</PropertyName>
                            </ListItem>
                            <ListItem>
                                <PropertyName>ASSET_TYPE</PropertyName>
                            </ListItem>
                            <ListItem>
                                <PropertyName>HOST_NAME</PropertyName>
                            </ListItem>
                            <ListItem>
                                <PropertyName>HOST_IP</PropertyName>
                            </ListItem>
                            <ListItem>
                                <PropertyName>HOST_MAC</PropertyName>
                            </ListItem>
                            <ListItem>
                                <PropertyName>HOST_FQDN</PropertyName>
                            </ListItem>
                            <ListItem>
                                <PropertyName>TARGET_COMMENT</PropertyName>
                            </ListItem>
                            <ListItem>
                                <PropertyName>TECH_AREA</PropertyName>
                            </ListItem>
                            <ListItem>
                                <PropertyName>WEB_OR_DATABASE</PropertyName>
                            </ListItem>
                            <ListItem>
                                <PropertyName>WEB_DB_SITE</PropertyName>
                            </ListItem>
                            <ListItem>
                                <PropertyName>WEB_DB_INSTANCE</PropertyName>
                            </ListItem>
                        </ListItems>
                    </ListEntry>
                </ListEntries>
            </ListControl>
        </View>
    </ViewDefinitions>
</Configuration>