Linux Kernel Rootkit samples [closed] - linux

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm working on some new techniques for Linux Kernel Rootkit Detections as my thesis. I need some sample of rootkits to test my method and also do some machine learning tests.
But not the old-dusty ones in packetstorm that could be found in computer history books as well. I've read alot about it and I've seen some new methods of rootkit implementations in phrack and some other resources. It would take a lot of time to just implement PoC rootkits out of them for me and I would just get to the starting point for my project by then.
If anyone could help me with this it would be greatly appreciated.
Any site, ftp, compromised system, unknown rootkit libraries, anything that might be a sample for my work is appreciated. But with this in mind that what I need are Linux kernel Rootkits.
Any type, LKM, System Call Hooking, Object hooking, system.map /dev/mem working stuff
Thanks
p.s by new rootkits I don't mean like non-reported or all-over-the-news rootkit, something that would work on ubuntu 10.04 or newer would be great (Kernel version 2.6.32+)

you can get some kernel rk from the follow link
http://www.ussrback.com/UNIX/penetration/rootkits/

For obvious reasons, you aren't going to find any rootkits available for download on the public internet. Doing so would be a huge liability exposure to anyone hosting them. Your options are: make some friends in the security research or black hat communities, or run some honeypots and capture them yourself.

Related

Best cross browser compatibility tool for Linux machine? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I need a best browser compatibility checking tool for my linux machine ( dont want online checking tool) .
Wanted a tool which should be run in my local. Is there any tool ? If yes please recommend.
Regards,
ArunRaj.
I also tried to solve this issue a few weeks ago. After some hours of research i came to the conclusion that sand-boxing or building virtual-machines would be the best solution for me.
I can also recommend ievms script to install virtual machines for running IE6 up to IE10 with a single command:
Automated installation of the Microsoft IE App Compat virtual machines
The Images are provided by Microsoft itself:
Internet Explorer Application Compatibility VPC Image
For realistic testing, think about using virtual machines and virtual environments like Vmware Player or VirtualBox (https://www.virtualbox.org/). You can install different operating systems and different browsers to see what your page looks like.

Is there any website having command line environment of Linux, for practicing commands? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I was wondering whether I could practice LINUX commands and shell scripting, online, over a website which could provide me an editor to practice them. And I know that probably the easiest thing to do would be to download a Linux LIVE CD and then practice shell scripting, but apart from it, I want to practice them online, anywhere I want, anytime I want and on any system, without bothering about booting from a LIVE CD.
There is a quite a good one here:
Javascript PC Emulator - http://bellard.org/jslinux/
Related:
How does Linux emulator in Javascript by Fabrice Bellard work?
Simulating linux terminal in browser
There is a site linuxzoo that provides you the linux environment, but you need to use a emulator(like Putty) to connect to this webserver and execute the commands. please go through the site it might be helpful.
I've played with http://cb.vu/ a bit...pretty cool
May be www.webminal.org (I'm involved in this project :P)

IIS Log Analyzer [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I want to analyze the IIS logs for a website for things like hits, keywords, countries accessed from etc.
Has anyone used any (free) tools that were useful from this regard?
There's LogParser. Blog article about how to use it here. You need to be comfortable with SQL to use it, though. There's a GUI for it apparently, too. Don't have any experience with that, though.
Nihuo web log analyzer is very simple, easy to configure and very good in analyzing iis and apache access log files. The reports generated by this tool are also very good.
You can use it freely with full function for 30 days evaluation period.
============================================
updated: The software is developed by myself.
There is a simple answer to this don't..
Log files are next to useless to look at your website traffic, there are massively inaccurate, log file analysis is useful for network engineers looking at traffic management.
If you want to view who has looked at your website from where and with which broswer and what keyword was used to get there, just install goggle analytic although it does have a few downsides its much better for the information you require its also free.
Take a look at http://www.googlelytics.net/awstats-log-file-analysis-vs-google-analytics/ for a view of each.

learning linux drivers [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am learning now days programming drivers.
I am doing my learning from this book Linux Device Drivers
But I am little bit lack of practice. Can you recommend me some simple projects that I can get started with.
Or some open source project that newbie can understand what is going on.
Additional examples and tutorials will be welcomed .
Thanks for help.
Free software magazine has an article about that :
http://www.freesoftwaremagazine.com/articles/drivers_linux?page=0%2C0
this tutorial is downloadable as PDF.
This article describes the programming of a USB driver for a home made multicolored light. I think its quite interesting :)
http://www.linuxjournal.com/article/7353
For more "complete" drivers, I would look at the code of "serial" drivers (meaning driver for devices connected to a plain old serial port or USB port) because the data transfer between your computer and the device feels more natural.
The given below link is very good to kickstart the linux device drivers learning:
http://www.linuxforu.com/tag/linux-device-drivers-series/page/2/
-Aditya-

Where can I find the first version of linux operating system? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Can someone tell me where I can find the initial code, Linus Torvalds shared with hackers. I was thinking it will be a great place to learn about operating systems.
It's discussed on KernelTrap. There's a good historical discussion, complete with release notes and mailing list discussions.
The linked article comes complete with this gem, which is undoubtedly what Linus looked like after release:
(source: kerneltrap.org)
For the discussion, see here. For the complete Linux 0.01 release, download this and verify it with this signature.
If you want to look at the history in a "nice" way, you could use Dave Jones's Linux-History Git repository, which includes all versions (at least all the versions that still exist, sadly some of the 0.99 versions have been lost forever) from 0.01 to 2.4.0. There is another history repository from Thomas Gleixner, which covers 2.4.0 to 2.6.12 and of course everything since 2.6.12 is available in Linus's Git repository. Linus also has a repository which contains an import of the CVS export of the BitKeeper repository from 2.5.0 to 2.6.12.
You can use Git's graft feature to glue these repositories together to get a unified view of the entire history. There are also various scripts floating around that try to make these repositories even more accurate, like this one for example.
kernel.org is the repository for the Linux Kernel. Here is the "historic" section with really old code: http://www.kernel.org/pub/linux/kernel/Historic/
I'm not so sure old Linux code is the best way to learn about an OS. For starters, it's not an OS, it's just the kernel. Look into Minix, that would be more interesting, it was created from the ground up for educational purposes.

Resources