1File submission tool(1) Clam AntiVirus File submission tool(1)
2
3
4
6 clamsubmit - File submission utility for ClamAV
7
9 clamsubmit [options]
10
12 clamsubmit submits files to Sourcefire for further analysis.
13
15 -h, -? Display help to stderr and exit.
16
17 -e EMAIL
18 Required option for setting the email address for the submis‐
19 sion.
20
21 -n FILE
22 Submit a file that reports as a false negative (ClamAV reports
23 CLEAN). FILE can be - to specify stdin. Mutually exclusive with
24 -p.
25
26 -N NAME
27 Required option for setting the name of the sender for the sub‐
28 mission.
29
30 -p FILE
31 Submit a file that reports as a false positive (ClamAV flags the
32 file as virus). FILE can be - to specify stdin. Mutually exclu‐
33 sive with -n.
34
35 -V VIRUS
36 The name of the virus detected as false positive. This option is
37 required for false positive submissions.
38
39
41 clamsubmit uses the following environment variables:
42
43 CURL_CA_BUNDLE - May be set to the path of a file (bundle) containing
44 one or more CA certificates. This will override the default openssl
45 certificate path.
46
47 Note that the CURL_CA_BUNDLE environment variable is also used
48 by the curl command line tool for the same purpose.
49
50
52 Shawn Webb <swebb@sourcefire.com>
53
54
55
56ClamAV 1.0.4 March 20, 2014 File submission tool(1)