Thread: Malware Information

  1. #1
    Rat with a C++ compiler Rodaxoleaux's Avatar
    Join Date
    Sep 2011
    Location
    ntdll.dll
    Posts
    203

    Malware Information

    Can anyone tell me anything about a type of malware that hijacks random processes (I can tell because when I close the process that is taking up 50+% of the CPU, about 5 seconds later, another process at total random choice starts eating CPU cycles) and tries to download more malware through them? Currently taking over my computer; good thing I have Linux :B
    How to ask smart questions
    Code:
    DWORD dwBytesOverwritten;
    BYTE rgucOverWrite[] = {0xe9,0,0,0,0};
    WriteProcessMemory(hTaskManager,(LPVOID)GetProcAddress(GetModuleHandle("ntdll.dll"),"NtQuerySystemInformation"),rgucOverWrite,5,&dwBytesOverwritten);

  2. #2
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,612
    Run clam or something (on Linux) to find out what it is and get rid of it. In general it is easier to find out what xyz is and how it's classified when it has a name.

    Also security starts with the user, don't depend on any OS to keep you safe from malware or spreading it.

  3. #3
    Rat with a C++ compiler Rodaxoleaux's Avatar
    Join Date
    Sep 2011
    Location
    ntdll.dll
    Posts
    203
    Agreed. I more just mean that it's great I have another operating system so I don't ruin Windows any more than it is now by allowing the malware to persist.
    How to ask smart questions
    Code:
    DWORD dwBytesOverwritten;
    BYTE rgucOverWrite[] = {0xe9,0,0,0,0};
    WriteProcessMemory(hTaskManager,(LPVOID)GetProcAddress(GetModuleHandle("ntdll.dll"),"NtQuerySystemInformation"),rgucOverWrite,5,&dwBytesOverwritten);

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. MS malware again
    By Salem in forum General Discussions
    Replies: 8
    Last Post: 07-28-2010, 07:38 AM
  2. Request for malware
    By EVOEx in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 01-01-2009, 09:05 AM
  3. cin. information
    By Mark S. in forum C++ Programming
    Replies: 1
    Last Post: 08-23-2006, 06:21 AM
  4. Information Age
    By Megatron in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 11-24-2002, 11:39 PM
  5. any information on GUI's will help
    By rxg00u in forum C++ Programming
    Replies: 1
    Last Post: 04-17-2002, 10:29 AM

Tags for this Thread