Go Back   Velocity Reviews > Newsgroups > Computer Security
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

Computer Security - Identity Theft Protection (a method)

 
Thread Tools Search this Thread
Old 09-11-2005, 02:37 PM   #1
Default Identity Theft Protection (a method)


Hi,

There is no doubt that key loggers (capture your keystrokes) in spyware is
part of the massive identity theft problem. Some key loggers can send a file
that contains what you typed over the internet without your knowledge.

Many of us like to keep personal information, which includes bank
accounts, etc. in some form on our computers. Although it may be encrypted
for security, the problem is when you type an account number, password, etc.

Well for me, I don't worry about any spyware since I can use Dos mode
(not Dos "prompt") . There are tons of Dos based software, such as editors,
etc. available from such sources as www.simtel.net. Note: I use a Dos
based editor and keep my personal information on a floppy disk.

I have Windows 98 computers. Unfortunately, you can't do this with XP.

I edited "MSDOS.SYS". It is a hidden, read only, system file located at
the root directory (C:\). At the Dos "prompt". I used this command at the
root directory:

"ATTRIB -H -R -S MSDOS.SYS" to allow access to that file.

Since "MSDOS.SYS" is a text file, I used a text editor and changed
"BootGUI = 1" to "BootGUI = 0".

Afterwards, I restored the attributes:

"ATTRIB +H +R +S MSDOS.SYS".

