This file is indexed.

/etc/octopussy/conf/tables/DenyAll_Traffic.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
34
35
36
37
38
39
40
<octopussy_table name="DenyAll_Traffic"
                 description="DenyAll Traffic Table"
                 version="200608020001">
  <field title="instance"
         type="STRING" />
  <field title="src_addr"
         type="IP_ADDR" />
  <field title="url"
         type="STRING" />
  <field title="status"
         type="NUMBER" />
  <field title="rec_bytes"
         type="BYTES" />
  <field title="browser"
         type="STRING" />
  <field title="total_time"
         type="FLOAT_NUMBER" />
  <field title="server_time"
         type="FLOAT_NUMBER" />
  <field title="denyall_time"
         type="FLOAT_NUMBER" />
  <field title="device"
         type="STRING" />
  <field title="datetime"
         type="DATETIME" />
  <field title="denyall_product"
         type="STRING" />
  <field title="http_method"
         type="STRING" />
  <field title="http_version"
         type="STRING" />
  <field title="referer"
         type="STRING" />
  <field title="ssl_version"
         type="WORD" />
  <field title="ssl_bits"
         type="NUMBER" />
  <field title="cache_status"
         type="WORD" />
</octopussy_table>