Domain: rootprompt.org
Stories and comments across the archive that link to rootprompt.org.
Comments · 91
-
Points to ConsiderThe most important thing to remember about security is that if you don't keep up to date about threats, you won't know what can happen and how to prevent it. It is important for such a class to cover sources of information, and how to evaluate and act upon information.
It is also important to remember that new versions of software fix old holes and create new ones, and that admins should look out for fixes and new dangers when installing software.
rootprompt.org has a lot of security stuff. I find two serials paticularly interesting Watching and Waiting, about what happens when a system gets cracked, and Know your Enemy, about how a typical cracker works.
-
Re:Password Sniffing
A good read on the damage one cracker can cause with a sniffer, check RootPrompt's Cracked! series of articles.
-
More of Less!Why We're Doomed to Failure, linked to from # (mandatory for roots?) discusses this as well.
This is what I have been saying for a while now.
There is a strong, growing need of
- Moving all networked computers off Windows (will viruses eventually do this job?)
- Securing all (restricted) networks with Open SSH
- Developing/studying systems that can be proved secure (buffer overflow wrapper where?)
- Packaging all software in a safe default installation.
Luser unsecurity hype is mostly unnecessary; software developers need to be more conscious.
@input = map { /^(\w+)$/ and $key=$1 and
$cgi->param($key) =~ /^([\w\xA1-\xFF]*)$/ and
( $key, $1 );
} $cgi->param(), - Moving all networked computers off Windows (will viruses eventually do this job?)
-
Good article on honeypots
I found this article on honeypots to be quite interesting and informative. Gives examples of how to track people and prevent them from getting any further than the honey pot.
-
Taking the TIME
Do you have the TIME it takes to dedicate to the honeypot?
Most sysadmin jobs have 10 hours of work each day to fit into 8 hours. So sysadminning become more like triage, or the gerbil on the excersise wheel. If you run fast or go slow, you end up in the same place at the end of a day of running. And some days, some jerk comes into your cage, rattles it or, while you are on the wheel running your little heart out for that paycheck, they jam something in the wheel to make it stop suddenly.
A possible way to run the honeypot:
Use VMware/virtual PC/bochs and have it run the honeypot environment. The honeypot then has the ports open to the outside world. To fix the pot-a simple file copy.
Will this help? Depends on if you have the time to drop EVERYTHING to watch the box when something happens. Me personally, I watched some dud break into my box. (It alerted me at the point of the break-in) At the point when s/he started deleting files, I typed in halt. About all I learned is they were using 2 porn sites and one at MIT. They used a known issue with BIND. (bad me, I didn't upgrade bind.) Had I been busy/at a client site, they would have been able to poke around on the box. This particular attack showed me I had a problem with bind. (big whoop. I KNEW that, and chose to ignore it.) And the ISP's who were used in the attack? One was rude "who the hell are you to call me that I have problems with my systems, I can't control the internet" and the other was "they are not affecting production, so I don't want to disturb them"
And, had they been GOOD, they would have not set off my alert system. But, they wern't GOOD enough. So, depending on how you work your system, they might just be better than you, and your honeypot becomes a host to launch the next attack from. The truly skilled break-in artist is nearly impossible to detect.
About all you may be able to add to the world of computer security is YOU might be lucky to report the 1st break-in of type X, or help trace back someone. But, most likely, any traceback will dead-end with people who don't want to take the time to care, and they will use a known hole you should know about via bugtraq/cert.
Lance Spitzner wrote some articles.
http://rootprompt.org/article.php3?a rticle=159 is the start of his series
-
Re:It's funny how you can get the code....RootPrompt.org is another slashdot clone I've found. I kinda like it. All of the stories I've seen posted so far have been from the same person, I assume he's the guy who's running it. Quite a few people seem to have created accounts for the site but few people are posting. Still, it looks promising.
-
Re:Hmm...It is not slash it is custom code written in PHP.
Noel
-
Anyone else notice this?http://rootprompt.org/article.php3?a rticle=170
Down the bottom, in the comments:
First By: Anonymous ( 19 Mar 2000 08:16 ) ( reply to comment )
Problem being, of course, that M-net is the second. Chinet, http://www.chinet.comwas the first. Up in june 1982 with a Compaq lunchbox, xenix and a pair of 300 baud modems. Sitting next to the first ever BBS, CBBS, invented by Ward Christensen and Randy Suess in Feb, 1978.
-
design layout
Is it just me, or does the mainpage design look a little familiar? (cf here)
Some uncanny resemblence of green separating bars?
*ahem* /. imitators *ahem* get a new webmaster *ahem*Given the latest suing craze, CmdTaco could probably sue them for stealing a trademark look
:-) -
Sendmail.netFor lots of really good information on Sendmail 8.10 checkout Sendmail.net
They have a series of articles such as Spam control in 8.10, Performance and usability in 8.10 and many more.
Noel
-
My siteMy site RootPrompt.org -- Nothing but Unix is written in php3 with a MySQL database backend.
I have worked to minimize the database calls and keep the pages as small as I can. By minimizing the database calls I give my self more room to grow before I start needing more hardware and by keeping the page small I make the site more slow connection friendly and make better use of my bandwidth. I think that if you are waiting for something to download it should be what you want (content) not fluff.
I have added features slowly as I have gotten them working. Comments, user logins, syndication pages, etc. I think that if you get a good idea get it online and then work to make it better.
I think you should always keep in mind that anything cool may soon be much bigger so write a site that is cool when ten people use it and is still cool (and fast) when a ten thousand people (or more) are using it.
I would also recomend setting things up so that your content can be syndicated and shared on other sites.
RootPrompt.org's headlines for example can be had in netscape's rss format at:
http://rootprompt.org/rss/and in text format at:
http://rootprompt.org/rss/text.php3Doing this will allow you to share the content that you create with the world without requiring a lot of machine on your end.
Noel
-
My siteMy site RootPrompt.org -- Nothing but Unix is written in php3 with a MySQL database backend.
I have worked to minimize the database calls and keep the pages as small as I can. By minimizing the database calls I give my self more room to grow before I start needing more hardware and by keeping the page small I make the site more slow connection friendly and make better use of my bandwidth. I think that if you are waiting for something to download it should be what you want (content) not fluff.
I have added features slowly as I have gotten them working. Comments, user logins, syndication pages, etc. I think that if you get a good idea get it online and then work to make it better.
I think you should always keep in mind that anything cool may soon be much bigger so write a site that is cool when ten people use it and is still cool (and fast) when a ten thousand people (or more) are using it.
I would also recomend setting things up so that your content can be syndicated and shared on other sites.
RootPrompt.org's headlines for example can be had in netscape's rss format at:
http://rootprompt.org/rss/and in text format at:
http://rootprompt.org/rss/text.php3Doing this will allow you to share the content that you create with the world without requiring a lot of machine on your end.
Noel
-
My siteMy site RootPrompt.org -- Nothing but Unix is written in php3 with a MySQL database backend.
I have worked to minimize the database calls and keep the pages as small as I can. By minimizing the database calls I give my self more room to grow before I start needing more hardware and by keeping the page small I make the site more slow connection friendly and make better use of my bandwidth. I think that if you are waiting for something to download it should be what you want (content) not fluff.
I have added features slowly as I have gotten them working. Comments, user logins, syndication pages, etc. I think that if you get a good idea get it online and then work to make it better.
I think you should always keep in mind that anything cool may soon be much bigger so write a site that is cool when ten people use it and is still cool (and fast) when a ten thousand people (or more) are using it.
I would also recomend setting things up so that your content can be syndicated and shared on other sites.
RootPrompt.org's headlines for example can be had in netscape's rss format at:
http://rootprompt.org/rss/and in text format at:
http://rootprompt.org/rss/text.php3Doing this will allow you to share the content that you create with the world without requiring a lot of machine on your end.
Noel
-
My siteMy site RootPrompt.org -- Nothing but Unix is written in php3 with a MySQL database backend.
I have worked to minimize the database calls and keep the pages as small as I can. By minimizing the database calls I give my self more room to grow before I start needing more hardware and by keeping the page small I make the site more slow connection friendly and make better use of my bandwidth. I think that if you are waiting for something to download it should be what you want (content) not fluff.
I have added features slowly as I have gotten them working. Comments, user logins, syndication pages, etc. I think that if you get a good idea get it online and then work to make it better.
I think you should always keep in mind that anything cool may soon be much bigger so write a site that is cool when ten people use it and is still cool (and fast) when a ten thousand people (or more) are using it.
I would also recomend setting things up so that your content can be syndicated and shared on other sites.
RootPrompt.org's headlines for example can be had in netscape's rss format at:
http://rootprompt.org/rss/and in text format at:
http://rootprompt.org/rss/text.php3Doing this will allow you to share the content that you create with the world without requiring a lot of machine on your end.
Noel
-
CoolWell I downloaded it and installed it on my visor deluxe and woooo.... It drew a box
:)Actually I think this really is some cool first steps.
For those that have a palm the Mathlib takes about 50K and the test app takes about 17k.
Noel
-
Re:irresponsible headlineI thought that pumping up the add impressions was katz's job?
:)Noel
-
Is online better?So I ask the question: Is online better?
Here online we can have a 24x365 system admin conference. All without going out into the big blue room.
So what does flying to far off places give you, (other than fun/travel)? Is there any point/value to these things?
Noel
-
CBBI have been using CBB for a while now.
Not as fancy as Quicken but has worked well and reliably.
Last time I looked at gnucash it required a bunch (4?) libraries that I did not have and was not excited about getting. So has this improved?
Noel
-
Re:Who's buying Suns?
2) Motherboards are overpriced. I honestly can't say I've ever priced a Sun Motherboard. There is no such animal.
Then what is the SPARCengine Ultra AXe-300.
:) It is A Low Cost, High-Performance Motherboard for Thin Servers, Server Appliances and Configured Servers.You can find a tech manual in pdf here .
Noel
-
Standards or noneThis makes it sound like the choice is to have a standard desktop or to not have a standard desktop. Like we can not have both.
Let there be a standard, fixed easy etc desktop. Then my mom can run linux and show her friends how to do stuff.
I can still run what ever I want. Nothing to stop me or you.
Noel
-
SSH has been banged on for yearsAs the subject says ssh has been banged on for years there is now even an OpenSSH project. This is time tested.
This counts a lot in my book, even if SRP is better in some areas, how well is it going to stand up when it starts getting banged arround.
Noel
-
Re:Don't Complain HereIs it true that those who complain about ECHELON get on special government monitoring lists?
;)I remember when it was cool to have a sig file with NUKE, FUSION etc in it to make big brother read your mail. Now people want privacy.
;) Go figure :)Noel
-
Re:RAM vs Color
In the meantime, its nice that PALM is putting more RAM into the PDA's. But on the other hand, isn't 2MB more than you will ever need?
I have a Handspring Visor with 8MB of memory and have had no problem filling this up. 2MB would be plenty for todo lists phone numbers etc. But is soon used up when you start putting books and reference materials on it.
I would want more memory much more than color. What does color give you? With more memory I can have more indormation in my pocket.
What made me buy one of these things is that it that they are more than an organizer they are a pocket sized computer.
I am however looking forward to the pocket sized, voice controlled linux box. (That is cheap enough that I can stick it in my pocket without having nightmares.)
Noel
-
Wave of the futureI think that we are going to see a lot of this. More and more people will have their distro aimed at some very specific audience.
I still think there will be one or three very large popular distributions. But that still lets there be room for the cad/uf/science/slashdot/freak distro to be made for people who are into cad/uf/science/slashdot/being freaks.
This I think will be a good thing TM as features from these will be picked up in the major distros and things will keep getting better.
So when is the slashdot distro coming out? and whatcha gonna call it? SlashHat? DebbieDot? AC Linux?
Noel
-
New world, brave or otherwise.I predict that in upcoming years we will be reading articles talking about how groups of people are "opting out" of the rich interactions of the net and "hiding" from the social/economic fabric of society. These "ludites" will be shown as anticocial and just a little dangerous. After all the reporters will still have deadlines and limited "hard" stories.
;)I think a lot of this kind of thought comes from people who have never experienced any meaningful dialog on the net. ie they just do not get it.
I know several smart people who just don't get online chat for example. They have no interest and can not figure out why any one else does.
When they think about someone who spends 30+ hours a week of their freetime on a MUD, it must seem to them to be a lonely and sad experience. While to the mudder he/she/it may be having the best social interaction they have ever had.
I personaly think that the TV is the greatest problem technology in this area. As it gives the illusion of social interaction with out being interactive. (and no I do not count the pay per view button)
:)Noel
-
New distributions are goodI have heard a lot of people worry about some Linux company taking over the world and becomeing Micro$oft. This article is a good example of I think that this is doomed to failure.
Not that some companies are not going to make lots of money and get a good return on their R&D dollars. Even end up being the number one linux supplier with all the cash that could mean.
The difference between M$ windoze and Linux is that anyone can make a new distribution or even their own installation.
Yep boys and girls if you do not like what you see on the shelf of your local brick and morter computer store, then roll your own.
I also believe that these same effects are going to spread and continue this pattern. A few years ago it took millions of dollars to get into broadcast media and your could only reach those with in miles of your site. Now for ten bucks a month (or a few popup adds) you can reach millions of people all over the world.
What a wonderful world we are building.
Noel
-
Re:Im getting tired of this crap /.I liked it. But then I thought it was a joke until I saw that you could buy them at the online grocer. heh
Noel
-
Re:Solar Flare seasonA good page on solar flares is Overview of Solar Flares.
NSF = The National Science Foundation.
Noel
-
!Father of the Internet
"During my service in the United States Congress, I took the initiative in creating the Internet."
Al Gore Mar 1999
If you don't remember check it out on Wired, or the Slashdot Article.
So here is my question did he ever retract this statement?
-
Re:Pathetic
>Nearly all the "content" of algore2000.com is fluff.
I disagree.
Gosh, is it me or did he answer this tough question with a "sound byte".
Noel
-
CIA has written DDOS protection toolsAccording to ABC the CIA has written DDOS tools. (Distributed Denial of Service) wonder if there are spy-doors in them.
Read about it at RootPrompt.org -- Nothing but Unix.
-
Would not be the first timeWe must also remember PROMIS. PROMIS was written by Inslaw and then used and modifiedby the govenment adding a secret 'trapdoor' access, modifying PROMIS and creating a bugged version which was sold to foreign government, intelligence, and police agencies, friend and foe, around the world.
You can read more about it on WIRED.
France has also complained about PROMIS.
Bill Hamilton of Inslaw Corporation who was going after the government for stealing PROMIS gave this document to each member of the House Judicary Committee.
and we must not forget that Crypto AG supplied encryption machines to over 120 countries. Officials from Iran, Iraq, and the Vatican, to name a few, relied on Crypto's tech for top secret dispatches and the NSA had a deal with Crypto, which gave them a backdoor that made those encrypted messages easy to decipher and they were not even a US company.
Also what about Lotus Notes' NSA backdoor that is in international versions of the software.
Noel
-
Microsoft C2 certificationIt is my understanding that Microsoft certified a non-network connected NT machine C2 certified and then sold whatever version and configuration the customer wanted, while saying:
"sure NT is C2 certified"
Seems like this ties into the helping out the spies therory. Sell something that is as open as a baby and then tell everyone it is solid as a rock. Could make it much easier to spy.
Noel
-
Andy HertzfeldThey say that their top tech guy is Andy Hertzfeld.
Read more about Andy Hertzfeld in this old wired article from when he was working at General Magic. My favorite line is:
"Are you guys going to be here ten years from now?" I ask Bill and Andy.
"Yeah," says Bill.
Andy looks startled. "At General Magic?"
"Oh, I don't know," says Bill.
"I don't think I'll be at General Magic," says Andy, "because I'm better at starting things.... There'll be new adventures - "
"I would guess that General Magic will have been taken over by weird people who don't know what they've got," concedes Bill.
"It's not so much that," says Andy. "I don't know if I have the wherewithal inside me as a person in his forties to try and start another platform. I think it's most likely for me to want to go work as an independent artist."
Guess he is starting with a new platform after all.
Noel
-
Bad or good it is about choicesI am sure that there are people that are addicted to some activity on the Internet, but this does not then lead to all people who use x for more than y hours a week are addicts who have lost all social interaction.
The number one internet activity is mail. Everybody uses it to .... yeah to communicate with other people.
So many people I have known spend huge ammounts of time in front of a TV and that just can not be good for you.
I think that people should choose activities that lend balence to their lives. That they find rewarding. For some this is face to face interaction but for others it is coding.
Live your own life.
Noel
-
More infoThe LCD pages have a news article up about the IBM 200 PPI Display. They call it "active matrix liquid crystal display (AMLCD)"
They (IBM) also have an interesting bio up on Robert L. Wisnieff Manager, Advanced Display Technology Laboratory. Interesting if you can ignore the market spin at least
:).Noel
-
Papers on Eclipse/BSDHere are some papers I found on Eclipse/BSD:
- Retrofitting Quality of Service into a Time-Sharing Operating System
- Quality of Service Support for Legacy Applications
- Disk Scheduling with Quality of Service Guarantees
Noel
-
More InfoFor more information on this check out mp3.com's page or riaa's press release page.
Take a look at the MPEG-4 Structured Audio: Developer Tools for info on MP-4.
-
The future of MusicI think that mp3.com is creating the future of music.
Let me explain my experience with them:
I wanted to learn more about Baroque music so I went to their site searched on Baroque and found several groups that played that style of music. I downloaded example songs from their CDs. Decided I liked a group called Moscow Baroque I ordered their CDs at less than what I would buy a cd for in a brick and morter. They arrived quickly. The CDs had both audio tracks for cdplayers and MP3 files.
Now this is a group that is a group that is not big enough to be picked up by a big label and sold. But the MP3 people can sell their music, and allow me to preview it.
BTW I do not have anything to do with mp3.com except as a customer.
:)Noel
-
Re:What exactly is beam it? Live audio?The BeamIt software reads what CD is in your cdrom drive and then gives you access to MP3 files of the songs on the CD.
The songs are then listed on http://my.mp3.com for your listening pleasure.
Noel
-
Re:IA-64? but why?I for one am very happy to see this code released. By releasing it there will be time for a lot of eyes to look at it and for refinments to be made. Linux will be helped in the long term by being ported to this chip.
I want as much choice in the Linux world as possible. The more processors the better in my book.
It is true that there are only so many developers, but choice will cause the better systems to get more work done on them and thus improve.
One of the big differences between linux and M$ winXXXX is that we can move faster as this release shows.
Noel