Author Topic: Rootkit and its worst attack  (Read 799 times)

0 Members and 1 Guest are viewing this topic.

Offline parad0x

  • VIP
  • Royal Highness
  • *
  • Posts: 638
  • Cookies: 118
    • View Profile
Rootkit and its worst attack
« on: August 31, 2014, 04:10:09 pm »
My friend is coding  a rootkit. He asked me if what I want to make his rootkit do but I have absolutely no idea on what to make it do so as to make this the worst rootkit attack. Any ideas on what I can make it do other than what most malwares do.

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: Rootkit and its worst attack
« Reply #1 on: August 31, 2014, 04:52:18 pm »
Destroy hardware ?
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Offline Stackprotector

  • Administrator
  • Titan
  • *
  • Posts: 2515
  • Cookies: 205
    • View Profile
Re: Rootkit and its worst attack
« Reply #2 on: August 31, 2014, 08:00:31 pm »
"Any ideas on what I can make it do "

Pretty sure your friend is not you? And i am also pretty damn sure if your friend knows how to write one he also knows what he wants to do with it :)
~Factionwars

Offline Phage

  • VIP
  • Overlord
  • *
  • Posts: 1280
  • Cookies: 120
    • View Profile
Re: Rootkit and its worst attack
« Reply #3 on: August 31, 2014, 08:26:26 pm »
"Any ideas on what I can make it do "

Pretty sure your friend is not you? And i am also pretty damn sure if your friend knows how to write one he also knows what he wants to do with it :)

I thought the same :)
"Ruby devs do, in fact, get all the girls. No girl wants a python, but EVERY girl wants rubies" - connection

"It always takes longer than you expect, even when you take into account Hofstadter’s Law."

Offline parad0x

  • VIP
  • Royal Highness
  • *
  • Posts: 638
  • Cookies: 118
    • View Profile
Re: Rootkit and its worst attack
« Reply #4 on: September 01, 2014, 01:02:11 pm »
"Any ideas on what I can make it do "

Pretty sure your friend is not you? And i am also pretty damn sure if your friend knows how to write one he also knows what he wants to do with it :)
Faction bro, he is writing the rootkit because I asked him to write one and he knows that a rootkit can do almost anything  like remotely controlling the pc, recording the keystrokes and stealing bank details,  and other confidential data. Even  a rat can do this with sone modification but I am kinda confused to make it do something different.
That's why I asked you guys. As for my friend,  he has given lectures and presented many POCs in different hacker conferences around the world. 
I just want to know what would be the best thing (evil most) a rootkit can do.

Offline Stackprotector

  • Administrator
  • Titan
  • *
  • Posts: 2515
  • Cookies: 205
    • View Profile
Re: Rootkit and its worst attack
« Reply #5 on: September 01, 2014, 01:44:49 pm »
Who is your friend ? Should not be a problem to disclose his used name in conferences :D
~Factionwars

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: Rootkit and its worst attack
« Reply #6 on: September 01, 2014, 06:35:11 pm »
Jokes, conspiracy theories and other bullshit aside.

A rootkit dosent really.. Uhm, attack? A rootkit is just like any other malware but without any form of restrictions. This is because a rootkit runs in kernel mode. Which means the rootkit is not limited by the OS in any way, it can see, read, manipulate and change anything it wants. This is what makes rootkits so hard to detect and remove. You can literally tell any malware detection program that there is no file here or give it a random or another file strem as it attempts to detect the rootkit or anything else for that matter. There are no limits.

I would say as far as rootkit features go, undetectable and or covert channels for remote communications are a rather interesting topic. Hardware firmware infections are cool as well.
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline chapp

  • Peasant
  • *
  • Posts: 87
  • Cookies: 2
    • View Profile
Re: Rootkit and its worst attack
« Reply #7 on: September 07, 2014, 11:57:56 am »
You don't want you rrootkit to be in Kernel only you want to go for the system management mode. Having nt system or root on a box is nice, but being able to execute code within the system manager is awesome.

If your friend presented at conferences why not ask some of his fellow peers there? I've talked with some really interesting people during my attendance at various conferences - lots of great ideas.