|
|
CyberSoft, Inc.'s Trojan Horse Detector is part of the
VFind Security ToolKit.
THD is used to detect trojan
horse files. It does this by analyzing the basenames
(i.e., file names not including any directory part) of
full path names that it reads from standard input. It's
general enough to be used for many other system
analysis/administration purposes as well.
THD reads a list of file names
(one per line) from its
standard input and generates a report to standard output
that lists all files with identical basenames.
If an alarmfile is provided, it should be a text file with
file names (one per line) to watch for (e.g., 'ls').
Files with the same basename as one listed in the
alarmfile will be listed in the report.
If an ignorefile is provided, it should be a text file
with basenames to ignore when checking for duplicate file
names (e.g., 'README').
OPTIONS
-
-c, --copyright
-
Display copyright information and then exit. All
other options will be ignored.
-
-h, -?, --help
-
Display usage message and then exit. All other
options will be ignored.
-
-v, --version
-
Display version information and then exit. All
other options will be ignored.
-
-a alarmfile, --alarmfile alarmfile
-
Tells THD to read filenames from
alarmfile.
Alarmfile is a text file that contains filenames
(one per line) that will be included in the report
when found on the system.
-
-i ignorefile,
--ignorefile ignorefile
-
Tells THD to read filenames from
ignorefile.
Ignorefile is a text file that contains filenames
(one per line) that will be ignored when duplicates
are found on the filesystem. These files will not
appear in the report.
-
-id, --ignore-dotfiles
-
Ignore all files beginning with a '.' and do not
report them as duplicates.
-
-nr, --no-report
-
Do not generate a report.
|
|