This file is indexed.

/etc/octopussy/conf/tables/Windows_Message.xml is in octopussy 1.0.6-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
<?xml version='1.0' encoding='UTF-8'?>
<octopussy_table description="Windows Message Table"
                 name="Windows_Message"
                 version="200804170001">
  <field title="event_id"
         type="NUMBER" />
  <field title="event_type"
         type="STRING" />
  <field title="sid_type"
         type="WORD" />
  <field title="category"
         type="STRING" />
  <field title="msg"
         type="STRING" />
  <field title="computer"
         type="WORD" />
  <field title="source"
         type="WORD" />
  <field title="criticity"
         type="NUMBER" />
  <field title="user"
         type="STRING" />
  <field title="datetime"
         type="DATETIME" />
  <field title="device"
         type="WORD" />
  <field title="event_count"
         type="NUMBER" />
  <field title="src"
         type="WORD" />
  <field title="datetime2"
         type="DATETIME" />
</octopussy_table>