This file is indexed.

/etc/octopussy/conf/tables/Netscreen_NSM.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
<?xml version='1.0' encoding='UTF-8'?>
<octopussy_table description="Netscreen NSM Table"
                 name="Netscreen_NSM"
                 version="200705070001">
	<field title="datetime"
         type="DATETIME" />
  <field title="device"
         type="WORD" />
  <field title="category"
         type="STRING" />
  <field title="subcategory"
         type="STRING" />
  <field title="src_zone"
         type="STRING" />
  <field title="src_addr"
         type="IP_ADDR" />
  <field title="src_port"
         type="NUMBER" />
  <field title="dst_zone"
         type="STRING" />
  <field title="dst_addr"
         type="IP_ADDR" />
  <field title="dst_port"
         type="NUMBER" />
  <field title="src_nat_addr"
         type="IP_ADDR" />
  <field title="dst_nat_addr"
         type="IP_ADDR" />
  <field title="msg"
         type="STRING" />
  <field title="protocol"
         type="WORD" />
  <field title="rule"
         type="NUMBER" />
  <field title="action"
         type="WORD" />
  <field title="severity"
         type="WORD" />
</octopussy_table>