From now on, my computer boots into Dos mode (Windows isn't launched yet)
where there is no chance of launching a key logger. Now I can edit my
personal file in complete safety. When I am finished, I simply type "WIN"
(and press Enter) to launch Windows.

Brad



Brad
  Reply With Quote
Old 09-11-2005, 03:11 PM   #2
Vanguard
 
Posts: n/a
Default Re: Identity Theft Protection (a method)
"Brad" <> wrote in message
news:...
<snip>
> From now on, my computer boots into Dos mode (Windows isn't launched
> yet)
> where there is no chance of launching a key logger.


Unless, of course, the keylogger is a DOS virus, boot sector virus, or
root kit that replaced or modified your DOS kernel and/or command
interpreter. Or it is a hardware keylogger (dongle) attached to your
keyboard (inline with the cable or a modified motherboard) that couldn't
give a gnat's fart about which OS you load. Or the keylogger is a
traffic monitor (packet sniffer) upstream of your host that couldn't
care less about what you hit on the keyboard since it really just wants
the data in your unencrypted traffic. Or, like the CIA, uses the
differing EMF produced by the different keys on your keyboard to tell
which one and in which order you hit them (and you don't even have to be
sitting near a window anymore).



Vanguard
  Reply With Quote
Old 09-11-2005, 05:35 PM   #3
Beachcomber
 
Posts: n/a
Default Re: Identity Theft Protection (a method)
On Sun, 11 Sep 2005 09:11:21 -0500, "Vanguard"
<> wrote:

>"Brad" <> wrote in message
>news:...
><snip>
>> From now on, my computer boots into Dos mode (Windows isn't launched
>> yet)
>> where there is no chance of launching a key logger.

>
>Unless, of course, the keylogger is a DOS virus, boot sector virus, or
>root kit that replaced or modified your DOS kernel and/or command
>interpreter. Or it is a hardware keylogger (dongle) attached to your
>keyboard (inline with the cable or a modified motherboard) that couldn't
>give a gnat's fart about which OS you load. Or the keylogger is a
>traffic monitor (packet sniffer) upstream of your host that couldn't
>care less about what you hit on the keyboard since it really just wants
>the data in your unencrypted traffic. Or, like the CIA, uses the
>differing EMF produced by the different keys on your keyboard to tell
>which one and in which order you hit them (and you don't even have to be
>sitting near a window anymore).
>


Does anyone know where an individual could purchase one of the CIA
style EMF keystroke loggers?

It seems that the hardware dongle on the keyboard cable is too
obviously succeptable to detection if the targeted individual is
really looking for it. (example: clever teenagers)

Also, it is not always easy to install a keystroke logger program if
the computer is physically secured from outsiders or there is
extensive password protection on the bootup cycle.

Beachcomber




Beachcomber
  Reply With Quote
Old 09-11-2005, 06:28 PM   #4
Notan
 
Posts: n/a
Default Re: Identity Theft Protection (a method)
Beachcomber wrote:
>
> On Sun, 11 Sep 2005 09:11:21 -0500, "Vanguard"
> <> wrote:
>
> >"Brad" <> wrote in message
> >news:...
> ><snip>
> >> From now on, my computer boots into Dos mode (Windows isn't launched
> >> yet)
> >> where there is no chance of launching a key logger.

> >
> >Unless, of course, the keylogger is a DOS virus, boot sector virus, or
> >root kit that replaced or modified your DOS kernel and/or command
> >interpreter. Or it is a hardware keylogger (dongle) attached to your
> >keyboard (inline with the cable or a modified motherboard) that couldn't
> >give a gnat's fart about which OS you load. Or the keylogger is a
> >traffic monitor (packet sniffer) upstream of your host that couldn't
> >care less about what you hit on the keyboard since it really just wants
> >the data in your unencrypted traffic. Or, like the CIA, uses the
> >differing EMF produced by the different keys on your keyboard to tell
> >which one and in which order you hit them (and you don't even have to be
> >sitting near a window anymore).
> >

>
> Does anyone know where an individual could purchase one of the CIA
> style EMF keystroke loggers?
>
> It seems that the hardware dongle on the keyboard cable is too
> obviously succeptable to detection if the targeted individual is
> really looking for it. (example: clever teenagers)
>
> Also, it is not always easy to install a keystroke logger program if
> the computer is physically secured from outsiders or there is
> extensive password protection on the bootup cycle.


Who are you trying to steal keystrokes from?

Notan


Notan
  Reply With Quote
Old 09-11-2005, 10:06 PM   #5
Beachcomber
 
Posts: n/a
Default Re: Identity Theft Protection (a method)

>>
>> Does anyone know where an individual could purchase one of the CIA
>> style EMF keystroke loggers?
>>
>> It seems that the hardware dongle on the keyboard cable is too
>> obviously succeptable to detection if the targeted individual is
>> really looking for it. (example: clever teenagers)
>>
>> Also, it is not always easy to install a keystroke logger program if
>> the computer is physically secured from outsiders or there is
>> extensive password protection on the bootup cycle.

>
>Who are you trying to steal keystrokes from?
>
>Notan


Client has a spouse who is suspected of cheating on them. I'm just
the investigator and consultant.

Beachcomber




Beachcomber
  Reply With Quote
Old 09-11-2005, 10:19 PM   #6
Unruh
 
Posts: n/a
Default Re: Identity Theft Protection (a method)
(Beachcomber) writes:

>On Sun, 11 Sep 2005 09:11:21 -0500, "Vanguard"
><> wrote:


>>"Brad" <> wrote in message
>>news:...
>><snip>
>>> From now on, my computer boots into Dos mode (Windows isn't launched
>>> yet)
>>> where there is no chance of launching a key logger.

>>
>>Unless, of course, the keylogger is a DOS virus, boot sector virus, or
>>root kit that replaced or modified your DOS kernel and/or command
>>interpreter. Or it is a hardware keylogger (dongle) attached to your
>>keyboard (inline with the cable or a modified motherboard) that couldn't
>>give a gnat's fart about which OS you load. Or the keylogger is a
>>traffic monitor (packet sniffer) upstream of your host that couldn't
>>care less about what you hit on the keyboard since it really just wants
>>the data in your unencrypted traffic. Or, like the CIA, uses the
>>differing EMF produced by the different keys on your keyboard to tell
>>which one and in which order you hit them (and you don't even have to be
>>sitting near a window anymore).
>>


>Does anyone know where an individual could purchase one of the CIA
>style EMF keystroke loggers?


Call the cia and ask them



>It seems that the hardware dongle on the keyboard cable is too
>obviously succeptable to detection if the targeted individual is
>really looking for it. (example: clever teenagers)


You would put it into the keyboard. Very few people, especially teenagers,
take apart their keyboard to look inside.



>Also, it is not always easy to install a keystroke logger program if
>the computer is physically secured from outsiders or there is
>extensive password protection on the bootup cycle.


Who said easy? And who does extensive password protection on the bootup
cycle? The OP said he was running windows most of the time, and has that
computer on the net. It is trivial to break into and then trivial to go to
any part of the disk to install whatever is wanted into the dos partition.
Ie, his computer is NOT secure from outsiders, by admission.



>Beachcomber





Unruh
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Cancelling Timer and TimerTask threads wfalby Software 1 04-30-2009 01:04 PM
Identity Theft at Work @ A True Review Silverstrand Front Page News 0 06-27-2006 03:56 PM
Remove Macrovision CopyGuard Protection with the DVDMacPro. DVD MacPro DVD Video 0 08-23-2004 03:28 PM
Remove Macrovision CopyGuard Protection with the DVD MacPro. DVD MacPro DVD Video 0 05-03-2004 03:28 PM
New DVD copy protection format announced Anthony Horan DVD Video 13 04-03-2004 03:18 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46