This file is indexed.

/etc/flowscan/CUGrapher.cf is in flowscan-cugrapher 1.7-8.

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
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
# Configuration file for CUGrapger.pl.
#

# Where to find the rrd's.  You must set this.
# Make sure it is the same as OutputDir in CUFlow.cf.  
# 
# Eg:      OutputDir /cflow/reports/rrds
# Default: not set

# Organisation name - appears in the graph title.
#
# Eg:      Organization Columbia University Campus
# Default: (blank)

# Default number of hours to go back.
#
# Eg:      Hours 24
# Default: Hours 48

# Default width of graph in pixels.
#
# Eg:      Width 800
# Default: Width 640

# Default height of graph in pixels.
#
# Eg:      Height 480
# Default: Height 320

# Default image type.  Can be png or gif.
#
# Eg:      ImageType gif
# Default: ImageType png

# Default graph title.
#
# Eg:      Title My Graph
# Default: Title Well Known Protocols/Services

#
# Specify a graph to be displayed on startup, when no query
# has been entered.  To display multiple graphs supply
# multiple "DefaultGraph" lines.  To generate the string
# following the "DefaultGraph":
#  1.  Use the web page to generate the graph you want.
#  2.  Copy the query part of the URL displayed by your browser
#      (ie everything part the '?').
#  3.  Remove the ';showmenu=1' from the query string copied.
#
# Eg:      DefaultGraph report=bits;hours=48;imageType=png;width=640;height=320;duration=;router=all;all_all_services=1;legend=1;title=My%20Graph
# Default: not set

# The path to the AggregateScore web page build by CUFlow.  If
# non-blank a like to AggregateScore web page will be displayed.
# If supplied this must be the same as the file name given to
# the AggregateScore setting in CUFlow.cf.
#
# Eg:      AggregateScore /var/local/netflow/cuflow/agg10.html
# Default: (not set)

# The path to the Scoreboard web page built by CUFlow.  If
# non-blank a link to the Scoreboard web page will be
# displayed.  If supplied this must be the same as the file
# name given to the Scoreboard setting in CUFlow.cf.
#
# Eg:      Scoreboard /var/local/netflow/cuflow/top10.html
# Default: (not set)