Operation Windigo: Linux malware...

Stuff that don´t fit in the other categories.
Post Reply
User avatar
l0ngb1t
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 598
Joined: 15 Apr 2009, 16:00
15
Contact:

Operation Windigo: Linux malware...

Post by l0ngb1t »

An article came across me talking about a malware infection affecting linux systems, the article included this single bash line that can detect if you system is affected or not and i thought it will surely be useful to share here:

Code: Select all

ssh -G 2>&1 | grep -e illegal -e unknown > /dev/null && echo "System clean" || echo "System infected"
source:
http://thehackernews.com/2014/03/operat ... lware.html

P.S my servers are clean :P
There is an UNEQUAL amount of good and bad in most things, the trick is to work out the ratio and act accordingly. "The Jester"

scatter
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 366
Joined: 01 Jan 2014, 05:22
10

Re: Operation Windigo: Linux malware...

Post by scatter »

thx I don't have a server but I run a linux system on my laptop and it's clean 8) :D

Post Reply