In Survey of American Universities, MIT Scores Worst In Cybersecurity
An anonymous reader writes: In a cybersecurity survey of 485 large colleges and universities, the Massachusetts Institute of Technology came in at the bottom of the list. In a report released today, SecurityScorecard analyzed the educational institutions based on web application security, network security, endpoint security, IP reputation, patching, and other security indicators. That might not seem intuitive, but according to the linked article, it's not purely mistaken. Some of that low ranking can be chalked up to things like intentional security holes created in the course of researching vulnerabilities, but some of it comes from "exposed passwords, old legacy systems, and a bunch of administrative subdomains that seem to have been forgotten about," as well as pockets of malware.
I bet a place like MIT just has many times the IT systems of most other places, and they didn't take that into account. Not reading the actual TFA because it requires me to register or something dumb like that.
Their whole network's just a honeypot, as Aaron Swartz found out.
It was common knowledge that rms's password on mit-mc was rms. I think a lot of people learned macsyma by using rms's account.
The difference is that when their shit breaks, they can fix it.
That's because MIT is trying to prepare students for the corporate environment. It's job training, really.
You are welcome on my lawn.
..they are so brilliant that they can just simply work around the impact of any kind of attack. Duh.
Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
As an MIT alum, I'm gratified that the postings here didn't turn into a giant attack on MIT. Heaven knows the place is far from perfect, but I did get an outstanding education that stood me well in the course of a long career.
Although this is purely anecdotal, some people I talked to tell me this. There's a lot of freedom at MIT (and there always has been), and the emphasis is on breakthrough creativity. So for the most part security issues, strict rules, locking things down, etc., all take a back seat.
But there are a few systems--- just a few--- that are highly protected and known in the culture to be strictly off-limits. Have we heard of major data breaches and MIT student data being stolen on a large scale? I haven't. I suspect it's because the emphasis is on security in those few places where it really matters.
Can someone who is currently at MIT comment on this? As I said, this is anecdotal and could be dated and/or inaccurate.
It's more of a sales pitch than a report. They make you give them an email address and then only give you meaningless highlights and the results in vaguely explained categories for the top 10 schools.
Look, you are going to attract the people who will bring back doors with them. They try out all sorts of stuff that then gets defunded, or the guy leaves and doesn't clean up. The thing is, when they find a new problem, they have they guys there to figure it out too. I would bet the actual systems (financial and acemdemic) are tighter than fort nox. But, it is an engineers playground, So everything is covered in beer and Mtn Dew.
ai.mit.edu has ssh access open
[CronoCloud ~]$ ssh ai.mit.edu
The authenticity of host 'ai.mit.edu (128.52.32.80)' can't be established.
RSA key fingerprint is SHA256:s2JBWJC3Mg1/fNR2qEZQk1Nr8szla0NZ9leWLO/E1aA.
RSA key fingerprint is MD5:0f:59:9d:f4:cf:52:be:19:f6:51:87:63:91:a6:af:ff.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'ai.mit.edu,128.52.32.80' (RSA) to the list of known hosts.
Password:
prep.ai.mit.edu still runs an ftp server.
I figure MIT is the sort of place that keeps legacy gopher/archie/veronica/telnet or whatever servers open administered by some bearded member of the old Unix Priesthood.
yes there's a need for FTP but MIT doesn't need to run one on every subdomain they have! For example:
http://prep.ai.mit.edu/pub/gnu...
ftp://aeneas.mit.edu/pub/gnu/
http://prep.ai.mit.edu/pub/gnu...
ftp://aeneas.mit.edu/pub/gnu/c...
and don't forget:
ftp://rtfm.mit.edu/pub/
Not everyone runs FTP. There are much better, secure alternatives. You can use Dropbox-like ones like Owncloud, or use sftp variants instead of straight ftp. Even webdav secured with SSL and backend authentication is better than FTP.
I am guessing the nature of MIT lends itself to having lots of odd and end networks around. I would hope whomever runs the segment that contains administration is at least securing their network (student data, financial data, financial transactions, grading, etc.).