Télécharger la liste

Description du projet

Trojan Scan is a simple shell script that allows for simple but relatively effective checking for trojans, rootkits and other malware that may be using your server and network for unwanted (and possibly illegal) purposes. It is relatively simple and won't catch them all, but can help to find these programs on shared servers with many users. It works by listing all process that use the Internet with the lsof command (using -Pni flags). This list is then transformed into signatures, which are then are matched against the allowed process defined in the
configuration. If any signatures of running processes are found that do not match the allowed signatures, an email report is sent including ps, ls, and optional lsof output for the unknown processes.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-04-01 05:51
1.4.1

Cette version renomme toutes les références comme Trojan Scan. Il ajoute un chèque de format de sortie lsof sur config génération. Il améliore la génération de configuration en utilisant des chemins de programme détecté. Il ajoute un message d'avertissement en cas d'échec à trouver la commande requise.
Tags: Minor bugfixes, Minor feature enhancements
This release renames all references as Trojan Scan. It adds a check for lsof output format on config generation.
It improves generation of configuration by using detected program paths. It adds a warning message on failure to find the required command.

2007-08-23 16:46
1.4rc3

Soutien à Darwin a été ajouté. Support du protocole ICMPv6 a été ajouté.
Tags: Minor feature enhancements
Support for Darwin was added. Support for the
ICMPv6 protocol was added.

2005-11-23 09:41
1.4rc2

Cette version a été fixée pour supprimer tous les fichiers temporaires, mises à jour pour permettre à des caractères génériques pour être utilisés pour des programmes et protocoles, et mis à jour d'un soutien particulier entrants et / ou de ports de sortie. Le generate_defaults () a été renommé en generate_config (). OS support pour OpenBSD / FreeBSD a été améliorée. Ps plein et de la production lsof a été ajouté.
Tags: Major feature enhancements
This version was fixed to remove all temporary
files, updated to allow wildcards to be used for
programs and protocols, and updated to support
specific inbound and/or outbound ports. The
generate_defaults() function was renamed to
generate_config(). OS support for OpenBSD/FreeBSD
was improved. Full ps and lsof output was added.

2005-10-27 02:46
1.3

Cette version utilise des chemins codés en dur de programmes, génère un fichier de configuration par défaut, a fixé les commandes ls et PS dans les rapports, les mises à jour la variable BENEFICIAIRES commentaire, et ajoute un fichier TODO.
Tags: Code cleanup
This release uses hardcoded program paths, generates a default
configuration file, fixes the ls and ps commands in reports, updates the
variable RECIPIENTS comment, and adds a TODO file.

2005-08-11 21:50
1.2

Ce communiqué donne le umask à 022, fixe minutes dans le sujet du courriel, et ajoute la version à la signature d'email.
Tags: Minor bugfixes
This release sets the umask to 022, fixes minutes in the email subject, and adds the version to the email signature.

Project Resources