Linux - SecurityThis forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
And what will be the radar you are talking about? iptables?
How do you configure iptables to differentiate between good and bad
traffic?
US-CERT, for one, detects attacks that are far stealthier than the sloppy low-tech approach of disclosing screen shots on a distributed scale. And at the corporate level, snort would catch it. And even the non-technical home user knows to question the sudden extra hard drive activity that would occur with every click.
Quote:
Originally Posted by mase
And since when is it suspicious to move data around on the internet?
It's not the fact that data moves that's suspicious, but /how/ it moves. Intrusion detection tools develop a statistical awareness of the types of data moving, and the direction it moves in, including a number of characteristics of the data. It also keeps general statistics on overall egress network bandwidth consumption. General sensors would trip even if the attacker were to attempt to spoof the payload inspection.
Quote:
Originally Posted by mase
The size of the malware itself won't be bigger and it only really matters if you write a trojan, because a text editor that is 10 MB in size is suspicious. And then again you only need a little piece of software that is able to download the actual malware of the net which is what is happening a lot in the windows world.
The malware itself is not inherently more or less detectable than the same malware that simply logs keystrokes. But it's the astronomical size of the captured information being disclosed that makes the idea foolish and unworkable. The tedious labor intensive process of extracting the sensitive bits in a usable form is show stopper alone, considering the alternative can be automated.
Quote:
Originally Posted by mase
Once you are in though you can practically do whatever you want.
This is like saying the guy who grabs a $100k in chips from a casino table is in the clear if he can make it to the getaway car. Nevermind all the cameras and facial recognition data the prosecution has. And the fact that you still need to cash the chips in before you become a suspect. Collecting the information is the easy part. It's the not getting caught part that matters.
Quote:
Originally Posted by mase
Malware is getting better and better using even more advanced techniques, and they have to keep producing new malware because otherwise antivirus companys would catchup soon.
This is my point. The idea is to have better security than the masses. But capturing screens would be a low-tech step back, because it lacks the stealth of todays attacks - and in fact attacks a decade ago were stealthier.
Quote:
Originally Posted by mase
The law might protect them which is good, but it likely still was their fault. The bank has no control whatsoever about their customers computers.
The bank cannot use this as an excuse for their lack of due diligence in securing their systems. Banks that simply take a conventional and traditional username and password cannot claim diligence, so their lack of control over the customers computer isn't even worthy of mention. If the bank is wholly diligent, and can establish in court that they bent over backwards to secure logins with at least something you have and something you know, only then is it relevant to question the account holder. You can't fault the masses, when the bank knows full well what kind of security most end users tend to have. The bank is reckless if they don't design their security system with this in mind - and it's unreasonable to expect the average Joe to have as much as a CISSP understanding of security, or even know the meaning of the word malware.
Quote:
Originally Posted by mase
I don't think it's a competent bank if it lets its customers vulnerable to the screenshot programs I mentioned.
Of course it is. Competent security professionals do risk assessments. It comes down to the bottom line. It's very unlikely that someone would attempt the attack you're talking about on a distributed basis. The cost of altering the security policy and forging tools to counter it quickly exceeds the money they would pay in damages (probability of the attack multiplied by the potential loss). It doesn't make sense to spend money on every obscure or unlikely corner case scenario, because the cost of security begins to erode the business case.
Quote:
Originally Posted by mase
If a bank didn't use one-time password, ideally in combination with some hardware device, I wouldn't trust it for a second. The use of one-time passwords has long been standard in the banking sector at least in germany.
Agreed. That counters all kinds of threats and reduces vulnerability significantly. But it's not the screen cap threat that prompts it - it would be an absurd expense if that were the only threat being countered. One time passwords protect from the very real threat of keyloggers.
So, after all this discussion I feel that a live cd would be the solution but....
1. the live cd should be in position to interact with the bank's site without any changes in the programs installed by default
2. the live cd should not allow any changes to the system (not even RAM after boot) ,not even an installation of a cookie
I don't know if my suggestions are applicable to a system but I like the idea.
I wonder if anyone's put together a live CD with a version of Linux that is pared down to the bare bones necessary to support a browser (TCP/IP, Firefox, javascript, and Java(?)), and is hardened. It's purpose would be a bootable, secure browser and nothing else, so you could use it for banking, secure transactions, and for venturing where the malware is thick.
Being Linux, most malware won't work anyways. Being a live CD, any virus infections disappear when you reboot, so it wouldn't matter.
I wonder if anyone's put together a live CD with a version of Linux that is pared down to the bare bones necessary to support a browser (TCP/IP, Firefox, javascript, and Java(?)), and is hardened. It's purpose would be a bootable, secure browser and nothing else, so you could use it for banking, secure transactions, and for venturing where the malware is thick.
Being Linux, most malware won't work anyways. Being a live CD, any virus infections disappear when you reboot, so it wouldn't matter.
The logo would be Tux in an enviro-suit.
It would be neat for the CD to put you in a VM by default too, in order to make it more difficult for an attack to propagate onto your hard disk. That is, assuming that unplugging the hard drive every time would be too inconvenient.
I suppose you could build the custom Linux kernel for the live Cd so that it didn't know anything about hard drives...
Yeah, and without any module loading capability. Plus all browsers run in a VM, and everything restricted by SELinux. There should also be a memory overwrite script on shutdown, to prevent cold boot attacks*.
Some nice paranoia-themed music would be nice too.
I Have a crazy idea :
To establish an encrypted relationship between the RAM and the system . . .
It gets even better now....... :
The type of the encryption could be the "one time password "(in every boot one random password from the user) that is mathematically uncrackable
So no matter how many times the cracker (even with quantum processor) tries to crack the system it would be impossible
PS. And moreover as win32sux said
Quote:
Yeah, and without any module loading capability. Plus all browsers run in a VM, and everything restricted by SELinux. There should also be a memory overwrite script on shutdown, to prevent cold boot attacks*.
Some nice paranoia-themed music would be nice too.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.