Ubuntu QA:
BlogBrainstormPackage status
Log in
Ubuntu QA
The Ubuntu community has contributed 16587 ideas, 102320 comments, 2136221 votes
Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas
Idea #19648: Security Center

bug This idea is a duplicate of Idea #1282: Security and stability centre.
Written by Bryan Harris the 5 May 09 at 17:18. Related project: Update manager. Status: New
Rationale
Ubuntu is beginning to be used by pure 'users' who don't know and don't care how computers work. These users are certainly not capable of securing their own systems.

Inevitably, we are going to have trojans and viruses.

We already have Linux botnets: http://www.linuxdevices.com/news/NS2300669830.html

I think some low hanging fruit could be picked off rather trivially. We could have a program that looks for common mis-configurations. It could clearly explain the problem, why it is a problem, and allows users to 'click-me' to fix (if there is a simple solution).

65
votes
closed
Solution #1: A simple GUI with bullets that summarize the checks and results.
Written by Bryan Harris the 5 May 09 at 17:18.
Various easy things to do:
- Check to see if the firewall is running: sudo ufw status
- Maybe check for iptables directly?
- Look for processes listening: lsof -i|grep -i listen
- Look for SUID root applications which shouldn't be and fix them.
- Look for default passwords or weak passwords, especially on anything that could become web facing.
- Check to see if the user is running as root explain how to fix it.
- Run something like chkrootkit and grep for problems. (sanitize for new users)
- Run rkhunter and look for problems. (sanitize for new users)
- Run clamav and look from problems
- etc, etc, etc

I think I could hack this together in a few hours for a prototype, but want some feedback.

Propose your solution

Attachments
No attachments.


Duplicates


Comments
Ratman99UK wrote on the 10 May 09 at 12:29
This would be a great addition to Ubuntu or any gnu/linux aimed at new users.
This could be configured on new installs on first logon. Users could use options like "enable firewall with common options" by default, disabled or customize. This could also be used to offer a short introduction to securing your OS (skip-able). You could also have "Install Clamav and enable regular scans" as an option.

The system could have a simple and advanced mode. Simple mode could change the language used to simplify any technical wording for novice users. Where as advanced would explain functionality more clearly using technical terms and offer more control.

Thanks for you idea.
Ratman99UK

AndrewLuecke wrote on the 11 May 09 at 03:14
G'day, I strongly agree with this idea, but its a dupe of:
http://brainstorm.ubuntu.com/idea/1282/


chill wrote on the 23 May 09 at 14:00
Please don't hackup you own tool. Contect the dev's of Tiger and work togather with them. PLEASE Tiger is a nice tool but it leaks on devs and support. Last release was published in september 2007.

http://www.nongnu.org/tiger/


Post your comment