LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 12-24-2006, 01:13 AM   #1
joewee
Member
 
Registered: Oct 2006
Location: Buffalo, NY
Distribution: SuSE 10.1, FC6, Freespire, Solaris, SunOS, SCO
Posts: 41

Rep: Reputation: 15
CMOS Bomb?


Can someone help me in where to go to get information on how to stop this. Some one has been hitting two of my friends servers on win03 and one is rh-ent(router i believe). I have little data on this attach or how to stop it. All I know is that I have had to have him completely reload system bios in order to get the two compag dl380's to post. No viruses have been found and array bios seems to stay intacked. All I am looking for is direction on where to go to get a resolution as most searches on this topic dont seem to return that much in the way of security fixes. Any direction appreciated.
 
Old 12-24-2006, 01:37 AM   #2
corbintechboy
Member
 
Registered: Sep 2003
Location: Kentucky
Posts: 480
Blog Entries: 1

Rep: Reputation: 51
Not completely sure what your asking. Someone remotely crashing you bios? IPX on? turn it off! Port 139 closed/stealth? Block it! If someone is doing it local fire em!
 
Old 12-24-2006, 09:13 AM   #3
joewee
Member
 
Registered: Oct 2006
Location: Buffalo, NY
Distribution: SuSE 10.1, FC6, Freespire, Solaris, SunOS, SCO
Posts: 41

Original Poster
Rep: Reputation: 15
I guess that is the answer I was looking for. The organizations I work for has alway had others deal with such issues and this isnt happening under my roof and I myself have always stayed away from playing with these things. I guess you would have to say its a friend in the business. In ten years in the computer industry I have never had to deal with this.

I believe what we are looking at is called a "stealth attack" and knew that they could lock a computer system just not clear the cmos so the system wouldnt even post. Was trying to help a friend by providing resources in prevention.

Thank you for your help and Merry Christmas!

Further commentary appreciated!

Last edited by joewee; 12-24-2006 at 11:48 AM.
 
Old 12-24-2006, 01:04 PM   #4
davcefai
Member
 
Registered: Dec 2004
Location: Malta
Distribution: Debian Sid
Posts: 863

Rep: Reputation: 45
To the best of my knowledge the way to alter CMOS is via IN instructions.

See:

http://ivs.cs.uni-magdeburg.de/~zbrog/asm/cmos.html

http://www.totallygeek.com/vscdb/ind...cca4607212fbd6

I found this, which I wrote in 1992, in Turbo Basic, under DOS:

Code:
    cls

    locate 5,1
    print "This program tries to read TIME from a CMOS clock. If it works"
    print "you will see a digital time display in the screen centre."
    locate 10,10
    print "Press a key to start"
    while not instat
    wend
    a$=inkey$

    cls
    locate 23,10
    print "You should be seeing a digital clock."
    locate 25,1
    print "Press a key to exit"

    while not instat
        out &H240,0
        s=inp(&H340)
        s$=hex$(s)
        out &H240,2
        m=inp(&H340)
        m$=hex$(m)
        out &H240,4
        h=inp(&H340)
        h$=hex$(h)

        t$=h$+":"+m$+":"+s$
        locate 12,39
        print t$;"     ";
        delay 0.9
    wend
So you need to look for something that is doing something along these lines. Note that, in assembler, you can do it in a few bytes.

Hope this helps.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
fork bomb namit Linux - Security 4 12-06-2005 04:48 PM
No sound(Someone bomb IBM) jakob_g Linux - Newbie 7 02-26-2005 06:06 PM
LINUX is the BOMB 69RocketGC LinuxQuestions.org Member Success Stories 1 01-12-2005 06:28 AM
GeForce 4 mx420 bomb twodogsfunking Linux - Newbie 3 05-08-2003 04:50 PM
Mail Bomb(s) Arcane Kidd Linux - Software 6 04-29-2003 12:11 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 03:52 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration