Slashdot Mirror


Professor 'Packetslinger' Assigns Questionable Task

mrowton writes "A professor at an undisclosed university recently assigned a practical for his computer-security class. The practical, which is worth 15 percent of the students final grade, requires students to perform reconnaissance on an internet server using tools available in the public domain. While the university is allowing the practical to continue it has also stated that the techniques should not be performed on their own web servers. If students are caught performing any scans against university computers then it would prompt: "Disabling their student account and referring them to the Student Dean of Corrections." The assignment was enough for SANS to dub him 'Professor Packetslinger of the School of Loose Screws.'"

411 comments

  1. Whistle Blower by biocute · · Score: 1

    Now who would be the WB to publish the name of the university here?

    I wonder if that paper will attract more students because of the assignment. Guys, whatever you do, just don't TK.

    1. Re:Whistle Blower by Johnny_Law · · Score: 1

      I'll be happy to whistle blow.

      Indiana University's Kelley Business School had a CIS class for undergraduates that featured a final similar to this where students had to secure computers and take turns attacking each others machines.

    2. Re:Whistle Blower by marciot · · Score: 1
      Indiana University's Kelley Business School had a CIS class for undergraduates that featured a final similar to this where students had to secure computers and take turns attacking each others machines.

      Which is perfectly alright, since the students set up these computers with the express purpose of attacking them. That is not a problem and in fact is the correct way to run a security class.

      I beleive the issue at hand is that said professor required his students to probe machines that were "live" on the internet and were not under his student's control.

      -- Marcio

    3. Re:Whistle Blower by FooAtWFU · · Score: 1
      Indiana University's Kelley Business School had a CIS class for undergraduates that featured a final similar to this where students had to secure computers and take turns attacking each others machines.
      Each Other's Machines makes all the difference.
      --
      The World Wide Web is dying. Soon, we shall have only the Internet.
    4. Re:Whistle Blower by Anonymous Coward · · Score: 0

      That's not the university in question. I'm in the class which recieved this assignment.

    5. Re:Whistle Blower by thesnarky1 · · Score: 1

      Typically to "whistle blow" you need to find something wrong. The course you speak of is an excellant one. You spend the semester learning how to secure, and setting up your own boxes. The final does involve attacking each other's box, but it's on a closed network. You can only attack people who are part of the class. Big difference from FORBIDDING them from attacking the class, and MAKING them focus on real-world servers.
      Thanks for playing.

    6. Re:Whistle Blower by maladr0it · · Score: 1

      I was actually part of the class you mention here. Let me say that the prof, while eccentric, routinely made it a point to distinguish between legal and illegal actions. One of his favorite sayings was "...you would be one click away from breaking the law." That being said, there would never be an assignment coming out of the class this questionable.

    7. Re:Whistle Blower by Anonymous Coward · · Score: 0

      I'm in the class which recieved this assignment."

      And the reason for not telling us the name of the university is ...

    8. Re:Whistle Blower by Meski · · Score: 1

      Operative phrase here is "If students are caught". Automatic fail if they are.

    9. Re:Whistle Blower by jasen666 · · Score: 1

      He an Anonymous Coward, apparently.

  2. Is scanning a network illegal? by nharmon · · Score: 2, Interesting

    I thought there was a case not too long ago that says a scan is not an intrusion, thus is not illegal.

    1. Re:Is scanning a network illegal? by RagingFuryBlack · · Score: 2, Informative

      The scan itself is not illegal. However, they're asking the students to go much further then the scan itself.

      --
      Warning: Corny karma killing post above.
    2. Re:Is scanning a network illegal? by PrvtBurrito · · Score: 1

      Yes, but it is commonly against school policy, which in some universities is apparently more important than law.

      --
      Laboratree - Scientific collaboration based on OpenSocial.
    3. Re:Is scanning a network illegal? by Marxist+Hacker+42 · · Score: 1

      How so? All of the information requested in the assignement can be gotten from any server running a compliant web server, including Windows XP Personal Web Server, with a combination of port scanning tools, netstat, ping, and GRC's webhost. There shouldn't be any real break in at all- all of this information is offered up by the webserver to whomever wants it.

      --
      SJW: a person who perceives an injustice, and while correcting it, commits a greater injustice.
    4. Re:Is scanning a network illegal? by Karzz1 · · Score: 2, Interesting

      I read the article and did not see where intrusion was part of the assignment. From what I read, it was a vulnerability assessment, which would include a few simple scans. Knowing what I do about some scans, they can create a DOS attack (inadvertently of course; you arent going to be too clandestine if you get noticed DOSing your victim).

      My point here is this; he did not assign any illegal activity from what I saw in the article. If someone could point me to where the actual assignment is written down, I might see something there, however all I saw was the ramblings of a paranoid person who has no clue as to what is and is not legal. If port scans and vulnerability scans truly are illegal, I have felons banging on my ports all day long.

      --
      Beware of he who would deny you access to information, for in his heart he dreams himself your master.
    5. Re:Is scanning a network illegal? by Krach42 · · Score: 1

      How so? All of the information requested in the assignement can be gotten from any server running a compliant web server, including Windows XP Personal Web Server, with a combination of port scanning tools, netstat, ping, and GRC's webhost.

      Want to know what's funny? I can break into your house with perfectly legal tools.

      Just because the tools are publicly available and have a non-illegal use, doesn't mean you can use them.

      --

      I am unamerican, and proud of it!
    6. Re:Is scanning a network illegal? by Marxist+Hacker+42 · · Score: 1

      My point wasn't that the tools are legal. My point is that all of the information requested in the assignment is public information that ALL computers running webservers broadcast. Most browsers hide it, but the operating system of the host server is sent every time you browse a site, for example. All the other information requested in the assignment is similar public information. NONE of it requires gaining root access to the server in question, or even user level access.

      --
      SJW: a person who perceives an injustice, and while correcting it, commits a greater injustice.
    7. Re:Is scanning a network illegal? by MadMidnightBomber · · Score: 1

      From the Fine Article:

      The "TASK"
      Student is to perform a remote security evaluation of one or more computer systems. The evaluation should be conducted over the Internet, using tools available in the public domain.

      You can't learn very much by doing a portscan; more intrusive scanning such as a nessus scan, or even attempted exploitation (metasploit perhaps?) would be needed to write a complete report. Besides when I used to work at a Uni, we would have busted people for port-scanning other hosts. Illegal or not, it's not within acceptable use guidelines.

      --
      "It doesn't cost enough, and it makes too much sense."
    8. Re:Is scanning a network illegal? by lgw · · Score: 1

      Marxist Hacker 42 doesn't belive in property anyway, so it's not like he'll mind if you make use of the community goods stored in "his" house. Just don't damage anything on the way in - that window belongs to everyone!

      --
      Socialism: a lie told by totalitarians and believed by fools.
    9. Re:Is scanning a network illegal? by Arandir · · Score: 1

      Farting is not illegal, but if you do it at my dinner table, you're out of here! The university gets to make the rules about the university, including who gets to be a student. It doesn't matter how legal scanning a server is, you don't get to do it to their server AND be a student.

      The world is not a one way street and you are not its traffic light. If you cannot get along with institutions, then do not be surprised when institutions do not get along with you.

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    10. Re:Is scanning a network illegal? by Anonymous Coward · · Score: 0
      You forgot the second part:

      There shouldn't be any real break in at all- all of this information is offered up by the webserver to whomever wants it.

      It's not really breaking into my house if I open the door for you...

    11. Re:Is scanning a network illegal? by TheCarp · · Score: 1

      Theres a big difference here....

      these machines are offering public services. All they are being asked to do is scan to see whats being publically offered, and check it out.

      Not break in, not subvert the security, just check it out. Connect to the webserver and talk to it. No shell code, no expliots, just do a get request and read the fucking headers. This is all publically available info... hardly much different than walking up and down the street checking out peoples bumper stickers.

      Frankly, if a machine is on the net, and it responds to a request to open a connection on a port with a valid handshake, then the ONLY REASONABLE ASSUMPTION is that this is INTENDED to be used by the public. If there are further locks keeping you out beyond that (logins with passwords, tokens etc) then... well thats that... but up to that point, you have to assume its ok to connect. This is a public network.

      As an admin myself, I don't open up ports and make them publically accessable unless I damned well intend to do so. Then, I don't bitch about when people connect to them, or scan me.

      Why complain about what you have no control over? Maybe you shouldn't have been a dumbass and set your IDS to alert you every time some dickhead port scans your network? Maybe if you are getting paged every 5 minutes because some innocuous packet entered your network to a port you didn't want it to, maybe...just maybe.... its your fault for setting up paging rules without investigating the situation and determining if it really is that important?

      Maybe if its really so vital... you should firewall the fucker? or turn off the service? Or come up with access control rather than access complaints?

      -Steve

      --
      "I opened my eyes, and everything went dark again"
    12. Re:Is scanning a network illegal? by Fulcrum+of+Evil · · Score: 1

      My point is that all of the information requested in the assignment is public information that ALL computers running webservers broadcast. Most browsers hide it, but the operating system of the host server is sent every time you browse a site, for example.

      No, a string is sent each time. I can make the string be anything I like. You aren't a developer, are you?

      --
      "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
    13. Re:Is scanning a network illegal? by eric76 · · Score: 1
      Frankly, if a machine is on the net, and it responds to a request to open a connection on a port with a valid handshake, then the ONLY REASONABLE ASSUMPTION is that this is INTENDED to be used by the public. If there are further locks keeping you out beyond that (logins with passwords, tokens etc) then... well thats that... but up to that point, you have to assume its ok to connect. This is a public network.

      Suppose you connect to a computer with the BackOrifice trojan. What is not important is that it allowed you to connect to the computer. What makes it a crime is that you connected to it in the first place.

      In many states,such a connection would clearly not be authorized by the owner of the system and it would be a criminal act. Furthermore, in many states, it wouldn't take much for it to be a felony and you could face years in prison in a cell with Bubba.

    14. Re:Is scanning a network illegal? by stevetures · · Score: 1

      I can see where you would see that there's no illegality here. But there's one point that you're missing. Think of it this way. Attempted Murder is a felony even if you don't succeed. Assault is the attempt to hit someone. Assault and Battery means that you successfully hit somone, and it carries a heavier penalty. A closer analogy would be if a thief entered your house, and you caught the thief without any actual theft taking place. The difference between a vuln. scan and an attack is if you query the host beforehand and get approval. Dicey dicey. Steve

    15. Re:Is scanning a network illegal? by Isotopian · · Score: 1

      We, the Prisoners Not Named Bubba (PNNB) resent your statement, and you will be hearing from our Lawyer as sson as his parole comes up.

      --

      It's poetry with a beat behind it! And guns! They're like beatniks with automatic weapons.

    16. Re:Is scanning a network illegal? by Marxist+Hacker+42 · · Score: 1

      No, a string is sent each time. I can make the string be anything I like. You aren't a developer, are you?

      Actually, I am- but the point is that the string sent out, for any mozilla-compatible server, is information about the operating system and server. It's available. It doesn't matter if you want to claim that the operating system is foo.bar running tomcat mail server; the assignment is to report the information recieved, not to verify that the information recieved is correct.

      --
      SJW: a person who perceives an injustice, and while correcting it, commits a greater injustice.
    17. Re:Is scanning a network illegal? by Marxist+Hacker+42 · · Score: 1

      Depends on the state- but I once had a burglary case thrown out of court because I left the garage door open.

      Same thing with my server- some ports are a bit more sensitive than others, and certainly anybody stupid enough to connect to port 139 over the net is asking for it- but anybody looking to see if port 139 is AVAILABLE is breaking no law that I know of.

      --
      SJW: a person who perceives an injustice, and while correcting it, commits a greater injustice.
    18. Re:Is scanning a network illegal? by superflyguy · · Score: 1

      Actually a closer analogy would be driving by and counting open windows on all the houses on a street. You're allowed to drive, you're allowed to look at houses, and you're allowed to count. You're allowed to access the internet, you're allowed to send requests to servers, and you're allowed to analyze what they send you.

      Every analogy you gave would involve the student trying to do harm. But the student isn't. The student is just trying to gather data.

      It's more asking someone if they know karate than trying to hit them. And the person you label a "thief" is still in the customer area of the store with no intent of trespassing into an employee area or attempting to steal money.

    19. Re:Is scanning a network illegal? by stevetures · · Score: 1

      Of course there's no perfect analogy. There's not much in the world like portscanning. But your analogies err on the conservative side (the karate example is more like asking "do you have nmap?" not actually using nessus or some tool like that). Attacking is subjective, and even if you think you are appropriately connecting to a server, you don't own it and you don't have free control over it. It's hardware and bandwidth that's owned by someone else and they decide appropriate usage, not you. Sure I think there's very little wrong with this whole portscanner issue since anyone who wants to learn can do so without a class, but case law is awfully considerate toward server owners who are inept and leave their servers open. *** You can argue me all you want, but just try nmaping fbi.gov and then you can explain it to the FBI and the courts when they knock on your door.

    20. Re:Is scanning a network illegal? by stevetures · · Score: 1

      And, oh yeah, yer pretty fly. Maybe even superfly. I can't measure you're fly-ness from here. (flame war here I come).

    21. Re:Is scanning a network illegal? by jrockway · · Score: 1

      > any mozilla-compatible server

      What does this mean? This proves that you have absolutely no idea what you're talking about.

      I run a number of web servers, and basically, you can configure the server identification string to be whatever the hell you want. My httpd on OpenBSD says "Apache/1.3.29 Server". Apache on Debian GNU/Linux says, "Apache (Debian GNU/Linux) 1.3.33" by default. The OS returned can be complete bullshit, though. If I wanted, I could make my Apache running on OS X say, "Microsoft IIS (Windows 2003 Server) 1.3.37". To summarize, the string that is returned every time is both optional and completely arbitrary. If you're using this information to "hack servers", you should consider euthanizing yourself.

      There are ways to get better guesses as to what the target OS is, (for example, nmap's OS fingerprinting), but even those can be fooled. Some carefully-chosen iptables rules can make your Linux box look like it's Windows 95 with an uptime of -3 days.

      --
      My other car is first.
    22. Re:Is scanning a network illegal? by Marxist+Hacker+42 · · Score: 1

      Did you even RTFA? The only thing the school assignment requested was to REPORT THE STRING, not VERIFY WHAT THE STRING REPORTED. No breakin is required to read that string. Who gives a rip whether the string has been spoofed or not?

      --
      SJW: a person who perceives an injustice, and while correcting it, commits a greater injustice.
    23. Re:Is scanning a network illegal? by jrockway · · Score: 1

      That is a terrible analogy.

      Let's try a better one: Imagine that you are walking down the street in a commercial area. You notice that the name of a store is "Jewel", because it has a big sign on it that says so. You walk a block and see "Pizza Hut". You continue your walk and see "Swim Café". Finally, you walk past "Pie Eyed Pizzeria" and note that its door has fallen off its hinges.

      That's what this assignment is equivalent to.

      --
      My other car is first.
    24. Re:Is scanning a network illegal? by stevetures · · Score: 1

      No that's webbrowsing. When you nmap, you are initiating a TCP connection. If someone thinks so, you are intruding. Its the same premise that stores work on. If it's business hours, and you walk in the front door, any judge will side with you that you are not trespassing as you have been INVITED on the premise. However, if you start poking at the windows with a stick, and one of them opens and it isn't business hours (i.e. you haven't been invited), you are trespassing and liable. *** It's a wonderful analogy. You see I have to make everything an analogy to dumb it down. But the essence stands. If you portscan someone, you've giving them probable cause for search-and-seizure unless you have a legal document/contract to hide behind (and for those of you working in the real world know that contracts are still sometimes flimsy). Good luck working in the real world.

    25. Re:Is scanning a network illegal? by charlesnw · · Score: 1

      Oh man thats too funny. It cracked me up. Good one.

      --
      Charles Wyble System Engineer
    26. Re:Is scanning a network illegal? by The_Wilschon · · Score: 1

      I'm on a scavenger hunt for rhetorical fallacies, and now I can check off "ad hominem"! Thanks!

      --
      SIGSEGV caught, terminating

      wait... not that kind of sig.
    27. Re:Is scanning a network illegal? by ocbwilg · · Score: 1

      How so? All of the information requested in the assignement can be gotten from any server running a compliant web server, including Windows XP Personal Web Server, with a combination of port scanning tools, netstat, ping, and GRC's webhost.

      From the article:

      He wants them to write an evaluation of what they find: what ports are open and what service could be running on them, Host names and IP addresses, OS, version, last update, patch status, what shares are available, what kind of network traffic and what vulnerabilities they see.

      I'm no expert on port scanning, but I don't think that you can find out patch status, what shares are available, etc from a simple portscan.

    28. Re:Is scanning a network illegal? by jrockway · · Score: 1

      Good students try to do more than is necessary so as to gain a real understanding of the situation.

      --
      My other car is first.
    29. Re:Is scanning a network illegal? by Anonymous Coward · · Score: 0

      That may be so, but I don't think there's any way to make your Windows box look like it's Linux with an uptime of anything over a week.

    30. Re:Is scanning a network illegal? by Handpaper · · Score: 1
      You can argue me all you want, but just try nmaping fbi.gov and then you can explain it to the FBI and the courts when they knock on your door.

      I'm in the UK, they'll need long arms to knock on my door :)
      [root@ArMaDillo]#nmap -P0 -A www.fbi.gov

      Starting nmap 3.50 ( http://www.insecure.org/nmap/ ) at 2006-03-02 02:37 GMT
      Interesting ports on 194.217.240.73:
      (The 1655 ports scanned but not shown below are in state: closed)
      PORT STATE SERVICE VERSION
      22/tcp open ssh Akamai-I SSH (protocol 1.99)
      80/tcp open http AkamaiGHost (Akamai's HTTP Acceleration/Mirror service)
      443/tcp open ssl/http AkamaiGHost (Akamai's HTTP Acceleration/Mirror service)
      500/tcp open isakmp?
      Device type: general purpose
      Running: Linux 2.4.X|2.5.X|2.6.X
      OS details: Linux Kernel 2.4.18 - 2.5.70 (X86), Linux 2.4.20 (Itanium), Linux Kernel 2.4.3 SMP (RedHat), Linux 2.6.0-test5 - 2.6.0 (X86)
      Uptime 24.941 days (since Sun Feb 5 04:04:03 2006)

      Nmap run completed -- 1 IP address (1 host up) scanned in 78.020 seconds

      Buggers must get DDoS'ed quite a bit, they're using Akamai's caching network. Nice the see the feds supporting Linux :)

      The point remains though, that I've still done nothing illegal, either here or there. If I so choose, I can do an nmap run on mod.gov.uk (the Ministry of Defence), mi5.gov.uk (the Security Service) or sis.gov.uk (the Secret Intelligence Service). There can be no crime in requesting standards-compliant information from a public-facing machine. Sensitive information will not be on those machines and should not even be accessible from them.
      The really important stuff shouldn't even be on a networked computer.

      PS - www.sis.gov.uk is running Apache-AdvancedExtranetServer on Linux and doesn't seem to care who knows it :)

    31. Re:Is scanning a network illegal? by Thing+1 · · Score: 1
      Nice backpedaling, but "more than is necessary" cannot be an assignment.

      "Why not just raise the minimum number of pieces of flair?"

      "YOU DON'T GET IT, DO YOU??? It's about CREATIVITY!"

      --
      I feel fantastic, and I'm still alive.
    32. Re:Is scanning a network illegal? by spooky_nerd · · Score: 1

      I don't really know if this kind of scan is illegal. However, I really don't want to try to explain what I was doing to a jury. If you are going to do scans on other people's systems, try to be careful about it. Three simple rules: Never scan a government system, respect the owner of the equipment you are scanning, and don't scan from home. My forth rule is that what you don't know can't hurt me.

    33. Re:Is scanning a network illegal? by Hydroksyde · · Score: 1

      Not necessarilly. Banner grabbing is still a good way to fingerprint OSes. Sure, it's not difficult to spoof, but a good many administrators don't. If they have then any good hacker would notice something out of place. And it happens in a query that's likely to happen often too, meaning an IDS is not likely to notice.

    34. Re:Is scanning a network illegal? by zorrse · · Score: 1
      I have felons banging on my ports all day long.


      Dude! That happens after you're convicted.
      --
      There is no spoon.
    35. Re:Is scanning a network illegal? by SanityInAnarchy · · Score: 1

      Ew. Real world. Consindering the brain-dead justice system we have, you may be right.

      But I still say it's an awful analogy.

      Am I liable if I walk through the door that's off its hinges?

      Or, maybe the door is just open? Do I have to check every time to make sure there's a "We're open" sign?

      Can a place that has a "We're open" sign claim that I was tresspassing?

      How is a portscan different than web browsing, really? Would I be OK if I was just ping-sweeping? What about sending an http request to a bunch of random IPs, trying to gather information about their webserver/OS from the HTTP replies?

      What if it wasn't even me, but rather someone using my computer as a zombie? What the hell is with guilty-until-proven-innocent with computer crime?

      --
      Don't thank God, thank a doctor!
    36. Re:Is scanning a network illegal? by nharmon · · Score: 1

      Actually, I think a better analogy would be walking down the street, checking each door along the way. If its lock, you move on. If its unlocked, you open the door but you don't walk in.

      I'm not sure if that would be illegal or not.

    37. Re:Is scanning a network illegal? by jasen666 · · Score: 1

      How do you change this in Apache 2.x? Do you need to edit the source before compiling, or is there some file somewhere to change?
      Any links that explain it?

    38. Re:Is scanning a network illegal? by TheCarp · · Score: 1

      I dunno, if port 139 is open... then port 139 is open. I should now be asked to second guess the owner of the machine?

      I really think we need to shift the analogy a bit. A person who connects to a port and completes a TCP handshake has just made a connection to a process on the machine that was being made available.

      This is more akin to entering your enclosed porch to ring your doorbell (assuming your doorbell is on the inside of the porch, rare, but ive seen it) than it is to comming into your house. Hes there, he can ring the bell, or ask your butler (the deamon) for service etc.

      Its up to the deamon to turn them away now or grant them entrance. Now, if this was about compromising deamons, thats breaking in. I would contend that everything right up to the point of actually subverting an access control, is asinine to consider anything but innocuous.

      -Steve

      --
      "I opened my eyes, and everything went dark again"
    39. Re:Is scanning a network illegal? by lgw · · Score: 1

      Nah, that wasn't an attack, just an alert that an argument by analogy with Marxist Hacker 42 isn't necessarily a useful approach as his worldview has little overlap with most people.

      --
      Socialism: a lie told by totalitarians and believed by fools.
    40. Re:Is scanning a network illegal? by Fordiman · · Score: 1

      The assignment, if you can't read, is simply to 'case the joint', not to break in.

      --
      110100 1101000 1101000 1100110 0 1101111 1101000 1100011 1
    41. Re:Is scanning a network illegal? by Fordiman · · Score: 1

      Actually, if the guy's got a back oriface trojan sitting on his computer, his security issues are his own problem.

      He's apparently not paying enough attention.

      --
      110100 1101000 1101000 1100110 0 1101111 1101000 1100011 1
    42. Re:Is scanning a network illegal? by Fordiman · · Score: 1

      I don't know what a patch status is, but you can get the shares list by running nbtstat against the target machine. If port 139 is available, one can assume there is a public SMB on the machine.

      --
      110100 1101000 1101000 1100110 0 1101111 1101000 1100011 1
    43. Re:Is scanning a network illegal? by Marxist+Hacker+42 · · Score: 1

      Good students try to do more than is necessary so as to gain a real understanding of the situation.

      In my experience, students that go beyond the assignment waste so much time going beyond the assingment that they get a bad grade on the assignment.

      In this case- the server reports using the standard tool that it's running "Mighty Mouse Webserver (Linux Foo Distribution)", but the kid does the extra work and finds out that it's really "Apache 3.2 (Debian Linux)", which is the string he turns in. The undergraduate earning $2.50/hr in Bangalore who actually grades the assignment uses his own tool, and gets back "Mighty Mouse Webserver (Linux Foo Distribution)", at which point the assignment gets points taken off for having the wrong string.

      A part of being a good student is actually UNDERSTANDING THE ASSIGNMENT and doing it.

      --
      SJW: a person who perceives an injustice, and while correcting it, commits a greater injustice.
    44. Re:Is scanning a network illegal? by jrockway · · Score: 1

      > A part of being a good student is actually UNDERSTANDING THE ASSIGNMENT and doing it.

      Part of being a successful mindless cubicle drone is "actually UNDERSTANDING THE ASSIGNMENT and doing it". Part of being an academic is doing things for no reason other than to learn, or to do something new.

      Maybe at whatever community college you attended this is a strategy for success, but at a real university "just doing it" gets you Cs.

      --
      My other car is first.
    45. Re:Is scanning a network illegal? by Marxist+Hacker+42 · · Score: 1

      I dunno, if port 139 is open... then port 139 is open. I should now be asked to second guess the owner of the machine?

      The problem being that owners are stupid- and Port 139 is open *by default* on all versions of Windows prior to XPSP2. There might be nothing there- but there might be shared printers, files, and if Les Barker is to be believed, anger there.

      I really think we need to shift the analogy a bit. A person who connects to a port and completes a TCP handshake has just made a connection to a process on the machine that was being made available.

      Yes, true. Of course, an efficient port scan will only do 2/3rds of a TCP/IP handshake. (SYN, ACK, no Return ACK). That's how to catch a port scanner.

      This is more akin to entering your enclosed porch to ring your doorbell (assuming your doorbell is on the inside of the porch, rare, but ive seen it) than it is to comming into your house. Hes there, he can ring the bell, or ask your butler (the deamon) for service etc.

      True, though it's more like he can come inside the porch, ring the bell, and run. Annoying, yes. Illegal, no.

      Its up to the deamon to turn them away now or grant them entrance. Now, if this was about compromising deamons, thats breaking in. I would contend that everything right up to the point of actually subverting an access control, is asinine to consider anything but innocuous.

      I completely agree.

      --
      SJW: a person who perceives an injustice, and while correcting it, commits a greater injustice.
    46. Re:Is scanning a network illegal? by Marxist+Hacker+42 · · Score: 1

      Part of being a successful mindless cubicle drone is "actually UNDERSTANDING THE ASSIGNMENT and doing it". Part of being an academic is doing things for no reason other than to learn, or to do something new.

      The purpose of having a degree is to earn a living- if you're just getting degrees to be having degrees you're going to end up either a Professor with Tenure or unmarried, alone, and under a bridge because you can't earn a real living.

      Part of being an academic is doing things for no reason other than to learn, or to do something new.

      I wish- but academics is falling to offshore outsourcing just like everything else, and with it, the harsh reality is that the world can no longer afford academics.

      Maybe at whatever community college you attended this is a strategy for success, but at a real university "just doing it" gets you Cs.

      Maybe in postgraduate programs- but last I looked, in computer science a Master's degree just guarantees that you will be unemployable compared to the IIT student with a Bachelor's degree who DOES know how to complete an assignment within spec.

      --
      SJW: a person who perceives an injustice, and while correcting it, commits a greater injustice.
    47. Re:Is scanning a network illegal? by stevetures · · Score: 1

      Rule of thumb for the real world. The judicial system has no sympathy for hackers, and most businesses have good law firms on retainer just for reasons like this. They don't want to toy around. If they think you're up to something, all they have to do is gather some 'evidence' and convince the DA to press charges. And don't forget civil suits. If you portscan (I know this is pathetic) crashes their server, and they make a four- or five- figures per minute, they can sue you in civil court. If you don't believe me, ask the grannies that are settling out of court with the RIAA, or talk to anyone familiar with the SCO case. Sad but true. So I guess what I'm trying to say is, either figure out a way to be less threatened (run a portscanner from some 'axis of evil' country), cover your tracks I suppose, or don't do it. Or at least practic on yourself. It's a better learning experience to see both sides of an attack, for all you future sysadmins.

    48. Re:Is scanning a network illegal? by belroth · · Score: 1
      I'm in the UK, they'll need long arms to knock on my door :)
      Not any more. The US authorities (the DOJ I suppose) can just ask the Home Office to send you over. Under the latest extradition treaty the US doesn't have to present any evidence at all. It's not reciprocal of course, if the Home Office wants anyone from the US sent here they have to show probable cause. It's not even been ratified by the US yet but we are acting as if it was.
      The three men being sent to the US at present claim that they should be tried here (if anywhere) as they are UK nationals whose alleged crime was comitted in the UK against their UK employer, but they are going on a trip to the US. Enron has been mentioned but I don't know the conext.
      I don't know any more than stated above but if the facts as stated are correct I don't see why they're being extradited.
      --
      I hereby inform you that I have NOT been required to provide any decryption keys.
    49. Re:Is scanning a network illegal? by TheCarp · · Score: 1

      Yup annoying...

      Just like I don't have an IDS that pages me on port scans...
      my house doesn't have a doorbell either. You either knock and get lucky, or call me. If you don't know my number, chances are, I didn't want to open the door for you anyway.

      Anyway...
      -steve

      --
      "I opened my eyes, and everything went dark again"
    50. Re:Is scanning a network illegal? by superflyguy · · Score: 1

      So maybe it's like parking at a store and looking in the window. You use their parking lot (bandwith), examine the wares in the window (port scanning on the hardware), and drive off, and even if you never actually intended to buy anything, they don't really care. Sysadmins have better things to do with their time than track and prosecute people who scan ports for research.

  3. Sand box? by WilyCoder · · Score: 2, Interesting

    Why doesnt the professor construct a cheap server, with security out the wazoo? Then let the students attempt to bring down the sand box, rather than randomly probing servers which are probably used to run a business?

    1. Re:Sand box? by spun · · Score: 4, Interesting

      Hell, set up some kind of a honeynet with several types of servers (Windows, Mac, *nix) in various states of security. There's absolutely no reason to make these students scan actual production servers. By using custom built servers, the professor will have more control over the lesson, and will be able to tell what the students are actually doing.

      --
      - None can love freedom heartily, but good men; the rest love not freedom, but license. -- John Milton
    2. Re:Sand box? by Anonymous Coward · · Score: 0

      The way a similar class here works is that the prof has a stack of 2U servers in a rack that he gives control to students to secure/brake-in. This is segmented off and means that they come up with some cool schemes( like break in durring class to get a jump on competition) without compromising security.

      This seems very unethical.

    3. Re:Sand box? by bloodredsun · · Score: 1

      Or even better, default installations of the more popular OS's and Web servers (you know who you are) so that these security professionals-to-be get a taste of the real world!

      Once they're handled this, then step it up to a fully patched and locked down version.

      Whatever we think he should have done, if this story is true his actions are unprofessional. The ban on University servers acknowledges that they could be compromised with some effect on services, so to recommend to test it on unknown thirdparties is just saying "not in my backyard".

    4. Re:Sand box? by Amouth · · Score: 1

      I got a network card here on my desk.. you plug it in and give it power and it just sends massive random data over the line.. as fast as the cable can handel.. the weird part is it is valid packets and switchs proccess them and forward them .. it died one day and took out a portion of the UNC network.. i keep it just incase i ever need to kill some ones network

      --
      '...if only "Jumping to a Conclusion" was an event in the Olympics.'
    5. Re:Sand box? by hazem · · Score: 1

      Or even better, default installations of the more popular OS's and Web servers (you know who you are) so that these security professionals-to-be get a taste of the real world!

      What that's missing, of course, are the users internal to the server/network that do everything they can to break the security of the network so they can run their favorite chat/game/interactive screen-saver.

    6. Re:Sand box? by apt142 · · Score: 1

      Or better yet, break the student body into teams. One Team scans the other team secures. And maybe swap teams after a good go at it.

      You could grade based on what the student learned from both tasks.

    7. Re:Sand box? by grumpyman · · Score: 1

      Because university cuts down on budget so they use students as 'testers' on production servers :)

    8. Re:Sand box? by Omaze · · Score: 1

      Fascinating. Have you tried contacting the manufacturer to see if it's possible to reprogram some internal flash chip? Not that they would tell you if it is. I've often wondered what kind of firmware most network cards have and how accessible it is. Even if they only find out after production starts that there's an exploit in the hardware design which allows the firmware to be updated from the network side.

      --
      The government itself is not stealing your liberties. Their new programs are enabling criminals who will.
    9. Re:Sand box? by Miraba · · Score: 1
      cool schemes( like break in durring class to get a jump on competition)

      As a non-computer person, your comment prompted me to immediately think of non-technical (unexpected) ways to get a leg up on the other team. Espionage, for example. It's a Real World tool, but I don't think it would be considered fair at a university.

      A course on espionage would be awesome. Sign me up!

    10. Re:Sand box? by stlhawkeye · · Score: 1

      Because college professors are anti-corporate socialists. This guy wants free intelligence on American business technology that he can exploit to conduct mass sabotage during summer break. Duh. Don't you watch Fox? I do!

      --
      "I have never won a debate with an ignorant person." -Ali ibn Abi Talib
    11. Re:Sand box? by Deathlizard · · Score: 1

      It's what my professor did.

      One of my professors in college (around 1999) for his security class actually had two PC's connected through a isolated hub. One was playing server while the other was playing hacker. Basically he just showed the class what an actual attack looks like on the server side. he did it with unpatched as well as patched Linux, and Windows NT OS's. Actually was pretty interesting, especially how quick he could take the OS'es down and know exactly what happened based on the logs alone.

      Now if this professor is just having these kids go out on the internet and find hackable boxes to exploit, then he's asking for trouble.

    12. Re:Sand box? by Amouth · · Score: 1

      it is an intel card.. so yes you can flash it.. my best guess about it (by looking at the packets spewing out of it) is that it is doing bogus bootp stuff. with malformed headers and mac's and everything.. and on most networks that is valid trafic and switchs will forward them out all ports and most routers unless they are border routers will send them to any close subnets. and considering it is a gigabit card .. given a nice connection it can saturate a network quickly..

      again .. i keep it incase i don't like someone..

      --
      '...if only "Jumping to a Conclusion" was an event in the Olympics.'
    13. Re:Sand box? by Anonymous Coward · · Score: 0

      I disagree. No simulation could be as instructive as the real world. If you really want to cultivate security expertise, then a Mr. Toad's Wild Ride across backroads America is the way to do it. You'll get a deeper appreciation for the real status of the world and learn to sniff at defended targets. Not theoretical "well, the real world is kind of like this" boxen.

      I think it's silly to label the action questionable and engage in name calling like "loose screws." It reminds me of the harsh tactics undertaken by Microsoft and other favorite targets, when security investigations embarrass the hell out of them. (Or, veering off a little, the way the Bush administration actively ducks questions and challenges one's patriotism in knee-jerk fits). These protectionist overreactions stifle learning which curbs advancement.

      You've got a big pair, prof! *hat tip*

  4. Can they please disclose the university? by FooAtWFU · · Score: 1
    Then all of Slashdot can scan the university's computer for them!

    Dean of Corrections? good lord... =b

    --
    The World Wide Web is dying. Soon, we shall have only the Internet.
    1. Re:Can they please disclose the university? by Anonymous Coward · · Score: 0

      I don't know if anyone else has figured of the name of the school in question, but it is
      Western Washington University. One of the students of said professor has a blog
      http://niralisse.livejournal.com/217287.html which mentions the school's "Novell
      Admin, Greg Riedesel." One Yahoo! later and I had the school's name.

  5. What does it matter? by Tweekster · · Score: 1

    Scanning a system is not illegal... trying passwords would be, but seeing if anything is listening out on a host is not in anyway illegal.

    --
    The phrase "more better" is acceptable English. suck it grammar Nazis
    1. Re:What does it matter? by Anonymous Coward · · Score: 0

      i routinely run port scans on hosts that i catch trying to break into my home computers all the time, and ones that are generating suspicious things in my logs. it seems that almost all breakin attempts are coming from compromised hosts (and most of them from asia in my case). if the admin was unaware that he was compromised, all he might see is my attempt to scan him.

      A scan is not in intrusion in itself, especially when you can demonstrate that you are simply investigating some activity initiated by the person you scanned. unfortunately, there are some trigger-happy/retarded admins that just like to make examples out of individuals because they have evidence that they have been scanned.

    2. Re:What does it matter? by Tweekster · · Score: 1

      exactly, but an admin will have a tough time making an example out of anyone for a simple port scan (hell a nonintrusive vulnerability scan even (depending on what kind of tests are being done)

      --
      The phrase "more better" is acceptable English. suck it grammar Nazis
    3. Re:What does it matter? by slackmaster2000 · · Score: 1

      Well, it's not illegal, but:

      If a person or company is running a server on the net, they are doing so to provide services and information to users/customers. Using a that server for any other purpose than what is clearly intended is not good form, and is probably a violation of ISP policy. Therefore, while the cops aren't going to show up at your door for scanning system, your ISP might pull your plug.

      This assignment is very poorly thought out. Students could learn just as much from a few different servers running on the university network.

    4. Re:What does it matter? by dfjunior · · Score: 1

      ...for any other purpose than what is clearly intended is not good form

      That may be true, but it's not always clear exactly what a box is intended for. This is the reason why web-enabled security cameras sometimes pop up in Google results, for instance.

      This assignment is very poorly thought out. Students could learn just as much from a few different servers running on the university network.

      Right?!?

  6. Lemme get this straight by lheal · · Score: 3, Interesting

    He's not supplying his own honeypot servers, and didn't get the University to allow use of campus servers either? I'd think he could sell it to the IT group as a hardening exercise, since students would have to do full disclosure to get credit anyway.

    Yup, just goes to show you that "smart" and "fool" aren't antonyms.

    --
    Raise your children as if you were teaching them to raise your grandchildren, because you are.
    1. Re:Lemme get this straight by John+Hurliman · · Score: 1

      On big campuses most of the IT infrastructure design and/or management has been outsourced and may rely heavily on external consultants from Cisco, Oracle, etc. If any security holes are found it can become a huge political deal that everyone will be trying to sweep under the carpet.

    2. Re:Lemme get this straight by Anonymous Coward · · Score: 0

      ...since students would have to do full disclosure to get credit anyway.

      Not necessarily. You could get full credit just by hacking into the academic records server and not disclosing.

    3. Re:Lemme get this straight by jc42 · · Score: 1

      I think you've got it straight. The university has let the students know that anyone attempting to tell the admins about security holes will be firmly punished.

      Those security holes were put there for the benefit of the black-hat hackers and crackers, dammit! We can't just have mere students finding the holes and fixing them, can we?

      It's typical organization policy.

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    4. Re:Lemme get this straight by Lehk228 · · Score: 1

      sadly that is how it works at universities.... one of the reasons aside from not getting assraped on tuition to go to a communit college.

      Binghamton university network: down all the time and terrible VPN wireless
      Schenectady County Communit College: excellent computer labs and network, never had the wireless or internet go down and labs used something similar to deep freeze to restore the state of every lab computer on reboot rather than locking out everything usefull.

      --
      Snowden and Manning are heroes.
    5. Re:Lemme get this straight by CaptainMunchies · · Score: 1

      In SUNY Binghamton's defense, the situation has gotten nearly an order of magnitude better over the last 18 months. The packetshaper has had most of its operator's wrinkles rubbed out and the new wireless system is an overlay into the general network registration system they have for all of the residential areas.

      Most downtime isn't measured in multiple hours anymore, and the only significant outage comes after power gets lost across the campus.

      (PS: Jon? Is that you?)

      --
      Spam removed for the Internet's pleasure ...
    6. Re:Lemme get this straight by Lehk228 · · Score: 1

      indeed it is Me. glad to hear things have improved it was bad when we had to NAT the pseudopod in order to have a reliable print server.

      --
      Snowden and Manning are heroes.
    7. Re:Lemme get this straight by Lehk228 · · Score: 1

      it's not really even the computer center's fault for the most part. aside fom the time their server got owned and they blamed file sharing for bringing down the network.

      it's mostly caused by the size of the network. at a community college you have a few dozen wireless points and a few hundred lab machines.

      when administering thousands of lab machines and thousands of resnet accounts you have to have "dumber" policies because of the volume of traffic you need to manage.

      --
      Snowden and Manning are heroes.
  7. Undisclosed, huh? by Just+Some+Guy · · Score: 1
    Five bucks says it's DJB:

    1. Impossible assignment? Check.
    2. Severe ramifications for students? Check.
    3. Callous disregard for everyone but the professor? Check.

    Yeah, my money's definitely on Dan.

    --
    Dewey, what part of this looks like authorities should be involved?
    1. Re:Undisclosed, huh? by petard · · Score: 1

      Unlikely. DJB is on sabbatical right now, and I think UIC has "spring", "summer" and "fall" terms, not "winter" which would indicate a school that uses the quarter system.

      FWIW, I believe all 3 of your assertions about his UNIX security assignment are incorrect. The assignment didn't look at all impossible. Consider *all* the software on sourceforge. 10 bugs is not a lot to find over an academic term, given such a mass to work off. It does not constitute "severe ramifications" or "callous disrespect" (especially in an elective course) to lay out expectations for students and then grade them according to the standards you set at the beginning of the term.

      --
      .sig: file not found
    2. Re:Undisclosed, huh? by Anonymous Coward · · Score: 0

      UIC uses semesters, yes. I too teach there.

  8. Firing ranges by Twillerror · · Score: 1

    If a police office needs to test out shooting a gun, he goes to a firing range. You wouldn't have him field test it.

    I feel for the prof, there isn't a good "firing range" on the internet. It would make for an interesting business. Setup a virtual network of servers with targets/exploits and have the students try and hit them.

    1. Re:Firing ranges by Sven+Tuerpe · · Score: 1
      I feel for the prof, there isn't a good "firing range" on the internet.

      There is. Check your spam folder.

      --
      http://erichsieht.wordpress.com/category/english/
    2. Re:Firing ranges by MindStalker · · Score: 1

      No reason too, the professor should have set up his own test servers. Either way I've taken some cisco courses that have you connect to specific test servers so you can practice real configurations.

    3. Re:Firing ranges by ab762 · · Score: 1
      I know of a few:

      One live site

      And a number of "targets" where you supply your own hardware,

  9. What about criminology classes? by IntelliAdmin · · Score: 2, Insightful

    They should have an assignment that each student rob, or break into a bank. Any attemps to break into school secured areas would result in immediate suspension.

    1. Re:What about criminology classes? by Tweekster · · Score: 1

      recon work is not illegal. I can do recon on a bank without penalty

      go video tape a bank, go take pictures of security cameras, get plans for the building...alll legal.

      go scan a computer, still legal...

      start trying combinations on the vault...illegal.
      start trying passwords on the server...illegal

      do you notice a pattern

      --
      The phrase "more better" is acceptable English. suck it grammar Nazis
    2. Re:What about criminology classes? by Anonymous Coward · · Score: 0

      He didn't ask them to break into servers... just case the joint. Big difference in actions and intent.

    3. Re:What about criminology classes? by SnowDeath · · Score: 1

      Haven't kept up with the latest from the Department of Fatherland Obsurdity have you? You can't go around videotaping anything in public lest you be thrown in jail without trial for terrorism charges.

    4. Re:What about criminology classes? by Tweekster · · Score: 1

      Do you honestly beleive that idiocy? How did you get from "asked to not take pictures" to going to prison without trial....

      --
      The phrase "more better" is acceptable English. suck it grammar Nazis
    5. Re:What about criminology classes? by Anonymous Coward · · Score: 0
      Haven't kept up with the latest from the Department of Fatherland Obsurdity have you? You can't go around videotaping anything in public lest you be thrown in jail without trial for terrorism charges.
      Too bad they don't throw people in jail without trial for posting blatantly false, alarmist statements then as well.
    6. Re:What about criminology classes? by Swave+An+deBwoner · · Score: 1

      They should have an assignment that each student rob, or break into a bank. Any attemps to break into school secured areas would result in immediate suspension.

      Don't you think that suspension would be a bit harsh just for robbing the school's Bursar's Office?

    7. Re:What about criminology classes? by Siffy · · Score: 0

      They wouldn't just suspend them. They're auto enrolled in classes controlled by that "Student Dean of Corrections". I'm guessing "time out" for 55 minutes a day 3 days a week.

    8. Re:What about criminology classes? by Politburo · · Score: 1

      Congrats! You've just won today's stupidest analogy award!

  10. Next assignment - Hack in and change your grade by digitaldc · · Score: 2, Funny

    If you change it to anything other than an 'A' you automatically fail.

    --
    He who knows best knows how little he knows. - Thomas Jefferson
    1. Re:Next assignment - Hack in and change your grade by Anonymous Coward · · Score: 0

      Then just to piss him off, you could show up the next semester with a transcript that shows you have a B, thereby circumventing whatever final grades he thought he was assigning. Sure, your GPA would drop a fraction of a point, but if you brought a camera I'm sure you could make good money off the video of DJB turning beet red.

    2. Re:Next assignment - Hack in and change your grade by m50d · · Score: 1

      Changing it back to a D, then going in later and changing it to an A again, is highly encouraged, however.

      --
      I am trolling
    3. Re:Next assignment - Hack in and change your grade by Mewtwo · · Score: 1

      And then you have the situation with students going in and changing grades of OTHER students, particularly ones they don't like...

      --
      09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0 SU CK IT MP AA
  11. 2 legal, 2 illegal, solutions w/o getting caught by Marxist+Hacker+42 · · Score: 1

    Legal solution #1: Contact a local business, explain you're a student learning about computer security, and ask for permission to hit their server.

    Legal Solution #2: find out the address of a home computer on a broadband connection and hit that, preferably a friend who knows you're doing it or yourself.

    Illegal Solution #1: Find out the address of a home computer on a broadband connection owned by the kind of luser who doesn't even know they have a log let alone how to check it.

    Illegal solution #2: Hit a BUSY public server that you know is locked down well and likely to have only a single discoverable service, such as www.google.com, thus also giving the wonderful ability to turn in a two line report and STILL get the full purpose of the assignment; bonus points for mentioning the port ranges that were in stealth mode.

    The last two are available due to the fact that most sysadmins aren't being paid to look at logs all day; and that home users don't have the extra cash to pay a sysadmin at all.

    --
    SJW: a person who perceives an injustice, and while correcting it, commits a greater injustice.
  12. Students should do it anyway by WedgeTalon · · Score: 0

    Scan the schools' comps anyway and if caught social-engineer your way out of trouble for Double Bonus Points(TM)!

    1. Re:Students should do it anyway by MindStalker · · Score: 1

      For extra bonus points social engineer your way into the server perferably using this situation as the senerio. "Yes, I'm from University Computing Services, I was told that you recently had a security threat concerning some students intructed to hack into your system......"

    2. Re:Students should do it anyway by Siffy · · Score: 0

      Ha, that'd be the best. "I'm going to have to take this one with me to the lab to disinfect." Next day in class, "I found this big hole... no, not Windows this time, it's called doorways."

  13. Might not be illegal but it's bad form by Sycraft-fu · · Score: 3, Interesting

    If I notice someone poking around at my systems in such a way that looks like it's looking for exploits, I'll contact the ISP responsable and ask them to chave a chat with that user. If they blow me off, I'm likely to blacklist the ISP entirely.

    Just like with your house, while it might not technically be illegal for you to sit on public land and case my house out like you are going to break in to it, you can bet I'll object if you try.

    1. Re:Might not be illegal but it's bad form by 'nother+poster · · Score: 1

      I think in this case your sig should say "Those who can, do. Those who can't get their students to find spam zombies for them." ;)

    2. Re:Might not be illegal but it's bad form by gstoddart · · Score: 1
      If I notice someone poking around at my systems in such a way that looks like it's looking for exploits, I'll contact the ISP responsable and ask them to chave a chat with that user. If they blow me off, I'm likely to blacklist the ISP entirely.

      Sadly, I find my firewall logs demonstrate far too many attempts to track down the ISP of each and every one.

      The vast majority of stuff just gets summarily dropped at the firewall. But you'd be amazed at how many dictionary attacks I see on the server that SSH requests get forwarded to (the only inbound traffic which gets in).

      Fortuntately, my SSH is configured to use really big honking encryption keys, so they either fail when they try to connect as a non-existent user or they fail when they don't have the right keys to get into the accounts that do. However, I guess even that isn't 100%.

      Unfortunately, part of the reality of having anything that is actually facing the internet is it needs to be pretty heavily hardened -- because people are going to scan you and see what they can find.

      The amount of packet traffic I see to my machine on a broadband network is flippin' HUGE.
      --
      Lost at C:>. Found at C.
    3. Re:Might not be illegal but it's bad form by IAmTheDave · · Score: 1
      If they blow me off, I'm likely to blacklist the ISP entirely.

      Which, depending on the size and importance of your network, sets you up for a lawsuit. Assuming a free and unfettered internet, if you block an entire ISP from your network for what amounts to zero illegal activity, I would put it out there that a lawsuit would result in a court order to unblock said ISP.

      Now, it's true, this doesn't take in to account things like private vs public networks or the actual network that you handle, but punishing for non-illegal activities is questionable at best.

      --
      Excuse my speling.
      Making The Bar Project
    4. Re:Might not be illegal but it's bad form by fubar1971 · · Score: 1

      If I notice someone poking around at my systems in such a way that looks like it's looking for exploits, I'll contact the ISP responsable and ask them to chave a chat with that user. If they blow me off, I'm likely to blacklist the ISP entirely.

      Must be nice to have a lot of time on your hands. If I was to sit at work and read my FW logs all day and contact every ISP that probed my ports (That kind' sounds dirty) then I would probably be sitting in front of my PC 24x7.

    5. Re:Might not be illegal but it's bad form by TheCarp · · Score: 1

      Whereas I am of the other mind... port scans are so frickin common, who even cares anymore?

      I mean its public. If you didn't want people to poke at the machine, you shouldn't have installed it on a public network?

      Frankly, I see port scanning as a completly legitimate way of seeing what services a host offers to the public. The ONLY reasonable assumption to make when a machine is connected to the net, and responds with a valid tcp handshake, is that it was intended for net users to connect to it.

      Maybe there is further access control, maybe there isn't. Certainly circumventing access control is another story entirly, however, just scanning for open ports, or connecting to them to see if there is a service there that is available to the public? I see absolutly nothing wrong with that.

      Even if I did, who would really care? I have much better things to do than contact ISPs and bitch about people sending me packets. I will reserve that for when I actually catch someone trying to bypass access controls or pound some shell code through an exploit.

      In fact, I get hit with enough failed attempts at exploits that its not even worth bothering. shit, the net just isn't a very safe place, it would be best if we just accept that and stop trying to pretend that its not.

      frankly, everything this professor asked for should fall far below the level of normal noise on the network. Wake me up when he asks them to deploy a botnet.

      -Steve

      --
      "I opened my eyes, and everything went dark again"
    6. Re:Might not be illegal but it's bad form by bloobloo · · Score: 1

      So how does AOL get away with blocking whole domains from sending emails to its users?

    7. Re:Might not be illegal but it's bad form by SquadBoy · · Score: 1

      What in the fuck would be the justification for said lawsuit?

      In the real world the analogy would be someone suing because you lock your doors...

      There is no right to talk to my network and I can bloody well block whoever I want anytime I want...

      Now, while the above is a bit harshly worded, I would really like to hear how you think there would be any basis for this at all.

      --

      Cypherpunks: Civil Liberty Through Complex Mathematics. Those who live by the sword die by the arrow.
    8. Re:Might not be illegal but it's bad form by bill_kress · · Score: 1

      Since when did allowing someone to access my web server become a right instead of a privilege that I specifically grant and can take away from anyone I choose at any time?

      If I want to block all addresses starting with 66.6.x.x because i don't like the number 666, I have every right to.

      That's like saying that just because a person hasn't done anything illegal you are required to let them walk though your house.

      Damn there are a lot of strange opinions stated as fact on /.

      Now, if it's a provider that I am using, I as a customer have the right to demand that they fix their broken router or I go to another provider--and I might even have the ability to sue, but that's a big maybe.

      Another example. My firewall blocks everyone I don't specifically allow to access my web server. Am I doing something illegal?

    9. Re:Might not be illegal but it's bad form by Fulcrum+of+Evil · · Score: 1

      Assuming a free and unfettered internet, if you block an entire ISP from your network for what amounts to zero illegal activity, I would put it out there that a lawsuit would result in a court order to unblock said ISP.

      Why is that? There's no reciprocal agreement in force, and blocking an ISP because their users are portscanning you is perfectly legal. Maybe a bit rude, but oh well.

      --
      "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
    10. Re:Might not be illegal but it's bad form by Syberghost · · Score: 1

      Which, depending on the size and importance of your network, sets you up for a lawsuit. Assuming a free and unfettered internet, if you block an entire ISP from your network for what amounts to zero illegal activity, I would put it out there that a lawsuit would result in a court order to unblock said ISP.

      Could you point out the case citation that holds that the First Amendment guarantee of Freedom of Assembly doesn't apply to people who operate big networks?

    11. Re:Might not be illegal but it's bad form by jandrese · · Score: 1

      Yeah, one of the big things that all of these worms have done is to make it so you can scan any random machine on the internet without much fear of raising any alarms. My machines get portscanned multiple times a day from stupid unpatched windows users, attempting to track them down is pointless. It's not like the old days where a portscan made someone sit up and take notice.

      --

      I read the internet for the articles.
    12. Re:Might not be illegal but it's bad form by Anonymous Coward · · Score: 0

      "but punishing for non-illegal activities is questionable at best."

      Ah...this is what I call the "Dumbass: You're Oppressing My Freedom Of Speech" bullshit argument.

      The fact of life is that only the gov't can be accused of Oppressing A Freedom -- a nongovernmental entity can help this, but they can't oppress you.

      If you own a home where you allow folks in to discourse and engage in debate, that doesn't mean you also have to allow the Klansman in to argue that he too is right. I don't want to hear his argument and I'll do whatever is legal to physically harm him while removing him from my property. I will argue its not the gov'ts right to claim that he can or cannot say what he will on PUBLIC land -- but on my own land, he better watch where he goosesteps.

      And the same goes for servers. You don't have to have ANY reason why you want to exclude someone, so long as its not based around a few protected class peoples -- and even then, you can exclude them if they break a rule of yours. For instance, if I were running a White Power site, it might be illegal to exclude Blacks and Jews, BUT I'd be well within my rights to exclude Blacks and Jews who want to participate in the conversation in any manner other than agreeing with the 'facts' that whites are better. It can be a rediculous rule, but so long as it does not violate their inherent rights -- you can do so.

      Where am I going with this? Given all that I stated, you can ban ISPs from using your service if they do not police the use of the word Orange coming from their machines. It would be stupid, but one would be well within their rights to do so. I know in my personal forums, I ban folks that are rude all the time -- thats not illegal behavior on their part -- I just don't want them around.

      Suing a site that has Banned an ISP that does not filter or police scans after one has asked them to is not something the courts would look too fondly upon. Then again, the courts allow some pretty stupid lawsuits to go forth...

    13. Re:Might not be illegal but it's bad form by swimboy · · Score: 1

      The first amendment doesn't apply to people who operate big networks because the first amendment only specifies rights that the government can't take away. The people who operate the big networks also own said networks, and can dictate what they can and can't be used for with impunity.

      --
      Ask me how the Heisenberg Principle may or may not have saved my life.
    14. Re:Might not be illegal but it's bad form by Tim+C · · Score: 1

      If you didn't want people to poke at the machine, you shouldn't have installed it on a public network?

      And if you didn't want people to poke at your house, you shouldn't have built it on a public road?

      Personally I don't think there's anything wrong with the occasional port scan either, but that doesn't mean that I don't recognise that other people might disagree with me and might not appreciate having their networks scanned.

      Besides which, there's a good chance that it falls foul of the university's acceptable use policy.

    15. Re:Might not be illegal but it's bad form by radish · · Score: 1

      Just like with your house, while it might not technically be illegal for you to sit on public land and case my house out like you are going to break in to it, you can bet I'll object if you try.

      And you'd be quite within your rights to object. That's about all though...

      --

      ---- Den ene knappen er powerknapp, den andre er Bender voice knapp "Bite My Shiny Metal Ass"

    16. Re:Might not be illegal but it's bad form by mnmn · · Score: 1

      Still doesnt change the fact that its not illegal.

      You can come out of your house yell at me to get away from your house and call the police, even if I'm just using the sidewalk to get from A to B. Now nmapping isnt exactly polite, but it certainly cant be illegal. Put simply connecting to a port that might be closed is NOT illegal... else on http instead of a 404 error, I should get a 911-police dispatched to your house error.

      The RATE of connections is a gray area. If I absolutely bombard google with small queries that take a huge amount of processing power, I can be charged with DDoS attacks. But theres a threshold, pressing F5 constantly on a sports news site is different... creating a program and setup designed to bring down a server is illegal or should be.

      Now portmapping is not DDoS. Its not nearly fast enough to slow down a pentium 1 at 100MHz server. The packets themselves are tiny, thus dont jam bandwidth. Playing games, running VNC or VoIP uses more small packets than portmapping.

      If theres a constant attempt to bring down my server, lots of bad ssh login attempts etc, I'll portscan the IP. Just to know who is it... is it a hijacked server, some unix machine or comes from some residential winxp machine. This is to be able to fix my problem. I'll also do a reverse DNS check to find the ISP and geographical location. None of that is illegal or should be.

      I was disciplined too at 2 colleges for portmapping the servers. Heck that was when I was NOT trying to break in or anything. I DID try to break in in other educational institutions, and for the record I succeeded without ever getting caught (except once the girls found a sheet with everyones passwords in my desk). In the colleges, I portscanned the servers to figure out the network topology, to know how do I get out, what servers and services are available etc. And just curiosity in that huge LAN. Nothing negative against the institution.

      If portscanning becomes illegal, maybe passing by someone's house too many times in a day will be illegal too. So I cant walk by your house more than 4 times in a day. If both my work and the doctors are on your street, I'll have to take a different path to get to the doctors.

      --
      "Give orange me give eat orange me eat orange give me eat orange give me you." -Nim Chimpsky
    17. Re:Might not be illegal but it's bad form by Anonymous Coward · · Score: 0

      Sir, do you even have any servers ON THE INTERNET???

      I can not tell you how many 1,000's of scan attempts OUR (just those I admin) university servers get a DAY? Well, more at night, but it is day in China/NK ... granted its on ports we've opened up through the campus firewall, but still ....

      A friend of mine, who has several servers up on the NET, has his open ports scanned so much, he pipes it to /dev/null . It was filling up the log crazy. When you have a Gig-E connection that throttles to DS3 only after 5 continuous minutes of max usage, yea. 5+ minutes of full speed scan attempts get annoying, but that doesn't matter when they are piped to nothing ......

      The usefullness of blocking IP subnets on the Internet is like trying to play whackamole on a basketball court using a straw and a nerf ball.

      FUTILE!!!!!!

      As long as you know the security of your system, blocking access becomes moot .....

    18. Re:Might not be illegal but it's bad form by paeanblack · · Score: 1

      There is no right to talk to my network and I can bloody well block whoever I want anytime I want...

      Unless you are selling a service to the public...

      If you block a certain address range, it wouldn't take a particularly brilliant lawyer to show cause for a discrimination suit. Since there are more demographic distinctions than ISPs, it is guaranteed that some minority will be overrepresented among the blocked, even if it is purely anomalous.

    19. Re:Might not be illegal but it's bad form by StikyPad · · Score: 1

      If I notice someone poking around at my systems in such a way that looks like it's looking for exploits, I'll contact the ISP responsable and ask them to chave a chat with that user. If they blow me off, I'm likely to blacklist the ISP entirely.

      Don't be ridiculous.. If you really did (do) that, you'd spend (are spending) an inordinate amount of time hunting down probes, since you're likely getting scanned several times per day, if not per hour. Especially if you're running any servers designed to be accessible to the public. If the analogy of "someone sitting outside your house" held up, you'd expect to see hundreds of people sitting outside at any given time. You'd spend every minute of every day asking people why they were there, what they were up to, if they were aware they were sitting there, etc. Even if YOU do it, it's not a reasonable response for everyone.

      Furthermore, the probes are likely coming from bot nets, or infected systems. Moreover, a sufficiently patient attacker will spread the probes over a long enough period that you won't see anything unusual. There are many techniques which make it difficult for you to notice anything in the first place, or determine the true source of the probes, and even the true target. If you've got multiple systems, an attacker might mount a pre-attack on one of them to try to get you to investigate, only to hit his true target while you're busy checking logs and calling ISPs. Blocking an IP (or IP range) is, at best, an inconvenience to a dedicated attacker. If you foil anyone, it's the people who are least likely to present a threat.

      Anyway, it's a lot like locking your car: Unless your systems are wide-open, or there's something of obvious value, an attacker is likely to just move on to the next target. Obviously if you're in charge of highly sensitive systems where knowing your attacker is at least as important as preventing the attacks, then tracing is justified, otherwise following up is just a waste of your time. But if you've got the time to waste, by all means...

    20. Re:Might not be illegal but it's bad form by jrockway · · Score: 1

      Yes. The constitution has no application to anyone who is not the government.

      --
      My other car is first.
    21. Re:Might not be illegal but it's bad form by jrockway · · Score: 1

      > I would probably be sitting in front of my PC 24x7.

      You must be new here.

      --
      My other car is first.
    22. Re:Might not be illegal but it's bad form by Schraegstrichpunkt · · Score: 1
      Not only that, but if you complain to someone's ISP, and their internet access gets cut off, and it turns out that you were wrong (such as if somebody actually just broke into your border router and was faking packets from there), you would likely be liable for damages to the innocent party, and possibly to their ISP.

      Frankly, I think such a lawsuit would be justified.

    23. Re:Might not be illegal but it's bad form by charlesnw · · Score: 1

      Yeah that works for small single user systems. Try blacklisting an entire ISP at any decent sized orgainization that needs to provide services to the world at large. I have a feeling you don't really admin systems and are just trying to impress us. Go back to reading slashdot and pretending to work in IT.

      --
      Charles Wyble System Engineer
    24. Re:Might not be illegal but it's bad form by Anonymous Coward · · Score: 0

      "And if you didn't want people to poke at your house, you shouldn't have built it on a public road?"

      The last time I checked, most houses were built next to public roads, not on them.

    25. Re:Might not be illegal but it's bad form by MerlynDavis · · Score: 1

      Actually, as a network admin at a e-commerce retailer in the late '90s, I did exactly that...

      If someone portscanned my system, or dumped exploit scripts against me, I contacted the ISP. If I didn't get a response, or did not get a satisfactory response, I closed off that ISP from my web servers

      That usually got me a quick response from the ISP's network security group and a resolution to my problem.

      I actually had a university student perform such a search against me because of an internet programming class assignment such as this. After blocking the university and contacting their network security department, the class got their own sandbox to play in and they got access to my website.

      --
      -merlyn
    26. Re:Might not be illegal but it's bad form by Anonymous Coward · · Score: 0

      No a private company does not suddenly have some requirement to sell or service anyone. They just have a legal requirement not to withhold service based on race, religion etc. Blocking an ISP address range because that ISP can't get its finger out and deal with their problem is hardly discrimination.

    27. Re:Might not be illegal but it's bad form by Anonymous Coward · · Score: 0

      Hey, smart man. Somebody tried to dictionary attack my ssh server (on the username, for crying out loud). Guess if I care.

      Hint: it rhymes with low

    28. Re:Might not be illegal but it's bad form by pomo+monster · · Score: 1

      Yeah, but that wasn't his point. The server's administrator is exercising his freedom of assembly by freely choosing not to allow people in that ISP's netblock to connect.

    29. Re:Might not be illegal but it's bad form by funk49 · · Score: 1

      Yes, blacklisting is a great idea except for the fact that the reallly good fux0rs are most likely using the machine as an "island hop" and the only people you are really affecting are the innocent people that might want to come to your machine/network for whatever reason. Yes, I know...it's the responsibility of the ISP to keep it's networks clean, but you know that ain't going to happen with the GAZILLION bots and botnets out there.

    30. Re:Might not be illegal but it's bad form by Buran · · Score: 1

      Uh, if it's your property you can do whatever you want with it. So the lawsuit would get thrown out of court -- and you might even get countersued to recover the cost of defending your baseless lawsuit -- and the cost of filing the cost-recovery lawsuit.

    31. Re:Might not be illegal but it's bad form by Buran · · Score: 1

      How, exactly, would you be at fault for truthfully reporting the source of the hack attempt? Or are you trying to say that it would be OK to sue someone for failing to have psychic powers which can be used to detect additional circumstances that otherwise would have to be pulled out of one's ass?

      If anything it would be the ISP that should have to accept any positive or negative consequences of installing blocks. They're the ones who act on the complaints.

    32. Re:Might not be illegal but it's bad form by Crayon+Kid · · Score: 1

      You should be selling the logs to a security company instead of throwing them away. Seriously, they can use stuff like this.

      --
      i ate crayons when i was a kid and now i have two braincells and the blue ones taste nicer
    33. Re:Might not be illegal but it's bad form by drachenstern · · Score: 1
      If I want to block all addresses starting with 66.6.x.x because i don't like the number 666, I have every right to.
      Can we start assigning these number IPs to spam mailers? That sure would make it easy to identify them all.

      <I know I know, unreasonable, come on you stinking trollers, hit me for something important>
      --
      2^3 * 31 * 647
    34. Re:Might not be illegal but it's bad form by drachenstern · · Score: 1

      so they broke into a router (electronic trespassing, to be sure)? you say a border router, meaning isp? so then the isp would have reason to sue them based on their evidence in the face of a court of law that they were not attacking your network, they were hacking the router?

      so why should they not be held liable, including possible federal decisions (remember interstate communications here, usually - i know, not always) to the point of federal jail time?

      --
      2^3 * 31 * 647
    35. Re:Might not be illegal but it's bad form by drachenstern · · Score: 1

      you had to ask him that? you must be new here. every nth poster is new here.

      sheesh, now i feel new here posting this!

      run for the hills!!!

      --
      2^3 * 31 * 647
    36. Re:Might not be illegal but it's bad form by Anonymous Coward · · Score: 0

      Fortuntately, my SSH is configured to use really big honking encryption keys, so they either fail when they try to connect as a non-existent user or they fail when they don't have the right keys to get into the accounts that do. However, I guess even that isn't 100%.

      Configure your sshd to use hosts.allow and hosts.deny. I do that, and all I see in my logs is a bunch of "refused connect" entries.

    37. Re:Might not be illegal but it's bad form by Syberghost · · Score: 1

      Yes. The constitution has no application to anyone who is not the government.

      The judge who would be asked to issue that injunction is in the government, as is the County Sheriff or Federal Marshal who would be asked to enforce it, depending on whether you filed state or federal.

      BTW, your statement is not ENTIRELY true. The courts have on occasion held that a private group was sufficiently tied into the ability to exercise Constitutionally-protected rights that they were bound in part by them. For instance, political parties can't discriminate in ways that other private groups can, because they partially control access to the right to vote. However, as a general rule of thumb, you're correct.

    38. Re:Might not be illegal but it's bad form by Syberghost · · Score: 1

      The first amendment doesn't apply to people who operate big networks because the first amendment only specifies rights that the government can't take away. The people who operate the big networks also own said networks, and can dictate what they can and can't be used for with impunity.

      Yes, thanks for agreeing with me.

    39. Re:Might not be illegal but it's bad form by IAmTheDave · · Score: 1
      That's like saying that just because a person hasn't done anything illegal you are required to let them walk though your house. Damn there are a lot of strange opinions stated as fact on /.

      Actually, what is strange is the close-mindedness of people like you on Slashdot. Nowhere in my statement did I mention that it was RIGHT, or the lawsuit may actually win. But let's look at an extreme example - I own an ISP that is blocked by Google. All of my users want access to Google, users leave, I am caused financial hardships.

      Or another example. The fight over QOS requirements by the backbones and making players pay for better service - people on Slashdot violently react, but last I checked, these wires were not considered common-carrier like phone lines, and are the private property of the owners who want the QOS tiered pricing and access. What right does anyone have to dictate what a backbone provider charges??

      These are just examples, but to assume that someone wouldn't file a lawsuit is naieve (sp?), and even if it is wrong or baseless, defending yourself can still be costly.

      --
      Excuse my speling.
      Making The Bar Project
    40. Re:Might not be illegal but it's bad form by IAmTheDave · · Score: 1
      Uh, if it's your property you can do whatever you want with it.

      LMAO!

      Perhaps you're new here, but I suggest you use the box at the bottom to search for the following terms:

      - DRM
      - RIAA
      - Tiered Internet
      - Copyright Infringement
      - EFF

      There may be more I'm forgetting, but right now I'm just laughing at your statement. Whether it SHOULD be true has nothing to do with the reality of the current situation.

      --
      Excuse my speling.
      Making The Bar Project
    41. Re:Might not be illegal but it's bad form by TheCarp · · Score: 1

      Of course we don't totally disagree here... the thing is, thats just a bad physical analogy. In fact, most analogies to the physical world break down pretty badly here.

      The thing is, unlike walking down the street, you can't just glance around, back and forth, and see whats what. You can't say "oh thats a private residence" "oh thats a bar" "oh theres a function room". There are no street signs, or door bells, or much of anything.

      However to use a physcial analogy. Sysadmins that call port scans "attacks" remind me of old people that never leave their house, but are always looking out the window and casting a jaundice eye on everything people do around them.

      Always looking for some new boogyman to add some excitement to their otherwise mundane existance.

      -Steve

      --
      "I opened my eyes, and everything went dark again"
    42. Re:Might not be illegal but it's bad form by Anonymous Coward · · Score: 0

      "Just like with your house, while it might not technically be illegal for you to sit on public land and case my house out like ..."

      What about walking down the street and looking into every storefront as you go by? Maybe trying the door to see if it's open, and going in if it is? That's commerce, not breaking in - particularly in the daytime - and the internet never closes.

      See the problem with silly analogies?

      I can't say I much appreciate it when I see something in the logs from people scanning ports - but similar to search engines, the only way you can tell what's out there is to look. It has some valid uses. It's certainly not sinister like a dictionary attack on the ssh daemon (which seems to happen once a day or so, luckily to no effect).

    43. Re:Might not be illegal but it's bad form by Buran · · Score: 1

      Laugh all you want. The fact is that it is legal to control access to your own private property. In fact, all of the things you listed are about that in one way or another, except the EFF. And they are all legal. They may suck, but they're legal.

      How do those toes taste?

    44. Re:Might not be illegal but it's bad form by Fordiman · · Score: 1

      I know exactly what you mean.

      I use peerguardian to keep my computer safe from authoritarian snoops, and you wouldn't believe how much bounced traffic there is. I was logging everything for a while until my log file got to about 6G in size.

      --
      110100 1101000 1101000 1100110 0 1101111 1101000 1100011 1
    45. Re:Might not be illegal but it's bad form by Fordiman · · Score: 1

      Actually its similar to housing or sales discrimination. It's at the very least a civil offense to refuse service to an entire class (or in this case, subnet) of people.

      --
      110100 1101000 1101000 1100110 0 1101111 1101000 1100011 1
    46. Re:Might not be illegal but it's bad form by bill_kress · · Score: 1

      But let's look at an extreme example - I own an ISP that is blocked by Google. All of my users want access to Google, users leave, I am caused financial hardships.

      Okay, so this is your "Extreme" example. Let's see how that works.

      Sometimes when I do searches for complicated Java questions on Google I come across a (always the same) pay for answers site.

      This is a complete abuse of Google. You really think that google doesn't have the right--or business obligation to block these guys?

      Same with anyone else who feeds their pagerank system, it's stated in their usage agreement.

      You may not WANT them to block your site because it costs you money, but then you may want me to send you money and I'll tell you right now I'm just not gonna do it.

      What makes you think you are entitled to that revenue forwarded from someone else's site?

      If google shuts down, can you sue them??? No, but if they delist your site (Exactly same effect on you) you can? Well, of course you can always sue someone and you might just win--there is a lot of ignorance out there (and in here)--but that has nothing to do with the law...

    47. Re:Might not be illegal but it's bad form by NumerusSpy · · Score: 1

      If I want to block all addresses starting with 66.6.x.x because i don't like the number 666, I have every right to.

      And I thought I was the only one who had seen the truth of evil subnets

      --
      There they are a conga line of suck holes. On the conservative side of Australian politics. - Mark Latham
    48. Re:Might not be illegal but it's bad form by IAmTheDave · · Score: 1
      The fact is that it is legal to control access to your own private property.

      Again, perhaps you're new here. In fact, we're in a constant battle to protect those rights to do with our property as we please. In Senate hearings, the RIAA has expressly said that copying a CD is not your right. They have said that backing up your media is not your right.

      Further, the DMCA prohibits you from reverse engineering anything you buy (XBox, etc.) that may have anti-circumvention built in to it, unquestionably blocking your "right" to do whatever you want with your own property.

      Thinking that ownership is the end all and be all shows a lack of education. As fundamental as it may seem to you, the DMCA by itself denys you many rights you once had to do with your property as you please, as has DRM and other "piracy protection" mechanisms.

      --
      Excuse my speling.
      Making The Bar Project
    49. Re:Might not be illegal but it's bad form by IAmTheDave · · Score: 1
      If google shuts down, can you sue them??? No, but if they delist your site (Exactly same effect on you) you can? Well, of course you can always sue someone and you might just win--there is a lot of ignorance out there (and in here)--but that has nothing to do with the law..

      See Bill! That's all I was talking about :)

      --
      Excuse my speling.
      Making The Bar Project
    50. Re:Might not be illegal but it's bad form by Buran · · Score: 1

      First, I'm not new here, and I don't appreciate your attempt to belittle me or assume I am stupid or ignorant because I do not agree with you.

      Second -- your examples point to a truth that I think is rather asinine personally but for now is still a truth:

      You own the media, but not the content contained on that media. So yes, the property owner is exercising their right to control what is done with their property

      You must be new here if you've missed the billions of posts pointing this out.

    51. Re:Might not be illegal but it's bad form by IAmTheDave · · Score: 1
      How do those toes taste?

      Hello Pot, I'm Kettle.

      You own the media, but not the content contained on that media. So yes, the property owner is exercising their right to control what is done with their property

      Perhaps this is where we disagree - because that which is contained on the disk is not their property. Further, my last example didn't have much to do with CDs - the DMCA stops you from doing what you want with hardware such as the XBOX or iPod. Sure, there are "Linux on n" projects out there, but circumventing the anti-piracy technology on that hardware is illegal, as is the dissemination of the information on how to do so. Therefore, this physical item - not "content" - is legally protected from you're doing what you want to with it - yours or not.

      This is not a philosophy or an opinion - this is a fact. The DMCA (in addition to other laws, I'm sure) blocks people from the right to do with what they own, unquestionably.

      --
      Excuse my speling.
      Making The Bar Project
    52. Re:Might not be illegal but it's bad form by Buran · · Score: 1

      Perhaps this is where we disagree - because that which is contained on the disk is not their property.

      But the law says it is. Read the license agreements in software, read the fine print on DVD cases. That information states that you are just licensing the content. You bought the media but not the content that is on it. Again, I don't agree with that and I think it's despicable -- but that's what the situation is right now.

      This is not a philosophy or an opinion - this is a fact. The DMCA (in addition to other laws, I'm sure) blocks people from the right to do with what they own, unquestionably.

      Again, I'm not disagreeing with the fact that the DMCA is a bad law. I am however pointing out the flaw in your argument -- that while you can do whatever you want with the media itself, you are not allowed to do whatever you want with the content, and one of the restrictions is that you do not own the copyright on it and therefore are forbidden from copying it.

      The situation that you and I both want is not going to come around unless the content in question is actually sold to you along with the media or is under a license that does grant to you the copyright.

      That is not a philosophy or an opinion. It is a fact.

    53. Re:Might not be illegal but it's bad form by IAmTheDave · · Score: 1
      Again, I'm not disagreeing with the fact that the DMCA is a bad law. I am however pointing out the flaw in your argument -- that while you can do whatever you want with the media itself, you are not allowed to do whatever you want with the content

      I think perhaps the problem is we're talking about two different things. Put media aside for a second, and focus on the XBOX argument. There are restrictions on the hardware part, and I'm relatively sure that I'm purchasing the XBOX, not licensing it. Being restricted in what I can do with said hardware is a restriction on what I own.

      I don't disagree with you about copyright, it's dispicable, but there is a difference between ownership and copyright. Consider the right of first sale. Am I selling the license, or the music? I disagree I'm selling the license. Copyright says I can't illegally distribute copies of the music, but nowhere does it say that content owners may dictate the fashion in which I use said music personally once I have purchased it.

      Just because the EULA that come with CDs now say something doesn't mean that they will hold up in court. The right of first sale has been upheld, as has (in the past) my fair use rights. Recording iTunes songs to a CD and then ripping that CD to MP3 is perfectly legal, and bypasses DRM. I can do it because I OWN that music.

      I'm relatively sure that an iTunes purchase is a purchase, not a lease.

      --
      Excuse my speling.
      Making The Bar Project
    54. Re:Might not be illegal but it's bad form by Buran · · Score: 1
      Hmm. I woud argue on the XBOX that you're correct, and I too would not be afraid of admitting that I did whatever I wanted with the hardware. While I might not want to sell my modifications, since then maybe I could be blamed for helping others do dishonest things with the box, I would not feel any qualms about modifying my own (if I had one; I don't care for consoles, so I don't have any of them).

      On the music ... for personal use I can't see any restrictions, really. I convert music from format to format all the time for various uses (CD to MP3, burn those MP3s for my Alpine CDA-9855 to play in the car, things like that). But I can't resell that music. However, what I was trying to get at with my comments earlier is that technically you are not allowed to, if there is copy protection on the disk, bypass that, because the copy protection is protecting the part you don't own. You are correct in that the right of first sale protects used-CD shops (we have a few good ones in my area even) and books (a family friend of ours runs a used-book shop at the end of my street, and it's all legal). But the CD shop can't sell copies, nor can the bookstore. That is the restriction -- you can't do absolutely anything with the CDs/movies/books, because you don't own every aspect of them. You can resell, you can stomp on, shred, whatever, but you are not allowed to copy and sell those copies -- and that is why I argue that you are in fact not free to do whatever yo uwant with everything you own.

      As for the iTMS, I doubt you'd get in any trouble for bypassing the DRM -- heck I've done it, for said car-stereo CDs for my own use -- but technically you can't do it:
      Copyrights. All copyrights in and to the Service, including but not limited to, the iTunes Music Store (including the compilation of content, postings, links to other Internet resources, and descriptions of those resources), and software, are owned by Apple and/or its licensors.
      This specifically requires you to admit that the content isn't yours and that you have to follow the copyright rules, and the letter of the law says that you can't do what you're saying you do. The spirit of the law says that if you keep it to yourself, you won't get in trouble, though, and in practice, you won't.
  14. In related news... by flyingsquid · · Score: 4, Funny

    The NSA issued a press release stating that its whole domestic spying operation was just part of a homework assignment.

    1. Re:In related news... by Omaze · · Score: 0, Offtopic

      Also in related news:

      Conducting reconnaisance on a used car by kicking the tires or requesting vehicle histories is illegal.

      Looking at houses becomes a terrorist activity.

      --
      The government itself is not stealing your liberties. Their new programs are enabling criminals who will.
  15. Dean of Corrections? by slickwillie · · Score: 2, Funny

    AKA Warden?

    Is it a university or a prison?

    1. Re:Dean of Corrections? by Dr+Caleb · · Score: 1
      "Is it a university or a prison?"

      Domanatrix.

      --
      "History doesn't repeat itself, but it does rhyme." Mark Twain
  16. So Scanning other's computers is OK? by SauroNlord · · Score: 0

    So it is wrong for them to scan their own servers, but it's ok to look for exploits on non-university computers... Brilliant

  17. yeah point is? by sydres · · Score: 1

    we did this as an assignment for a network security at the small community college I attended. as long as the students are gathering information and not launching an assault whats the big deal. though I have to say that the college considered all the students to be security risk and so forced us to stay of the campus net during class. they would also pay close attention to anything we did when we were on the network
    nothing to see here move along

  18. Academic misconduct by Anonymous Coward · · Score: 0

    I got asked to see if a server at my university was secure. I scanned it using nmap. It set off their IDS and i got a letter of academic misconduct. They really didn't specify how to see if it was secure. I use linux a lot, nmap is second nature, i really didn't think twice about using it.

    That was in .au if it helps.

  19. Stupid by dannyelfman · · Score: 1
    This smells of script kiddie 101, not a ``computers security class''.

    Why not put up a couple of servers of different types on an isolated network at the school and then let the students bang on that. At least they would be able to go through the logs of the servers in question legally. Also, they could packet capture the entire event and review in class.

    1. Re:Stupid by barefootgenius · · Score: 1

      Yes, I can see it now. "Students! Assignment one has two parts, a and b. Part a is to figure out what university you are going to, part b is to scan ip address 127.0.0.1, find a security flaw and either format the drive, infect it with virus's, or destroy the operating system completely".

      --
      /. bug #926803 - Why I can post.
  20. KSU? by blackomegax · · Score: 1

    It wouldnt happen to be Whitman at kennesaw state would it?

    1. Re:KSU? by Anonymous Coward · · Score: 0

      No, Dr. Whitman wouldn't use such an assignment. Whether legal or not, it's extremely dubious.

  21. Screws and Marbles... by __aaclcg7560 · · Score: 1

    ... School of Loose Screws ...

    Unless you're majoring as a PC Technician, you are likely to lose your marbles than your screws in the IT department. My marbles disappeared a long time ago.

    1. Re:Screws and Marbles... by TubeSteak · · Score: 1
      My marbles disappeared a long time ago.
      Hence the stereotype of the single male computer geek.
      --
      [Fuck Beta]
      o0t!
    2. Re:Screws and Marbles... by corbettw · · Score: 1

      My marbles disappeared a long time ago.

      Hence the stereotype of the single male computer geek.


      Exactly, because all married males know exactly where their marbles are: in a jar in a cupboard in the kitchen.

      --
      God invented whiskey so the Irish would not rule the world.
  22. Missing intructions by HermanAB · · Score: 1

    a. Subtract marks for students that scan government servers. b. Bonus marks for the student that sets up his own web server and then scan it.

    --
    Oh well, what the hell...
    1. Re:Missing intructions by gstoddart · · Score: 1
      a. Subtract marks for students that scan government servers. b. Bonus marks for the student that sets up his own web server and then scan it.

      Bingo! Set up a dyndns.org entry to your own darned machine.

      Got knows my firewall logs indicate that half the friggin world has been scanning my machine. Fortunately, I have a firewall to log such things for me and keep the buggers out. =)
      --
      Lost at C:>. Found at C.
    2. Re:Missing intructions by slashname3 · · Score: 1

      Bonus points for hacking into the NSA's system and getting the list of people that have been wiretapped in the last six months.

  23. When did Snorting a remote network become illegal? by mcSey921 · · Score: 1

    When did Snorting a remote network become illegal?

  24. Sounds like a fun class.. by eodmightier · · Score: 1

    Hey personally I think this sounds like a good assignment IF the professor provided his own servers. These are tools that anybody gaining knowledge in computer security should be familiar with. How hard would it be for the professor to setup a Windows and *nix box with some public services running, and host it from his home connection or atleast get some university resources dedicated to it.

    --
    -Eod
  25. When did portscanning become illegal? by Kphrak · · Score: 2, Interesting

    SANS seems to take it for granted that portscanning is illegal and immoral. However, I can't find anything on Google, and of course, IANAL. Is there any case precedent in the United States for the illegality of portscanning?

    I would hazard a guess that it is not illegal. It is the equivalent of looking at a house from a public vantage point to see if any windows are open. Although such an action is suspicious (the person may next try to get in through a window), it certainly isn't illegal, at least in the United States. SANS seems to be overreacting.

    --

    There's no sig like this sig anywhere near this sig, so this must be the sig.
    1. Re:When did portscanning become illegal? by j-tull · · Score: 1

      What if you're up in a tree with binoculars trying to hide your presence (similar to using stealth techniques)? Is that legal?

      Now, what if a half naked coed walks by the window 20 times a day? Still legal?

    2. Re:When did portscanning become illegal? by Marxist+Hacker+42 · · Score: 1

      If she doesn't pull the shades, yes, it is legal. The relevant legal principle is that there is no expectation of privacy in the public sphere.

      --
      SJW: a person who perceives an injustice, and while correcting it, commits a greater injustice.
    3. Re:When did portscanning become illegal? by Jim+Hall · · Score: 1

      It is the equivalent of looking at a house from a public vantage point to see if any windows are open. Although such an action is suspicious (the person may next try to get in through a window), it certainly isn't illegal, at least in the United States. SANS seems to be overreacting.

      Actually, I think port-scanning is a wee bit closer to turning the doorknobs on all exterior doors (but not opening them and going through), pushing the windowsills, and knocking on the walls looking for hidden doors. Grey-hat activity, probably not illegal - but if the cops saw you doing that to a stranger's, they'd probably have a good reason to ask what the hell you were doing.

      Analogies between computers and the physical world are kind of hard .... aren't they?

    4. Re:When did portscanning become illegal? by Anonymous Coward · · Score: 0

      How about the analogy of walking up to a parking lot and trying every door and trunk of every car to see if it opens.

    5. Re:When did portscanning become illegal? by Kphrak · · Score: 1

      What if you're up in a tree with binoculars trying to hide your presence (similar to using stealth techniques)? Is that legal?

      Yes, if it's your tree or if you have permission to be in it. Again, suspicious, but not a crime.

      Now, what if a half naked coed walks by the window 20 times a day? Still legal?

      It may be. You wouldn't stand naked by a window facing someone else's house and not expect to be seen. That's what curtains are for. Although there might be state anti-stalking laws that complicate a case like this.

      The use of basic network security tools such as portscanners should not automatically be considered a crime any more than climbing a tree or using binoculars should be.

      --

      There's no sig like this sig anywhere near this sig, so this must be the sig.
    6. Re:When did portscanning become illegal? by eric76 · · Score: 1

      In at least some states, port scanning is illegal.

      In Texas, for example, any unauthorized connection or attempt to connect to a computer is illegal.

    7. Re:When did portscanning become illegal? by ThinkingInBinary · · Score: 1
      any unauthorized connection or attempt to connect to a computer is illegal.

      Does that mean if I go to someone's website without being explicitly authorized, I can be sued? Okay, clearly not. How about if I ping the web site? Iffy. What if my browser pings the site automatically for some diagnostic purpose? What if it's running echo, chargen, discard, or any of the other traditional diagnostic daemons? Surely they haven't authorized me to use them, but they offered them. I guess my question is like the unsecured WiFi =?= public WiFi one... at what point does opening an address or specific port to the public constitute authorization to at least try to connect to it?

    8. Re:When did portscanning become illegal? by Fulcrum+of+Evil · · Score: 1

      if the cops saw you doing that to a stranger's, they'd probably have a good reason to ask what the hell you were doing.

      And they could probably charge you for trespass if nothing else. Dunno if there are any actual laws on this subject.

      --
      "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
    9. Re:When did portscanning become illegal? by Vellmont · · Score: 1


      Actually, I think port-scanning is a wee bit closer to turning the doorknobs on all exterior doors (but not opening them and going through), pushing the windowsills, and knocking on the walls looking for hidden doors.


      Kind of a bad analogy, since port scanning doesn't involve trespassing on someones land. Also portscanning doesn't actually reveal unlocked points of entry, like turning a doornob or pushing on a windowsill would. The analogy of say using a telescope, or an IR camera to reveal hidden doors or windows from a public vantage point is quite a good one. Both are suspicious, but not illegal. The tools to do so are available, but not invasive.

      Considering how many times my servers actually get hack attempts against the ssh port per day, I'd say port scanning is really one of the most minor problems on the internet. SANS is completely over-reacting here. The internet is public. Trying to connect to a port is a normal thing to do for an internet computer. This kind of assessment isn't new. War Dialing is more than 20 years old (and arguably more intrusive than port scanning), and I've never heard of anyone being prosecuted for simply making a lot of phone calls (but never to the same number twice).

      --
      AccountKiller
    10. Re:When did portscanning become illegal? by Anonymous Coward · · Score: 0

      At the point that you annoy someone enough to file charges. Most states actually have laws like this, last time I looked (around 2000).

      By the way, an entertaining aside on Texas computer law...the venue for the case can be in the county of the sender, the receiver, or any county that the traffic passed through...

    11. Re:When did portscanning become illegal? by m50d · · Score: 1

      The university is forbidding doing it against their own servers. I'd say that pretty much shows their stance on it.

      --
      I am trolling
    12. Re:When did portscanning become illegal? by mrogers · · Score: 1
      In Texas, for example, any unauthorized connection or attempt to connect to a computer is illegal.

      Could you elaborate? I assume there's some kind of concept of 'implicit authorization' in the case of public servers, otherwise browsing the web would be illegal unless you first got permission from the owner of every webserver you intended to connect to... and you couldn't ask for that permission electronically because that would involve an unauthorized connection...

      On the other hand if the law contains a concept of 'implicit authorization', how am I supposed to know whether I have implicit permission to connect until I've tried to connect and found out what's running on that port?

      Or does the legal definition of 'connect' mean something closer to 'log in' than 'establish a TCP connection'? In which case port scanning wouldn't be illegal...

      And just to get really pedantic, if my port scanner just sends a lot of SYN packets and looks for SYN/ACKs, but never completes the TCP handshake, can you really say I've attempted to connect? I don't have the intent and my software doesn't have the means...

    13. Re:When did portscanning become illegal? by KingPrad · · Score: 1

      Could a terrorist do it? THEN IT IS ILLEGAL. It is that simple, my friend.

      --
      Stop the Slashdot Effect! Don't read the articles!
    14. Re:When did portscanning become illegal? by fishbowl · · Score: 1



      "Actually, I think port-scanning is a wee bit closer to turning the doorknobs on all exterior doors (but not opening them and going through), pushing the windowsills, and knocking on the walls looking for hidden doors. Grey-hat activity, probably not illegal"

      Clearly and expressly illegal in my state. Depending on the circumstances, this activity is legal justification for the property owner to use deadly force against the trespasser!

      Trying the front door is burglary. Trying the back door is criminal trespass and burglary.
      Not a good idea to sit around with a gun drawn waiting for someone to do it, but an even worse idea to go around trying doors and windows.

      It's not relevant anyway. Ports on computers are not doors and windows on buildings and houses, period. As tempting as it may be to frame this analogy, it simply doesn't hold, not in common sense, and definitely not in any legal sense.

      --
      -fb Everything not expressly forbidden is now mandatory.
    15. Re:When did portscanning become illegal? by fishbowl · · Score: 1


      "In Texas, for example, any unauthorized connection or attempt to connect to a computer is illegal."

      "Illegal", as in, someone can detect a portscan, call the Rangers, and the State will gather evidence prosecute?

      or

      "Illegal", as in, if the person owning the computer can demonstrate to a reasonable person that he has suffered damages, he may sue for the recovery of those damages?

      There is a wide range of meanings for "illegal."

      It's "illegal" to run a stop sign at 4:00 in the morning when you're the only car on the road. It's also "illegal" to sell a hundred kilos of heroin. Same thing? I think not.

      --
      -fb Everything not expressly forbidden is now mandatory.
    16. Re:When did portscanning become illegal? by Alomex · · Score: 1

      Wrong answer. If you can see her naked from the sidewalk she was in the public sphere and had no expectation of privacy. If it took climbing a tree and binoculars to see her, she had a reasonable expectation of privacy and it is illegal.

    17. Re:When did portscanning become illegal? by ocbwilg · · Score: 1

      Does that mean if I go to someone's website without being explicitly authorized, I can be sued? Okay, clearly not. How about if I ping the web site? Iffy. What if my browser pings the site automatically for some diagnostic purpose? What if it's running echo, chargen, discard, or any of the other traditional diagnostic daemons? Surely they haven't authorized me to use them, but they offered them. I guess my question is like the unsecured WiFi =?= public WiFi one... at what point does opening an address or specific port to the public constitute authorization to at least try to connect to it?

      There are a couple of principles at work here. If you publish a web site, you are expecting and inviting http traffic on port 80. Depending on your level of skill, you may also be expecting traffic on other ports, but you may not be inviting it. The inability of a server owner/operator to properly secure their computer does not constitute permission to use that computer for purposes that were not intended (otherwise botnets would be 100% legal). Intent weighs heavily in this case, and not just the intent of the individual scanning but also the intent of the server owners.

      Furthermore, in some states port scanning actually is illegal. As long as the students are in a state where port scanning is not illegal and they were sure not to scan a server that is in a state where port scanning is illegal, they might be OK legally. But the university obviously takes a dim view of the activity since they don't want students scanning the university servers. I wonder how they would feel about a flood of complaints from business and other organizations about unauthorized port scanning from their network? The bad publicity could be a nightmare.

      But more to the point, the assignment involved more than port scanning. At least that's what SANS has said in one of several updates to the original story.

    18. Re:When did portscanning become illegal? by MoneyT · · Score: 1

      But to take this closer to the port scanning analogy, you didn't climb the tree with binoculars specificaly to see said naked coed, rather you climbed the tree to see how far you could see and what you could see from the vantage point of that tree. The fact that in the process of looking around you happened to see a naked coed has nothing to do with the fact that your intent was not to see that particular naked coed.

      --
      T Money
      World Domination with a plastic spoon since 1984
    19. Re:When did portscanning become illegal? by maxwell+demon · · Score: 1
      Could a terrorist do it? THEN IT IS ILLEGAL. It is that simple, my friend.

      I've heared that terrorists are able to eat. Indeed, I've heared that terrorists who regularly eat are much more able to perform terroristic acts than those who don't eat at all. Damn, seems I'm doing something illegal three times a day! :-)
      --
      The Tao of math: The numbers you can count are not the real numbers.
    20. Re:When did portscanning become illegal? by Anonymous Coward · · Score: 0

      That'll be illegal soon:

      http://www.fda.gov/loseweight/
      http://www.surgeongeneral.gov/news/speeches/califo besity.htm

      The last one sticks a terrorism angle into the obesity debate.

      Anything argument can be "strengthened" by a "connection" to terrorism.

      Now if I could only make a case that problems with my cell service causing dropped calls helps terrorism, maybe I can get that problem fixed once and for all. :)

  26. Should have set up a honeypot-like system by ip_freely_2000 · · Score: 1

    Get caught and you fail. Make a set of files on the server progressively more difficult to hack/open/retrieve.

    Easy file to hack = C, More difficult file to hack = B, Very difficult file plus leave a calling card = A

    1. Re:Should have set up a honeypot-like system by know1 · · Score: 1

      leaving a calling card should result in an F grade....go to the back of the class

  27. Is this really a problem? by gebbeth · · Score: 1
    Alright, I may be wrong, but I was under the impression that there was no moral conflict with scanning a server. If there is a port open, it is by definition open for use (port 80 anyone). If someone does not want me to use their server, it is their responsibility to deny me access. If I am running a web server with content that I don't want out in the open, how can I fault someone for accessing it if I left it out in the open. The same applies to an ftp server with an anonymous login, or a telnet session without a password. Enumerating ports on a server is nothing more than determining which ports are open as described above. Its not like these students were instructed to break into servers and steal corporate secrets or credit card numbers.

    --
    A closed mouth gathers no foot.
    1. Re:Is this really a problem? by SydShamino · · Score: 1

      No, that's not at all how the law works.

      Someone who leaves FTP service on with no password might be stupid, but you are still breaking the law if you take their stuff or use the server to hold warez.

      That is no different than a stupid person leaving their car windows down with the engine running - you can stash heroin there for safe keeping or to transfer to a buddy, or you could steal the car, but either way you broke the law and are going to jail, and the other person will be cleared when it is certain they were just a stupid, unwilling participant.

      --
      It doesn't hurt to be nice.
    2. Re:Is this really a problem? by Big_Al_B · · Score: 1

      Having well-known service ports open on a network reachable from other autonomous systems implies that they are "publicly" available.

      However, scanning the entire TCP and UDP port ranges of some random reachable host in order to assess vulnerability is a differently colored equine.

      If I'm running service on TCP80, does that mean you're invited to scan UDP10000-65535 to see what doors may be inadvertently unlocked? I would argue that you may not be breaking a law, but you are acting shady and with ill will towards my host.

    3. Re:Is this really a problem? by Anonymous Coward · · Score: 0

      So I guess I shouldn't leave any windows open if I live near you... by your definition, I can't fault you for coming into my house and taking things since I didn't properly deny you access.

    4. Re:Is this really a problem? by Anonymous Coward · · Score: 0

      Cite sources or shut up, asscake.

    5. Re:Is this really a problem? by Sven+Tuerpe · · Score: 1
      If I'm running service on TCP80, does that mean you're invited to scan UDP10000-65535 to see what doors may be inadvertently unlocked?

      If you were not running any service on TCP port 80, would it be ok to ... try different URLs? After all, the URL is a user interface and the only way to learn more about the resource a URL points to is to give it a try and access it.

      --
      http://erichsieht.wordpress.com/category/english/
    6. Re:Is this really a problem? by Anonymous Coward · · Score: 0

      But scanning the server wouldn't be like breaking into the car, it would be like noticing that the window is open or the door is unlocked. Well, I guess it would be more like going around trying door handles to see which ones are locked, but not actually opening the doors. Then again this is a car analogy, and cars are not computers.

    7. Re:Is this really a problem? by Marxist+Hacker+42 · · Score: 1

      But that wasn't the assignment. The assignment was merely to note that port 21 was open and thus there *might* be an FTP server there.

      To use your car analogy, it's more like somebody walking by took note that the car windows were left open.

      --
      SJW: a person who perceives an injustice, and while correcting it, commits a greater injustice.
    8. Re:Is this really a problem? by Big_Al_B · · Score: 1

      Um, doesn't trying a "different" URL imply that there was a valid URL to begin with? If I'm not running a reachable web service on port 80, what would that starting URL be?

      If there is no valid starting URL, then trying random URLs referencing my host is also shady--and just plain silly--since there is no service running.

      BTW, the linked information on URLs was really, really not good. It's old, not very accurate, with weird speculations that did not prove valid over the years since it was authored in 1999.

      A "URL" is just a standard syntax for specifying a protocol and a resource on a local or remote host. Its user-friendliness is variable, and its use is optional.

    9. Re:Is this really a problem? by Odin_Tiger · · Score: 1
      "If someone does not want me to use their server, it is their responsibility to deny me access."


      Are you stupid? This is like saying it's perfectly legal to go through a wal-mart parking lot trying every door of every car you come to. Just because you don't get in the car when you find an open door doesn't mean it's ok.
      --
      Unpleasantries.
    10. Re:Is this really a problem? by fishbowl · · Score: 1


      No matter how badly you wish they were, network ports are not cars in a parking lot. I know you'd desperately like your car-door-idiom to apply as a true analogy, but it simply does not.
      And no matter how much you want it to, it will not.

      --
      -fb Everything not expressly forbidden is now mandatory.
    11. Re:Is this really a problem? by gebbeth · · Score: 1
      Someone who leaves FTP service on with no password might be stupid

      I didn't say no password on the ftp server, I said anonymous, like so many public ftp servers are configured to do. Some telnet servers don't even ask for a username or password, they just dump you into a prompt, like a cisco router not configured with a password...you telnet to it and you are there in user exec mode. Some people may say that its shady to scan a pc, I say its not in and of itself. Just checking to see if a port is open does not constitute a wrongful act. Of course, most people who are scanning for ports are really looking for something to exploit. Our law is supposed to take into account the intent of ones actions. This is why there are so many different types of murder...1st degree, 2nd degree, manslaughter, involuntary manslaughter etc. If you didn't mean to kill someone, it is treated differently than if you premeditated the murder. If your intent is only to see if a port is open, then there is no wrongdoing, period.

      --
      A closed mouth gathers no foot.
    12. Re:Is this really a problem? by Big_Al_B · · Score: 1

      I am very curious to hear the "because" part of your assertion.

      I'm solidly on the fence regarding the accuracy of his analogy, and would like to know what others think the flaws or strengths may be.

    13. Re:Is this really a problem? by SydShamino · · Score: 1

      But that wasn't the assignment.

      I was replying to the GP, who stated:
      If someone does not want me to use their server, it is their responsibility to deny me access. ... The same applies to an ftp server with an anonymous login, or a telnet session without a password.

      He is talking about way more than port scanning.

      --
      It doesn't hurt to be nice.
    14. Re:Is this really a problem? by SydShamino · · Score: 1

      No, you didn't specifically refer to FTP servers without passwords. But you did specifically mention telnet services without passwords. You are splitting hairs in your defense of your original statement.

      Without arguing that port scanning should or should not be illegal, most further interactions you might have with those services probably should be illegal, unless the operator has authorized them.

      There are exceptions, of course. If you find port 80 open, I would expect that you can see if the server has a home page. That would be the normal intent of an open port 80 - to serve data to the anonymous internet public. Perhaps, as you say, the normal intent of FTP is anonymous file transfer. Then maybe checking to see if the FTP server allows anonymous logons is ok. Maybe. At this point you are getting into the realm where a jury would be trying to decide if what you were doing was intentional, or if you were only looking for the latest Linux distribution when you accidentally downloaded all those credit card numbers.

      --
      It doesn't hurt to be nice.
    15. Re:Is this really a problem? by Marxist+Hacker+42 · · Score: 1

      Ok, granted- but I'd point out that anybody stupid enough to run a server that they have to install software for and not know the implications of installing that software gets what they deserve. Anonymous FTP logons? Telnet sessions that don't require passwords? And you're still complaining about people breaking in? At what point do you take responsibility for your actions?

      --
      SJW: a person who perceives an injustice, and while correcting it, commits a greater injustice.
    16. Re:Is this really a problem? by SydShamino · · Score: 1

      I would think anyone that bought a house would know the first thing to do is go out and change all the locks, yourself, by hand. You have no idea if the builder or if prevous owners kept keys.

      Yet few people do this, because they just don't bother. This nature extends to many other actions. Perhaps it shouldn't but it does. My wireless network at home has the longest access code I could create - long enough that I had to walk it around to each machine on a USB stick because I couldn't accurately retype the numbers. But there are 2-3 other networks available from my house that are completely unprotected. Those people should set that stuff up, but they don't because they just don't know or assume it will be ok.

      One of my desktop machines at work during college was an SGI Irix workstation. It turns out that, buried on page 43 of chapter 5 of documentation book 7, there was a list of default accounts (like a printer manager) that are automatically created with no passwords. Who knew? I didn't. But someone did when the rooted my machine. =( Fortunately my machine had nothing on it. Another Irix workstation, the one that was being used to demo a new movie-on-demand system to college kids in the dorms, was also rooted. It's user got in a lot more trouble, since the infiltrator got copies of all the movies.

      --
      It doesn't hurt to be nice.
    17. Re:Is this really a problem? by Marxist+Hacker+42 · · Score: 1

      I would think anyone that bought a house would know the first thing to do is go out and change all the locks, yourself, by hand. You have no idea if the builder or if prevous owners kept keys.

      I do- don't you? Same with used cars.

      Yet few people do this, because they just don't bother. This nature extends to many other actions. Perhaps it shouldn't but it does. My wireless network at home has the longest access code I could create - long enough that I had to walk it around to each machine on a USB stick because I couldn't accurately retype the numbers. But there are 2-3 other networks available from my house that are completely unprotected. Those people should set that stuff up, but they don't because they just don't know or assume it will be ok.

      Where I run an open access point on purpose. It's down right now- I think *maybe* somebody got in and uploaded different firmware and I haven't had time to check- but when it was operating, it was set up properly for the job, blocking access to my wired LAN.

      One of my desktop machines at work during college was an SGI Irix workstation. It turns out that, buried on page 43 of chapter 5 of documentation book 7, there was a list of default accounts (like a printer manager) that are automatically created with no passwords. Who knew? I didn't. But someone did when the rooted my machine. =( Fortunately my machine had nothing on it. Another Irix workstation, the one that was being used to demo a new movie-on-demand system to college kids in the dorms, was also rooted. It's user got in a lot more trouble, since the infiltrator got copies of all the movies.

      Yeah, but look back at the original article- that wasn't the assignment.

      Still- what the heck is a college doing with UNIX workstations that aren't locked down? Didn't your sysadmins read The Cookoo's Nest?

      --
      SJW: a person who perceives an injustice, and while correcting it, commits a greater injustice.
    18. Re:Is this really a problem? by gebbeth · · Score: 1
      At this point you are getting into the realm where a jury would be trying to decide if what you were doing was intentional, or if you were only looking for the latest Linux distribution when you accidentally downloaded all those credit card numbers.

      If a company had credit cards for download via anonymous ftp, I expect that they would be liable for criminal negligance. You said that it would be normal to check for a homepage on port 80, just as it might be normal to check for some other public service being available via some other well known port. Just checking a port's status with no criminal intent is perfectly ok. I am saying nothing more, no further intrusion into the system, no stealing credit cards or any other data whatsoever...just checking a port's status. And yes, my original post made reference to "anonymous" ftp.

      --
      A closed mouth gathers no foot.
    19. Re:Is this really a problem? by SydShamino · · Score: 1

      Sysadmins? At a public university? What are you talking about?

      I built my desktop workstation. There was no one else to do it for me. I was a student assistant and was happy to have a computer at work - even if it was a few-year-old SGI machine that had been stored in a corner until it was given to me.

      The university barely could affort enough PC administrators to keep the public lab computers functional.

      I think this was your original point:
      I'd point out that anybody stupid enough to run a server that they have to install software for and not know the implications of installing that software gets what they deserve.

      I disagree. People are stupid, but no one deserves any crime to happen to them because they are stupid. The argument otherwise is coarse and uncivilized.

      --
      It doesn't hurt to be nice.
  28. Re:Kerry / Edwards 2004 by Anonymous Coward · · Score: 0

    Yes. But the vote was counted for Bush...

  29. Re:When did Snorting a remote network become illeg by mcSey921 · · Score: 1

    I of course mean running Nessus against a remote network... doh.

  30. Honestly by kukickface · · Score: 1

    This sounds like something a Prof I had in school would do and subsequently, a reaction my university would have taken to it. Note that I'm not claiming this is going on there, just saying it doesn't seem like an outside possibility for any school.

    If this is taking place at my alma mater or a similar institution then I can tell you how it probably went down.

    A: Prof comes up with a realistic assignment for a university level security course and weighs it heavily since he is lazy and can only come up with one or two good assignments. B: The school denies his department's requests for funds to set up a server for this and any further course work. C: Prof is lazy (see point A) and so continues the assignment D: School responds by threatening disciplinary reaction.

    Of course this places the students in a catch-22. They can either scan a university system and face possible action if detected or scan an external system and face possible legal action. I suppose they can also disregard the assignment and face possible failure.

    This is irresponsible on the part of both the university and its faculty.

  31. The class is conducted... by ninja_assault_kitten · · Score: 1

    ... on efnet in #conf.

  32. solution by Anonymous Coward · · Score: 0

    Create four groups to defend their networks. If the Security Course is large enough then all Security Students else include the Network Class.

    How it works is their are four networks with two trying to communicate with each other through the opposition network. The first part of the test is with the network class where they setup the network and no attacking and hijacking is permitted only reconnacince.

    Next is protecting the network phase. This is where they put on certain firewall solutions and try not to be penetrated to the point of knowing the hddden network topology.

    Last is the attack phase where each team tries to penetrate the enemy while defending theirs. Use of Honney pots and such is permitted.

    During this creation the Instructor gives each team some network requirements for external customers. This is from an Apache or ISS web portal to any other diabolical customer based holes to patch and protect. This is so when communications between the two groups goes Encrypted there are still points of attack.

    Also this must be done by a team who are at least Bondable and have had a brackground check.
    In addition all network tools and internet apps must be first put to a Read Only medium. The network internal does not have any R/W devices nor are they permitted.

    PS use campus surplus to create the network.

  33. The same thing happened at my University by Raul654 · · Score: 4, Interesting

    A similiar occurance happened at my university (University of Delaware). When I was an undergraduate, I took the 400 level security class. The teacher isn't a professor, but he's a staffer who happens to be amazingly knowledgable about all areas of unix and networking)

    The assignments were some of the most practical security assignments you could imagine. For one assignment, he gave us the location of a target machine, and told us to "break in and find something that would make people a lot of money". The trick was to scan it with Nmap across an obscene number of ports (he was running a compromised telnet server on some really high port - like 11,000), telnet in, and look through the files to find a fictitious email about a stock buyout. ("But make sure not to scan any machines besides the target machine!") In another one, we telnetted into a mail server he set up, and emailed the TA with a faked 'from' address. "If it looks fake, you lose points", so you had to make damn sure to get all the fields looking immaculate. Another assignment was he gave us an XOR encrypted message, and we had to crack it. (The trick was to look for large areas with spaces, which gave away the key)

    It was, all in all, a great class. Just one problem - the IT people *hated* the class. He told us he got a complaint during the Nmap assignment that it had been used to run 150,000 scans on campus machines. The computer science department adamantly defended the assignments, as important learning tools. It's an important issue of academic freedom, and (last I had heard) the CS department's concerns trumped IT's complaint.

    --


    To make laws that man cannot, and will not obey, serves to bring all law into contempt.
    --E.C. Stanton
    1. Re:The same thing happened at my University by Anonymous Coward · · Score: 0

      I visited a similar class, but they set up a lab of 8 pcs just for this course where you could only access the outside webserver through a proxy server.

      They also had preopared images for VMware with security leaks so you could hack and scan them locally.

    2. Re:The same thing happened at my University by chrismcdirty · · Score: 1

      I was in the same class :)

      The machines he had asked us to scan were on EE/CIS research network. If I remember correctly, he explicitly asked us not to scan any other machines outside of the research network.

      --
      It's like sex, except I'm having it!
    3. Re:The same thing happened at my University by CyberDave · · Score: 1

      This sort of thing is precisely why my university has a dedicated Cyber-Security lab in our shiny new Computer Science Building that's its own network that's completely isolated from the Internet and the rest of campus.

      Too bad we don't have faculty around here clever enough to create an assignment like this one.

    4. Re:The same thing happened at my University by GeekGirlSarah · · Score: 1

      Raul,

      Was that Ben Miller's class? I'm having a hard time remembering udel's security catalog but it sounds like him...

    5. Re:The same thing happened at my University by eric76 · · Score: 1

      I don't know if they still do it, but in a graduate course at Texas A&M a few years ago, the class would divide into two halves.

      One half was assigned the task of setting up a computer so that it could not be penetrated. The other half had the job of penetrating that computer.

      And that was all done on a network isolated from the rest of the Internet.

    6. Re:The same thing happened at my University by Raul654 · · Score: 1

      Yes, it was.

      --


      To make laws that man cannot, and will not obey, serves to bring all law into contempt.
      --E.C. Stanton
    7. Re:The same thing happened at my University by Anonymous Coward · · Score: 0

      I remember having a teacher just like that. What was amazing about him is that he learned everything by himself but was more knowledgeable than other teachers with big diplomas. We had a lab just for that purpose and he gave us a few assignments along those lines but we started attacking outside targets. That was at a time when pulling the power cable of a Linux box would crash it's file system most of the time.

    8. Re:The same thing happened at my University by Anonymous Coward · · Score: 0

      Firstly, not really practical, not many smtp servers completely open these days, same goes for telnet.

      not to mention xor "encryption" isn't really practical at all.

      How bout using snort? Or implemented symetric or asymetric key crypto in a program of your choosing using openSSL? Security breach forensics? You know, things that are practical...

      And if you hadn't been doing this stuff on your own before getting to uni, I really question why you took up the security class to begin with.

    9. Re:The same thing happened at my University by Cylix · · Score: 1

      I had a similar project in class.

      The bonus for the course was if you could crack the system and find a certain file... you won. Meaning, it was an instant A. We were told anything was fair game and we could even change the file if we wanted to fool someone into thinking they had won.

      I didn't really need the instant A and let someone else have it. (The prof looked at me and said, but you don't need this... I laughed and told him I wanted to see who else would get in.)

      I took a different approach with the contest myself.

      I cracked all of the engineering servers, set up a UID 0 account for myself and began patching all the systems. I was only granted the power to administer servers if I could crack them. Once I took one, I changed the MOTD to "Under new management: contact so and so for assistance."

      It wasn't that much of a surprise since I made my intentions public to the professor who was managing things. They were out of date because he didn't have time and he admitted that. (numerous security holes). I really created more work for myself in the end, but those systems were important for our work and we didn't need someone with malicious intent there.

      After I left school, someone breached them again through probably an sshd exploit. This time the guy wasn't very nice and whacked the servers. (Like I said, we really did need them, but after leaving school I banged my passwords and retired my admin hat)

      --
      "You should always go to other people's funerals; otherwise, they won't come to yours." -- Yogi Berra
    10. Re:The same thing happened at my University by Anonymous Coward · · Score: 0

      Simple-XOR is widely deployed in commercial products. Indeed, almost every product that claims "encryption" without explaining exactly what they think that means, turns out to be using simple-XOR. Cracking it is a useful skill at the present time, and probably and unfortunately always will be.

  34. you're mostly right by BitterAndDrunk · · Score: 1

    But there's always the LAPD

    --
    You better watch out, there may be dogs about . . .
  35. criminal by Bad+Boy+Marty · · Score: 1

    This professor should be prevented from having any contact with computers for 5 years, and from communicating with or being within 100 yards of anyone under the age of 30 for 10 years.

    How utterly irresponsible can a college professor actually be?!?!?!?!?

    --
    RHCE; are you certified? Karma: ambiguous.
    1. Re:criminal by Anonymous Coward · · Score: 0

      Are you retarded?

    2. Re:criminal by Anonymous Coward · · Score: 0

      Idiot..
      You make me wish I had mod points to mod you into oblivion.

    3. Re:criminal by alxkit · · Score: 1

      it just may be sarcasm...

  36. A great skill to put on your resume by SethEaston · · Score: 0

    I thought the point of obtaining a liberal arts education was to promote good ethics and work practices, provide a well-rounded academic experience, and ultimately, to prepare you for your career. Excuse me, but HOW The f u ck is this assignment helping the student accomplish any of this? This violates ethics and will not teach the students anything useful about working in the real world. (that is unless you are planning to become a covert computer forencis scientist who is trying to apprehend your latest child predator or terrorist). Is "hacking a network" something you would be proud to put on your resume when applying to, oh let's say, Lockeed Martin? NO. They are looking for people who are able to have good ethics (all those companies give you ethics training) and (more inmportantly) godd work ethics. Believe me, they don't want scipt kiddies and the like.

    1. Re:A great skill to put on your resume by Anonymous Coward · · Score: 0

      If you're learning CS at a liberal arts school, you've already lost.

  37. Re:Kerry / Edwards 2004 by KingSkippus · · Score: 1

    Having his minions secretly listening in on things that they have no legal right to? Nah, that reminds me of a different candidate.

  38. DJB? by NerveGas · · Score: 1


        I could see some profs doing it out of stupidity, but I could see Dan Bernstein doing it entirely out of arrogance...

    --
    Oh, you're not stuck, you're just unable to let go of the onion rings.
  39. obligatory bash quote by know1 · · Score: 1

    i'm here to packet and chew gum....and i'm allk out of gum

  40. Re:When did Snorting a remote network become illeg by MadMidnightBomber · · Score: 1

    You can't 'snort' a remote network - snort is a Network Intrustion Detection System, so it looks for attacks against you on your local network.

    --
    "It doesn't cost enough, and it makes too much sense."
  41. better than a fork bomb by Anonymous Coward · · Score: 0

    I was working a university unix lab, when, all of a sudden there was a rash of complaints of crashed solaris machines.

    As I looked into it, one student fessed up, and handed over his assignment which was, essentially, to write a fork bomb, and run it, and "see what happens".

    I told them to write down the answer "Lab Attendant swears at me, and tells me my professor is an idiot".

    1. Re:better than a fork bomb by Big_Al_B · · Score: 1

      I was working at a UNIX terminal lab in college when an enterprising young freshman decided to cat all the man pages together and pipe to lpr.

      He had otherwise proven to be an apt UNIX geek so I heard several of his fellow lab users ask him why he thought their terminals had locked up--since asking me would be scary apparently, go figure--and I heard him mumble, "dunno" and then he hustled out before we figured out what happened.

      The lab manager held his many thousand page printout in a large overfull box until he reappeared several days later...and said if he ever did something so stupid again, he'd pay for both incidents at $.10/page.

    2. Re:better than a fork bomb by belmolis · · Score: 1

      Okay, so his approach to obtaining the material was less than ideal, at least he knows how to read!

  42. Reminds me of the last episode of Naruto by vertinox · · Score: 1

    They had a ninja Chnin exam with extremley hard and actually unanswerable questions. The point of the exam was to actually force students to cheat in order to fail the ones they could catch.

    At the end of the exam anyone left (who stayed voluntarily after the 10th question) was passed regardless of whether they had written down any answers or not.

    As long as they hadn't got caught cheating so the expert cheaters were passed.

    After all... The goal of the Ninja is to be able to aquire information undetected.

    Perhaps, the only way to pass this class it to be able to do these tasks without getting detected by the university or authorities.

    --
    "I am the king of the Romans, and am superior to rules of grammar!"
    -Sigismund, Holy Roman Emperor (1368-1437)
    1. Re:Reminds me of the last episode of Naruto by halivar · · Score: 1

      After all... The goal of the Ninja is to be able to aquire information undetected.

      NO. The real purpose of the ninja is to flip out and kill people.

    2. Re:Reminds me of the last episode of Naruto by Anonymous Coward · · Score: 0

      The last episode? There are over 170 episodes of Naruto at present, and the one you mentioned is from the first or second season at most.

      In any event, I agree that their system would probably make a decent basis for a class designed to train people in network intrusion techniques. Of course, the primary purpose of a network security class is to detect such intrusions, not cause them, so I'm not sure just how useful it would be in this situation. (On the other hand, causing such intrusions appears to have been the main point of the assignment, so this professor might disagree.)

  43. In academia by Sycraft-fu · · Score: 1

    Smart and fool go together as often as not. Never have you met so many people that can know so much about so little, people with mountians of theoritical knowledge and no idea how to apply it at all. We have a lab in our building that is devoted to studying networking, and literally most of the people in there couldn't point out the switch in their room, people that have, with a stright face, used the phrase "statically configured dynamic address". It's not like these are art majors who just don't know antyhing, they are all engineers who are studing networking.

    That something like this happens really isn't that supprising to me. You get grad students and professors that have spent a lot of time on theory but have never applied the knowledge in meaningful ways and are out of touch with the real world. Thus they make requests and demands that are totally off the wall because the mental picture they have of how things work isn't anything like how it really works.

    1. Re:In academia by Anonymous Coward · · Score: 0

      But, very importantly, can they spell? If so, perhaps you could get some tips from them?

    2. Re:In academia by Fulcrum+of+Evil · · Score: 1

      We have a lab in our building that is devoted to studying networking, and literally most of the people in there couldn't point out the switch in their room, people that have, with a stright face, used the phrase "statically configured dynamic address".

      What's the big deal? I've done statically configured DHCP - it's quite useful for configuring servers, for instance.

      --
      "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
    3. Re:In academia by Sycraft-fu · · Score: 1

      What they meant, in this case is "We hijacked an address from the DHCP range because we are too lazy to ask for a static address." They seemed to think there was nothing wrong with this and couldn't understand why we were angry.

    4. Re:In academia by Fulcrum+of+Evil · · Score: 1

      What they meant, in this case is "We hijacked an address from the DHCP range because we are too lazy to ask for a static address." They seemed to think there was nothing wrong with this and couldn't understand why we were angry.

      Ahh. The appropriate response is to stick their MAC address in a blackhole list, assuming you have such things where you are.

      --
      "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
    5. Re:In academia by 19thNervousBreakdown · · Score: 1

      The IP in question should have a reverse ARP query done on it before a lease is assigned. What's the issue?

      --
      <xml><I><am><so><damn>Web 2.0</damn></so></am></I></xml>
    6. Re:In academia by 19thNervousBreakdown · · Score: 1

      Er, not reverse. You know what I mean. Blah.

      --
      <xml><I><am><so><damn>Web 2.0</damn></so></am></I></xml>
    7. Re:In academia by Sycraft-fu · · Score: 1

      No, it is against department policy to use any IP in the DHCP range unless it's assigned by the server. We don't want people nabbing random IPs as static when they feel like it, they need to contact the support group (us) and have an IP issued. For a whole host of reasons, firewall configuration not being the least of them, we want our DHCP clients and our static clients in different ranges.

    8. Re:In academia by Siffy · · Score: 0

      Reasons like wanting an organized and working network? Feel like giving my old university a call sometime? They used to have a network that was up only about 80% of the time. Then they went and bragged about having the latest and greatest of Cisco brand routers and switches (latest meaning beta versions that had garbage buggy firmware) 2 summers ago. Supposedly they spent about #500,000 upgrading a network that still runs 10mbit hubs. Their "solution" was throwing away over a thousand class A IPs and setting up a VPN and blocking almost all traffic, including IRC. IRC being the reason I mention blocking traffic. I completely understand wanting to block kazaa and all other P2P software. Their new QoS policy was 105kbit/s down per student and 105kbyte/s up per student. I simply couldn't agree with you more about many of those in universities just not having a clue. No, those speeds are not a typo on my behalf. I always assumed they were a typo on whoever configured the firewall's/router's behalf. Either that or serious miscommunication (and then fear to ask for clarification) between the uni's president and computer network services (CNS).

    9. Re:In academia by LegendLength · · Score: 1

      Never have you met so many people that can know so much about so little, people with mountians of theoritical knowledge and no idea how to apply it at all.

      It's well known fact that 'smart' is not the same as 'knowledge'.

      We have a lab in our building that is devoted to studying networking, and literally most of the people in there couldn't point out the switch in their room, ...

      So they have mountains of theoretical knowledge yet can't identify a switch? Perhaps you are overestimating their knowledge. ... people that have, with a stright face, used the phrase "statically configured dynamic address".

      Just because someone mispoke a word in a 4 word technical phrase, doesn't make them stupid. They also may have been referring to a normally dynamic address that has been made static.

      You get grad students and professors that have spent a lot of time on theory but have never applied the knowledge in meaningful ways and are out of touch with the real world.

      Maybe if you compare them to people who have worked in the industry for an equivelent amount of time. Isn't it also a bit much to ask a uni to do projects that are as 'meaningful' as commercial projects? Ironically this professor has done just that (tried to give them a real world project) and then you lambast him for it!

      Thus they make requests and demands that are totally off the wall because the mental picture they have of how things work isn't anything like how it really works.

      Huge generializations. Give me some examples of how you think professors cannot picture how things work in the real world.

    10. Re:In academia by clymere · · Score: 1

      Net admins block IRC traffic because a lot of worms use it to communicate with each other and build botnets.

      University networks are one of the WORST things to try and maintain. Thousands of new users every year bringing their own machines onto the network, which you have no way of realy locking down effectively due to both resources and the fact that they are private property. Yeah, that sounds like fun to me.

      The bandwidth thing is likely in response to the late 90's when every student on the planet discovered napster and was eating up university bandwidth like crazy.

      Behind every nazish network policy, there is always some horribly abusive user(s).

      I've had to block IRC traffic in a business setting many times. I hate to do it, because i'm an avid idler...but when the local admin somewhere doesn't do a damn thing about cleaning up their machines, then its my job to stop that traffic at the perimeter firewall :/

      --
      once you go slack, you never go back
    11. Re:In academia by Siffy · · Score: 0

      So block connections to the typical trouble networks. I thought it was pretty crappy not being able to connect to freenode for a year. They did plenty of things to students' private property that I considered intrusive. Basically when signing up to get access to the university LAN you signed a waiver stating the computer was considered property of the school while it was connected to the LAN. Then they forced an outdated set of windows updates (from a "patches CD") and blocked windows updates after that. Their patches CD also installed a crappy antivirus package that was a huge resource hog and only got the updates they wanted it to when they got around to it, not updates put out by the maintaners. And to finally have internet capabilities the user had to log into a java based app that died every few hours (unless you killed one of the processes it spawned within a few seconds of it being created). Their solution to people using napster was to make the network so impossible to use that it forced many students to turn to dialup. I know there were plenty of abusive users. Most become one without ever knowing it. They're the same people that ask "Hey, can you take a look at why my computer is having popups all the time. One sec, lemme close all the stuff I opened to this free porn site I found first to show you which windows I don't want."

      But I didn't originally post to consider their policies nazish. More that the network admins were incompetent. 80% availibility, QoS speeds making no sense (and no one noticed for months), buying uncessary hardware that didn't solve anything except adding a sketchy WAN (that they were nazish about letting people use, 1 PC per student policy... And that boiled down to 1 MAC per student. So if you happened to have a laptop with wireless and a desktop you had to choose which you wanted internet on and weren't allowed to run NAT. And if you ever changed your mind which you wanted to have internet right then you lost it on both machines until a 6 or 12 o'clock am or pm when server scripts run and it'd turn on access to the new MAC requested).

      IMO, a really good hosts file on their DNS would have fixed 90% of that network's problems. And if for some reason there were a small group of students that required legitimate access for class to any blocked sites they could have a secondary not so restrictive DNS they could be pointed to.

      Oh, and like I said, they didn't put that bandwidth cap in place til 2004. Way after the "evil napster". Back in 99-00 they didn't really care about napster. If they want to cap it to save money, that's fine... IMO they took it a little too far, but still don't tout 12KB/s as broadband speed to me or anyone else (they did, not saying you) simply because it's a bit greater than dialup.

  44. From the inside by Anonymous Coward · · Score: 2, Informative

    I'm in the class which recieved this assignment.

    I am both an undergraduate CS major and a system administrator on campus. I work with the top-level sysadmins that complained about the assignment, and who likely reported it to the ISC. They're good people that know their stuff, but I think they acted poorly by publicising it. It was a simple assignment which meant no harm. The class has never been taught here before. The CS department's reading of the university AUP and Ethics Policy differed widely from the administration's, and a simple email could have eliminated the confusion. Instead it's on Slashdot.

    I think the ISC and the administration's reading of the assignment's intent was way off base. They both seem to be under the impression that simple port scans are illegal and forbidden, when in fact they occur regularly on the residential network and are a part of having an internet connection.

    The professor is the dean of the CS department and is a very smart guy. He doesn't deserve to have this situation turned against him publicly. We in the class think it's all pretty ridiculous, and will do the assignment using only the approved IPs which we were given today. This was a simple misstep, and should blow over quickly.

    1. Re:From the inside by eric76 · · Score: 1
      I think the ISC and the administration's reading of the assignment's intent was way off base. They both seem to be under the impression that simple port scans are illegal and forbidden, when in fact they occur regularly on the residential network and are a part of having an internet connection.

      That depends where you are. In many locations, simple port scans are illegal and forbidden even though they occur regularly on the residential network.

      For example, while my computer does not have a port 12345 open, under Texas law it is clearly illegal for you to scan my computer to see if it is open because you do not have my authorization to connect to the machine.

      Only the owner of a machine or his authorized representative can authorize a security scan of that machine.

    2. Re:From the inside by Anonymous Coward · · Score: 0

      The professor (and the CS department) believed that he *was* an authorized representative, while the campus administrators did not. That was the source of much confusion.

      Port scans are not illegal in this state, and the administrators know that.

    3. Re:From the inside by Anonymous Coward · · Score: 0

      If your school admin didn't take exceptions to scanning your school's own machines, you may have a leg to stand on. "It's ok to fuck with others, but not with ours" - what was your school's name again?

    4. Re:From the inside by Anonymous Coward · · Score: 0

      And I happen to be an Alumni of this school. I found out about this yesterday and sent an e-mail to the ISC website asking how they could come to their conclusions from the quotations that they posted from the assignment. Their logic simply doesn't work out. They responded and said that they know for sure that they're right and that I can't make any kind of judgement because I don't have the full text of the assignment (as if they wouldn't quote the parts that most support their claims).

      I then obtained a scanned copy of the assignment from one of the lan managers that this was mailed to. I will quote two parts that they didn't include here:

      Your evaluation should determine some or all of the following:
      • Host name and IP address.
      • Operating system, version, last update, patch status.
      • Open ports and, where possible, suggestion of the type of service provided on each port.
      • Shared disk drives and printers.
      • Network traffic.
      • Vulnerabilities.

      Note that the above does not say to break in to the system.

      Note: Since your remote evaluations of computer systems cannot be purely passive, you must take care to ensure that your actions are not seen as intrusive or threatening to the computer site being investigated. You are to conduct your investigation using tools available in the public domain and must not attempt to hack into the system. If you detect vulnerabilities in the system, you must not exploit those vulnerabilities. If you are challenged by a system manager, you may explain your actions and provide a copy of this document. You may also offer to provide a copy of your report to the system manager on completion of your evaluation. If asked to cease and desist, you are to do so immediately and consider another site for your investigation.

      In addition, the ISC had added "(AKA break ins)" into a quote without any identifying formatting to show that this was their commentary. Without this text the claims that they are making can only be described as knee-jerk scare-mongering. (I see that they have finally altered their text to make it explicit that this is their addition and not part of the assignment.)

      I would like to point out again that this assignment does not tell students to hack the system or exploit any vulnerabilities. Port scans and simple checks for what software is running on a machine is not illegal.

      if you'd like to see a full copy of the assignment in plaintext (without any identifying remarks).

    5. Re:From the inside by Anonymous Coward · · Score: 0

      The post is not entirely correct
      techniques should not be performed on their own web servers This is being discouraged over a small specific list of department servers for this campus, but we have many school system admins who are encouraging us to test it out on their servers.
      The description provided in the article is a little misleading

    6. Re:From the inside by Anonymous Coward · · Score: 0

      I meant by "admin" your school management/administration, not the sysadmins.

      1. Professor assigns you to go monitor public servers.
      2. School administration threatens punishment if it is directed against the school's machines (partial set or not).

      In effect, from your (the students') perspective, the school (prof + admin as whole) is instructing you (the students) to snoop on public servers, except for the few the school deems sensitive for its own sake.

      Wait, this mentality sounds familiar... damn, I think your school is the one I went to... ok, let's drop this.

  45. If your server is secure, why worry? by tbcpp · · Score: 1
    Really, folks, if I find someone poking around on my server, I'm not going to go screaming to the law. No, it's a notice to me that I need to beef up security.

    Instead we have half rate Sys Admins getting worried about these students hacking their systems, simply because they are too lazy to plug the holes


     

    --
    Man is the lowest-cost, 150-pound, nonlinear, all-purpose computer system which can be mass-produced by unskilled labor.
  46. Can't blame the professor by portwojc · · Score: 1

    You can't blame the professor for this. It's not like he or she knows how the real world works. After all anyone with any sense well almost any would say this is a bad idea. The Univeristy had sense enough to say no to their own network being scanned then again they're dumb enough to allow it continue.

    So at least the student will have a co-defendant if things go bad.

  47. SANS forgot their phillips by Anonymous Coward · · Score: 0

    Oh wow how awesome! A far-stretched (yep, that's far-stretched. not far fetched for you double guessers out there! Think of it as stetching the rubberband, or in this case the meaning of a concept, even farther from it's actual meaning) comment related to the psyche of someone or some entity. ++ (that's double plus) points for SANS and the Slashdot award of practicing without a license. In the medical field they call people that do that 'quacks', interesting coincidence that a 'quack' is often described as someone with a loose screw.

  48. What the heck is... by egeorge · · Score: 1

    a "practical"

    1. Re:What the heck is... by bloobloo · · Score: 1

      A practical test, as opposed to a theory test (such as an exam). The clue is in the question.

  49. What if there was a separate 'net? by Nexus7 · · Score: 1

    What if a group of people, say neighbors, or firms, or even cities got together, strung some fiber or microwave links between them, and called it MyNet? Physically isolated from the Internet, but nevertheless including entities that are considered separate so far as the conventional or legal definition goes. I think laws such as child porno laws, or externally copyrighted music, would still apply because they are broadly defined. But what if these participating entities explicitly agreed to allow cracking, for one, or the use of strong encryption, or in general, uses which are legally prosecuted to protect the lowest common denominator in computer users, or to allow hooks for prosecuting. Is Internet-2 like this (probably not, because government money is involved). Seems like the Internet space is increasingly being regulated as if, or more harshly than it were meat-space.

  50. So much for ethics... by ivanmarsh · · Score: 1

    I still say ethics should be a required course in IT.

    1. Re:So much for ethics... by Anonymous Coward · · Score: 0

      Ironically, it is at the school this assignment was given.

    2. Re:So much for ethics... by Peter+La+Casse · · Score: 1
      I still say ethics should be a required course in IT.

      Yes, so that people realize there's nothing wrong with port scanning.

      I think ethics courses are great, as long as it's my ethics that are being taught.

    3. Re:So much for ethics... by ivanmarsh · · Score: 1

      Yes, so that people realize there's nothing wrong with port scanning.
      I think ethics courses are great, as long as it's my ethics that are being taught.


      Port scan my systems and I'll show you what's wrong with it.

      But... I didn't say port scanning was unethical... telling students to port scan someone elses systems, while forbidding them from scanning the schools systems is unethical.

    4. Re:So much for ethics... by Peter+La+Casse · · Score: 1
      Port scan my systems and I'll show you what's wrong with it.

      Why not just tell me what's wrong with it?


      telling students to port scan someone elses systems, while forbidding them from scanning the schools systems is unethical.

      Why?

  51. We do something similar here... by netcrusher88 · · Score: 1

    At RIT, the NSSA (Network, Security, SysAdmin) program has a special lab set up for this, connected to the outside world by a single ethernet cable that's usually left unplugged. In this lab, teams of students take each other on - one to lock down a rack of servers, the other to turn the rest of the lab into zombies and break in. Of course, this is done in the safety of an isolated environment, on our own server, so it's a bit different. Teaching black-hat countersecurity stuff is just fine - how else are you to test your own - but come on now, in a safe environment. Another experience we get here? Anti-virus, by releasing viruses into our security lab. So how does Professor Packetslinger intend to teach that, releasing viruses into the wild?

    --
    There's an old saying that says pretty much whatever you want it to.
  52. Re:Scanning ports does not equal breaking in by vertinox · · Score: 1

    No, that's not at all how the law works.

    Someone who leaves FTP service on with no password might be stupid, but you are still breaking the law if you take their stuff or use the server to hold warez.


    Well... Yeah that is how the law works with intrusions, but port scanning is not breaking in (intrusion). It is like you walked up to someone's house and checked to see if the door was locked without actually even opening the door.

    Yes, its kind of dubious, but its not breaking any laws (or at least shoulnd't).

    --
    "I am the king of the Romans, and am superior to rules of grammar!"
    -Sigismund, Holy Roman Emperor (1368-1437)
  53. Multiple fools combined! by MobyDisk · · Score: 1
    This is th kind of stuff that makes my blood burn, and I start re-reading 1984 again. But as with most big mess-ups in life, this requires the combined stupidity of multiple people.

    First: This guy "Handler" from SANS should know full well that port scanning is not a crime. But he goes out of his way to make it look like one.

    It's high time that the principles of academic freedom stop providing shields for felonious conduct or eventually the people and the government will take it away all together.
    Except that research isn't illegal. And even if this weren't academic, this still wouldn't be illegal.
    Student is to perform a remote security evaluation of one or more computer systems. The evaluation should be conducted over the Internet, using tools available in the public domain.

    You got it. This is verbatim. Professor Packetslinger wants the students to conduct illegal activity involving port scanning and vulnerability scanning

    Good thing you quoted him verbatim, because he didn't even come near anything illegal. His own blog refutes his own point! Then, he goes on to misquote the guy!
    The student must provide a written report which has the following sections: Executive summary, description of tools and techniques used, dates and times of investigations [AKA break ins, our words], examples of data collected, evaluation data, overall evaluation of the system(s) including vulnerabilities.
    "OUR WORDS" -- yeah, I guess he thinks that this is just enough to stop the libel suit. Jeeez!

    Second: The university did the worst thing possible. They made it look like the assignment was illegal, while neither condoning the assignment nor disallowing it. If they mistakenly told the professor to stop that assignment then I would say it was an over-reaction and they could correct that. If they ok'd it with the professor then they would be good guys. Instead they just whipped-out the 10 foot poll which makes them even more guilty than Mr. Handler.

    Third: Our elected officials. The issue of the legality of port scans should not even be in question if they even had the slightest clue as to what it was. But instead lawyers and judges can't agree on this point. I just ask for any one group involved to have some common sense. Slashdotters should start emailing SANS in support of this professor.

  54. Cheating 101 by greg_barton · · Score: 1

    I always thought that if I was a (tenured) professor would be a "Cheating 101" class. The objectives would be to teach the students how to cheat effectively. The class would have exams that were on arbitrary and difficult subjects. The students would be forced to cheat to pass them. The exams would be graded not only on how well they did on the exam itself, but how well they cheated and how well they avoided detection. (Even with me knowing they're cheating.)

    The true objective wouldn't be to increase the student's ability to cheat, but to discover what techniques were being used by the students...

    1. Re:Cheating 101 by Anonymous Coward · · Score: 0

      Sounds like a third year engineering class on fourier transforms.

  55. Bl00dy Idiot... by advocate_one · · Score: 1
    stuff like this should be done on an isolated network... ie. for those with a lack of clue, not connected to anything else at all...

    what he should have done was divided the students into small teams (by drawing lots), each responsible for setting up a set of servers on this isolated network to do specific tasks and then set the teams to securing their own servers while trying to penetrate the servers of the other teams.

    Award points for how many other servers you cracked, minus how many times your own got cracked...

    and just to put an edge to it, losing team buys dinner for the winners. Winners get to chose where the meal is (within reason)

    --
    Donald 'Duck' Dunn: We had a band powerful enough to turn goat piss into gasoline.
  56. $ans? by brennz · · Score: 1

    First of all, SANS is considered the "entry level" security group. They overhype security issues on a regular basis. They remind me of Steve Gibson of GRC, another self proclaimed "security expert". They rehash old issues all the time. My favorite quote about them is actually from Dave Aitel though.

    "I think it's funny they call themselves handlers instead of "people without computer science degrees or any knowledge of computer security trying desperately to learn how to read shellcode and informing a legion of other people about vulnerabilities, worms, and exploits a. la. the blind and deaf leading the blind".
    Reference http://lists.virus.org/dailydave-0405/msg00075.htm l

    It appears SANS is trying to throw into question the legality of port scanning. Did they get wrong too? Maybe they should make another class on this, charge $2500 for 5 days of powerpoint sessions instead of showing their ignorance.

    A professor not adhering to a best practice is a minor issue, at best. However, one round of namecalling deserves another!

    I expect to be modded flame/trolling for this, but it is the truth.

  57. A better way to teach this. by StacyWebb · · Score: 3, Insightful

    Would be to have seperated the class into two teams with two networks and then have them secure their networks. Then launch attacks angainst one another. This way they see both the way attacks are made along with how to protect their network from them.

    1. Re:A better way to teach this. by fistfullast33l · · Score: 2, Insightful

      Interesting idea but I think that you'd run the risk of the geekiest students in the class taking over each team and the other kids not participating. Obviously this assignment was designed so that each student could prove they knew a little bit about portscanning and such. I think if you modified your approach to require like rounds where one student from each team launched an attack and another student had to respond it might guarantee more participation.

    2. Re:A better way to teach this. by Crayon+Kid · · Score: 1

      Would be to have seperated the class into two teams with two networks and then have them secure their networks. Then launch attacks angainst one another.

      I dunno, some security experts seem to think that "penetrate and patch" is not such a brilliant idea after all.

      --
      i ate crayons when i was a kid and now i have two braincells and the blue ones taste nicer
  58. MOD PARENT UP by finiteSet · · Score: 1

    If there is a post to mod up, it is this one. There is going to be a lot of hype and over-reaction out of ignorance of the situation, and a misunderstanding of the intent of the assignment and the professor (the ISC's writeup of it is inflammatory and absurd). Help cut the sound-to-noise ratio and mod the parent up.

    --
    If we start buying CDs then the terrorists have already won.
  59. honeynet by Anonymous Coward · · Score: 1, Interesting

    I'm a professor and had some undergrads create a honey net out of outdated computers and open-source software (except for the windows honey box). The central computing folk were unhappy because I was looking at packets which got through my firewall -- violated the university privacy rules. Sysadmins across campus were REALLY unhappy because vulnerable machines (honey) existed -- the fact that they were contained was lost on them. I was forced to shut the honey net down. There was all sorts of irony in the situation.

  60. is is gonna be bad. im half in the mood to rant. by frankm_slashdot · · Score: 1

    the internet is a safe place. i dont care what fanatical people rant about. im fanatical and i say that as long as you take all the necessary precautions, ie: strong encryption, a secure/patched OS, penetration testing if you run your own server.... etc. you'll be fine 99% of the time. and the other 1% of the time you'll be prepared.

    the second you put your service online it is YOUR business to secure it. its like opening a door on the sidewalk and telling people not to look in as they pass. its just not practical. if you cant handle your own shit what are you doing on the internet?

    heres a clue - people who are going to fuck your shit up are most likely self taught. no one goes to school to become an elite hacker. people who are in these classes are most likely our best shot at protecting our future internet because unfortunately - they're the people who are gonna get the jobs they interview for... because of their degree. me? i'll run circles around half of those assholes but i'll never get the jobs they will nor the salary. c'est la vie.

    this rant was much better in my head, trust me.
    but i gotta train to catch. hah any women in the absecon, nj area who want to get some coffee meet me at the absecon train station at 4:50. i wear an element hoodie. see ya there.

  61. Email to the University Admins by Anonymous Coward · · Score: 0

    The following email was sent to the members of the sysadmin group for the university.
    I've removed the university's name, because it doesn't seem to have been made public yet. And yes, he did type "hear" instead of "here".

      First off I support learning, fiddling, tinkering, etc. Also I believe, in general that we treat network traffic internal to [THE UNIVERSITY] as friendly, i.e. I don't ask for blocked ports, I don't put deny lists in my Windows configurations. I desire to play fair, and not unduly restrict access to and from other areas of campus. I believe that all of us have enough to worry about from the ugliness that comes from outside our network.
    However, I also know this - Windows is always breakable, there are more ways than I can count, know or are familiar with to break into, scan, ping and generally poke a Windows box into giving up info. But I don't worry about this because I assume that the traffic coming from campus is attached to the following - IP address and username that make the person RESPONSIBLE for their behavior, wither they're coming over wireless or the modem pool or God Know's Where. I, however, am not familiar with the procedures and tools that the students are going to be using to explore [THE UNIVERSITY]'s network.
    I work to make my resources available to folks on campus.
    People from elsewhere are blocked at the border, you can't get to my Web & DB servers easily from off campus (no that's not a challenge to prove me wrong). Also, I don't have nitty gritty access to my subnet's router to shut all the unwanted crap off (IPX, NetBios, ARP, PING, SSH), nor can I make choices on how the average machines in my area are protected. You see I have this things called USERS and NO MATTER what steps I take to educate and contain their access and rights, they'll find a way to do something I told them not to do.
            But wait...that's not what I'm hired to do anyway, I'm hear to provide them with the tools they need to support students and their professorship and give them enough information and setup an environment where they can work with people from all over campus. They do this with things that give me the heebie-jeebies, Remote desktop coupled with Automatic Profile generation via ZenWorks, but that's what they need to make what they do WORK. I don't need a CS student telling me that's bad..>DUH.
            If you want me to play Corporate Network, I'm sorry I don't have the equipment, and I deeply apologize for not being a Paragon of Windows & Network Security. Trust me, I'd love to do all sorts of things to keep the rest of you out, but that's NOT what we do at [THE UNIVERSITY].
            I don't go to my neighbors house, check the door, and if its unlocked, walk in and proceed to take an inventory of their belongings. I don't really care how educational it would be, I leave him alone, together we're more worried about people who AREN'T our neighbors bothering us. I HOPE that the students realize that they are mucking around in people's business and livelihoods, and that [THE UNIVERSITY]s internal network is NOT a good example of a corporate network with subdivisions and zones of security. If I'm going to start seeing activities from across campus that's NOT friendly then I'll have to assume that [THE UNIVERSITY]'s network is no longer safe, and I'll have to treat it in a manner similar to the Internet.
            I would SUGGEST that for this class, Like we do over here in CBE for our telecom courses, SET UP a network for the students to do these sorts of activities, without jeopardizing anyone or anything. Also, in a longer term solution, an internship/partnership with a company that would allow these sorts of experiments. Just a thought.

    1. Re:Email to the University Admins by boomi · · Score: 1

      I'm not easily offended, but lumping ARP, ping and SSH together with NetBios _and_ calling it "unwanted crap" sure makes my blood boil. Maybe another member of this university has access to the routers to turn off ARP? It's your duty to help this poor fellow.

    2. Re:Email to the University Admins by Anonymous Coward · · Score: 0

      He's not exactly a shining example of system administration skills. The university does have good sysadmins, they're just too busy actually keeping their systems secure to whine about a handful of CS students from on campus poking at the firewall.

    3. Re:Email to the University Admins by robertjw · · Score: 1

      I hope that's true. I've been sitting here wondering what kind of IT department would get worked up about a few portscans.

  62. Totally ludicrous by spyrral · · Score: 1

    If anything, they should require that the students restrict themselves only to university servers. That way they aren't liable for any third party complaints. But that would undoubtably reveal numerous holes in the university's servers, which would be embarrassing and time consuming for the university's IT department. And we all know that university IT departments spend more time avoiding work then doing it.

    What I think happened: the university's IT director found out about it, realized how bad it could make him look, and convinced the Dean of Corrections that this was a bad, bad thing. Fucking Ivory Towers, that's why I'll never work in a university setting again.

  63. This is really stupid.. by xot · · Score: 1

    I dont think that running a port scan is illegal by any standards or any computer/server on the internet.Its not that they are breaking into the computers but just seeeing whats ports are open or what services are running.
    Trying to exploit any of the found vulnerabilities is a different story altogether.

    Of course 'the prof' could/should have done it in a secured environment within the uni but its ok if he didnt.Mr Handler is obviously overreacting and giving it more attention than it deserves.

    --
    Lord of the Binges.
    1. Re:This is really stupid.. by The+Ape+With+No+Name · · Score: 1

      Umm, it isn't illegal but violates AUPs with any number of ISPs along the way.

      --
      Comparing it to Windows will be a moot point, since El Dorado is going to have a 40% larger code base than XP.
  64. Prompt by Cow+Jones · · Score: 1
    If students are caught performing any scans against university computers then it would prompt: "Disabling their student account and referring them to the Student Dean of Corrections."

    It's a bit long, but as long as I get a prompt after my "reconnaissance"...

    --

    Ah, arrogance and stupidity, all in the same package. How efficient of you. -- Londo Mollari
  65. He's training criminals by Cornswalled · · Score: 1

    What's the course called, "Terrorist and hacker training 204"?

  66. Public-domain tools? by slavemowgli · · Score: 1

    Are there *any* security tools that actually are in the public domain? Last time I checked, stuff like nmap, hping2 and the like was all copyrighted (and licensed under free licenses, of course, but decidedly not in the public domain).

    --
    quidquid latine dictum sit altum videtur.
  67. obviously this "school" has no ethics courses by swschrad · · Score: 1

    I would think that if they don't operate their own honeypot for this purpose, their accreditation should be cancelled. who is this scurvy outfit, anyway?

    --
    if this is supposed to be a new economy, how come they still want my old fashioned money?
  68. I don't bother with basic shit by Sycraft-fu · · Score: 1

    Don't even log it. However if our IDS throw up an alert for a prodding with some effort, like a port scan and then messing with the various services, I'll go and fire off an e-mail to the ISP.

    1. Re:I don't bother with basic shit by sjames · · Score: 1

      In the old 'Wild West' days of the net, I used to use and attack daemon. Tickle it's port and it floods you off the net. Now, that's illegal and more of the scans come from corporate networks that won't go down from a brief flood ping, so I don't use it anymore.

  69. Re:2 legal, 2 illegal, solutions w/o getting caugh by Fulcrum+of+Evil · · Score: 1

    The last two are available due to the fact that most sysadmins aren't being paid to look at logs all day; and that home users don't have the extra cash to pay a sysadmin at all.

    Why read logs when you have computers that do it for you?

    --
    "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
  70. using tools available in the public domain by Peter+La+Casse · · Score: 1
    "using tools available in the public domain"

    That's not going to get the students very far. Are there any public domain security tools?

  71. Re: ninja meaning of lif by johnjaydk · · Score: 1
    I toght this was the meaning of ninja lif(e): ninja rap

    --
    TCAP-Abort
  72. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  73. Re:2 legal, 2 illegal, solutions w/o getting caugh by Marxist+Hacker+42 · · Score: 1

    Why read logs when you have computers that do it for you?

    Done properly, all the port scanner programs I've seen have a setting to defeat automatic log readers from detecting the scan: random period wait between ports. The best ones also do random access port scaning instead of sequential.

    --
    SJW: a person who perceives an injustice, and while correcting it, commits a greater injustice.
  74. The real story... by RecycledElectrons · · Score: 1

    As a college professor, I routinely assign my networking & security students to probe (e.g., prot scan) systems to see what they will get.

    The real story here is the hypocracy. The professor assigns his students to go probe other peoples' systems, while the school has a policy against people probing their systems.

    Andy Out!

  75. Re:When did Snorting a remote network become illeg by Anonymous Coward · · Score: 0

    http://www.kenttrust.com/portscanning.htm

    A neet little look at this. I'm not sure about the accuracy of the information but it sounds right.

    Also here is another link that has a case referenced.
    http://www.asianlaws.org/cyberlaw/library/cc/ptsca nning.htm

    It says "In November 2001 a federal US court has dealt with a case of port scanning in the Moulton v. VC3 case under 18 USC Sec. 1030(a)(5)(B), of the Computer Fraud and Abuse Act of America. The facts of the case were as follows.

    Scott Moulton was a network security consultant, who had a service and maintenance contract with the county 911 Center to perform computer network related work. He was arrested and charged with violating the Computer Fraud and Abuse Act after he port scanned the 911 center's computer network. The defendant stated that he was concerned with the security of the network and had been authorized by the county in the service contract to maintain the networks. The defendant scanned the vulnerability of the LAN network between the sheriff's office and the 911 Center and performed a series of remote port scans on the system. The system's network administrator was using a network analyzer and a firewall system and he was able to immediately notice the port scanning activity. The Sysop then e-mailed the defendant questioning him the reason and the motive for scanning the ports. On being challenged, the defendant behaved in a suspicious manner, by quitting the scanning activity and immediately emailed back, informing the administrator that he had a service contract with the county and he was authorized to check the security of the network.

    Concerned about the network's security and the act of the defendant, the network administrator then contacted the sheriff, who in turn arrested the defendant on state and federal computer crime charges.

    Charge:
    Specifically, Moulton was charged with violating 18 USC Sec. 1030(a)(5)(B), which prohibits the "intentional accessing [of] a protected computer without authorization, [that] as a result of such conduct, recklessly causes damage."

    Argument:
    The county denied that they gave him authority or 'access' to conduct port scans on the system and argued that he accessed the computer unlawfully and with intention. Additionally the County alleged that it had to spend time and money to research the scanning and determine whether there were any penetrations of the system. But they admitted that Moulton caused no structural damage. In this case, the county argued that the act of port scanning itself was a crime. But the judge did not accept that argument.

    Held:
    The court said the statute clearly states that the damage must be impairment to the integrity and availability of the network. Since the county's network security was never actually compromised and no program or information was ever unavailable as a result of the defendant's activities. If there was no impairment from the scanning or the scans weren't so excessive or load bearing that the network's availability was interrupted, then there was no damage. Without damage, there is no crime, which is what the Courts held in the case. The court didn't need to address the damage element since the County failed to prove it conclusively.
    "

  76. Re:2 legal, 2 illegal, solutions w/o getting caugh by Fulcrum+of+Evil · · Score: 1

    Done properly, all the port scanner programs I've seen have a setting to defeat automatic log readers from detecting the scan: random period wait between ports. The best ones also do random access port scaning instead of sequential.

    So run a tripwire on a handful of random ports, well away from normal traffic. Trip one or two and your IP gets banned or, if you're feeling vicious, redirected to a honeypot server.

    --
    "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
  77. Completely blown out of proportion by MrJynxx · · Score: 2, Insightful

    Ok,

    so let's run through this scenario. The professor for a computer science security class wants students to scan some networks. This is the type of information he wants them to provide

    "He wants them to write an evaluation of what they find: what ports are open and what service could be running on them, Host names and IP addresses, OS, version, last update, patch status, what shares are available, what kind of network traffic and what vulnerabilities they see."

    Some people have suggested to setup a sandbox, my question is where are you going to get the servers? Do you think that shit appears magically? Who can verify the actual network sandbox was setup properly? The students? An outside consultant? You see all of this stuff costs $$$, I'm sure the professor has an already small budget to do his own research but that's about it.

    The next point is how is this illegal? The students must use apps that are available on the public domain. And if you think some uber hacker must of written it you are incorrect. Did you know OSX has a port scanner built into it? I put in the address, it tells me all the open ports. Is that illegal? Oh and what type of services are running on them? Common, what is up with that, that's so easy to figure out! Just google the port num, and you'll get a listing of all the possible apps that could use this port.. It's not rocket science! You could also connect to it by telneting to the port and see if any user input returns a response from the server.

    How is determining host names illegal?? A simple NSLOOKUP will tell you what the DNS name, and you can go even further and check those DNS lookup sites and figure out who the contact is. Try it.. It works pretty well!

    All of the other information is easily accessable, if this equates to illegal hacking then I technically had no idea what illegal hacking really is..

    Now if this guy wanted his students to actually try and break a system then yes, I don't agree with it. But if they're just simply exploring the different tools available to them on the internet what's the big deal?

    MrJynxx

  78. Identity of the School by Anonymous Coward · · Score: 0

    The school in question is Western Washington University.

    The class is Computer Security CS461, taught by David Bover. (He also happens to be the head of the CS department.)

    1. Re:Identity of the School by Anonymous Coward · · Score: 0

      Proof?

    2. Re:Identity of the School by Anonymous Coward · · Score: 0

      None. You'll either need to take it or leave it. If the assignment was posted I'd link to it, but it's not.

    3. Re:Identity of the School by Anonymous Coward · · Score: 0

      Here's your proof, an article in the local paper.

  79. Re:2 legal, 2 illegal, solutions w/o getting caugh by Marxist+Hacker+42 · · Score: 1

    So run a tripwire on a handful of random ports, well away from normal traffic. Trip one or two and your IP gets banned or, if you're feeling vicious, redirected to a honeypot server.

    Which doesn't harm this assignment in the slightest- since the actual assignment is to report what they saw during the scan, not what is the truth. If what the student sees during the scan is exactly what the professor sees during the scan, then the student gets the grade. Likewise, you'd have to do a lot more detective work than just redirecting traffic to a honeypot server to actually tie an IP address (possibly a dialup IP address) to a name to prosecute. If your time is so unvaluable that suing people for such a minor infraction is profitable use of your time, then you should be far more worried about developers in Bangalore than some student doing a port scan who is never seen again.

    --
    SJW: a person who perceives an injustice, and while correcting it, commits a greater injustice.
  80. which jurisdiction? by plopez · · Score: 1

    So my point is it may be legal in some countries and illegal in others, I don't know. As well as he may be unintentionally launching a DOS attack.

    What does this prove anyway? He should set up an isolated lab with various servers at various levels of 'hardening' and turn the students loose. The first person to crack a BSD machine would automatically get full credit. Minimal points for an unpatched Windows box.

    While we're at it, why don't we just put some anthrax infected sheep into the subway or unleash rage infected monkeys into the dorms, just to see what happens?

    --
    putting the 'B' in LGBTQ+
    1. Re:which jurisdiction? by Cederic · · Score: 1


      Illegal in the UK. Admittedly that's not from a precedent setting court yet, but I'd very strongly recommend against risking it.

  81. Re:2 legal, 2 illegal, solutions w/o getting caugh by Fulcrum+of+Evil · · Score: 1

    Likewise, you'd have to do a lot more detective work than just redirecting traffic to a honeypot server to actually tie an IP address (possibly a dialup IP address) to a name to prosecute. If your time is so unvaluable that suing people for such a minor infraction is profitable use of your time, then you should be far more worried about developers in Bangalore than some student doing a port scan who is never seen again.

    Who said anything about prosecution? I just want to waste their time, while keeping them from wasting mine.

    --
    "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
  82. how can you watch your ports? by radarsat1 · · Score: 1

    I don't know if I'm posting this in time to get an answer, but I just thought I'd ask a related question... with these kinds of stories, I always see people write comments such as, "if I saw that someone was poking at my ports to see if any of them were open..."

    Well, I'm not a sysadmin so I don't know much about this kind of thing, but what sofware do you use to "watch" your computer to see if people are poking at it? I'm wondering about how to do this with primarily Linux, but also Windows, and OSX...

    As far as I understand, on my Linux machine as long as I don't have any servers running on a particular port, I'm not open on that port. And even if I have, for example, rsync running, which I use between machines in my home, if it's not passed through my router's NAT, it's not available to the internet, right? How can I check if someone's poking at me? (I use a D-Link route and Gentoo linux)

    1. Re:how can you watch your ports? by lucm · · Score: 1

      If no service is listening on a port then this port is not an issue (apart from flooding or DOS). However you must be sure that no service unknown to you is listening, like inetd on Linux or rpc on Windows. You must also know that some protocols will open ports almost randomly once a communication is established, like passive FTP.

      Probing is a way to detect which ports are open and what kind of services are running; Nessus (on Linux) and GFI Languard (on Windows) are two very common probing tools. In many countries it is not legal to probe ports on servers that you do not control: this is why the assignment in the OP is illegal.

      If you have network services running on a machine, you can install a firewall that will allow you to choose who can access those services. Default configuration on most hardware firewalls (like you D-Link) will block incoming and allow outgoing traffic. If you don't want people from the internet to connect on your local machines then you don't have to worry, just make sure to update your firmware once in a while. Those products are fine for such usage, and possibly they have logs that you can watch to see who tried to probe your ports.

      If you allow incoming traffic then it is another issue. By incoming I mean traffic that is initiated by someone on the outside, not answers to requests you made. If you have incoming traffic you would need a firewall with packet-inspection capabilities; it would make sure that the packets that are passing on the open ports are related to the purpose of the said ports. Efficiency of detection will vary from one product to another, but on most home products (like your D-Link) it is not available at all.

      Also you would need an intrusion-detection system (IDS) both on the gateway and on the critical systems. IDS can detect various patterns of attacks. A well-know IDS is Snort.

      Firewalls and IDS will send lots of information to logging devices (generally a syslog daemon), and it is possible to install or design a software to warn you (email, pager, blinking gizmo on a screen) when specific events are logged. You could also have a look at reports on a regular basis, or do some kind of data-mining in your logs to detect trends or bizarre behaviors.

      --
      lucm, indeed.
    2. Re:how can you watch your ports? by radarsat1 · · Score: 1


      it would make sure that the packets that are passing on the open ports are related to the purpose of the said ports.

      Wow, I didn't know that this was done, actually. Although now that I think about it I guess this is what is refered to as "traffic shaping", which has had a lot of focus related to bittorrent lately..

      And I suppose this is impossible to do in the presence of encryption.

      Thanks for taking the time to answer me!

    3. Re:how can you watch your ports? by smoker2 · · Score: 1
      IMHO, the best way to control your ports is to close all of them, then open only the ones you know you need.

      On linux this can be done with iptables, with the last line as -

      iptables -A INPUT -j DROP

      The previous lines would allow incoming connections to those ports/services you require access to be enabled to, ie.

      # Allow incoming port 22 (ssh) connections on LAN/wan interface
      iptables -A INPUT -i eth0 -p tcp --destination-port 22 -j ACCEPT
      # Allow incoming port 80 (http) connections on LAN/wan interface
      iptables -A INPUT -i eth0 -p tcp --destination-port 80 -j ACCEPT
      #Drop all other traffic
      iptables -A INPUT -j DROP
      You could also use DENY but that actually replies to the port scan which reveals the presence of something interesting to the scanner. With DROP the packets go straight to the bit bucket and from the scanners perspective, they just disappear.

      Here is a basic howto for iptables, google for the rest.

  83. .pdf of the assignment by sethlong · · Score: 2, Informative

    Here is the actual assignment. Looks like he carefully told students not to hack into anything.

    http://niksbox.net/Assignment3.pdf

    1. Re:.pdf of the assignment by Anonymous Coward · · Score: 0

      yep, seems blown out of proportion according to the assignment.

  84. Re:When did Snorting a remote network become illeg by MadMidnightBomber · · Score: 1
    I of course mean running Nessus against a remote network... doh.

    I honestly don't know - check your local computer crime laws before trying it out, and check with your service provider. They can easily give you the chop even if the action is technically legal. Don't assume it's OK just because it's not supposed to do any damage.

    --
    "It doesn't cost enough, and it makes too much sense."
  85. Re:When did Snorting a remote network become illeg by Tiger4 · · Score: 1

    "When did Snorting a remote network become illegal?"

    Just last year, where have you been? The War on Drugs is never ending. Congress will stop at nothing to save you from yourself, even if you are trying to suck a ground up motherboard into your nose.

    Just Say No!

    --
    Behold, this dreamer cometh. Come now, and let us slay him... and we shall see what will become of his dreams.
  86. Try it. by Anonymous Coward · · Score: 0

    There's a dam about a mile from my house and one day after a huge rainstorm 2 years ago I rode my bicycle down to the dam to watch the overflow. It was spectacular. It was about 8am saturday morning. I took my pocket digital camera and started taking pictures.

    All the local guard came out and asked me who I was. I pointed out that I was a neighbor and they made me leave.

    Now, I guess I could push the issue, but there's no doubt I'd be arrested.

    So taking pictures these days in public is not appreciated.

    1. Re:Try it. by Siffy · · Score: 0

      I think many of us find that hard to believe. Care to post the pictures for proof? Typical person would have snapped shots of the guards before running off, so let's see those too.

    2. Re:Try it. by SnowDeath · · Score: 1

      Typical Person with no brain or a deathwish perhaps. Self-perservation > prooving to ID10T's that have their heads stuck in the sand.

  87. script it by hal9000(jr) · · Score: 1
    Must be nice to have a lot of time on your hands. If I was to sit at work and read my FW logs all day and contact every ISP that probed my ports (That kind' sounds dirty) then I would probably be sitting in front of my PC 24x7.

    Script it. Pseudo code to follow:
    If (detect port scan) then
    do arin lookup;
    find abuse address OR assume (abuse@, NOC@, postmaster@)
    send email to address with logged entries.
    Log attempt.
    I wrote something like this long ago but turned it off because of the amount of emails sent. But I could have just put in a counter to alert on the most egregious offenders like the SOB that attempted 2147 login attempts on my openssh server in a 10 minute time span.
    1. Re:script it by Crayon+Kid · · Score: 1

      [..]like the SOB that attempted 2147 login attempts on my openssh server in a 10 minute time span.

      Dude, that's just asking for it. Why would you allow so many attempts in the first place? Should've used time limits and sensible timeouts. A real human should not need more than 3 attempts before he realizes he's forgotten his password, or need to try more than once ever 10 seconds or so.

      --
      i ate crayons when i was a kid and now i have two braincells and the blue ones taste nicer
  88. Identity of the School by Anonymous Coward · · Score: 0

    The school in question is Western Washington University. indiana.edu The class is Programming on the Go B490, taught by Kay Connelly. (She also happens to be the Associate Director of the Center for Applied Cybersecurity Research)

  89. Re:2 legal, 2 illegal, solutions w/o getting caugh by Marxist+Hacker+42 · · Score: 1

    Who said anything about prosecution? I just want to waste their time, while keeping them from wasting mine.

    Well, the school did for one- any student caught scanning school computers will be refered to the Dean. My suggestions were to go to machines that are far less likely for anybody to be paying any attention to port scans in the logs.

    --
    SJW: a person who perceives an injustice, and while correcting it, commits a greater injustice.
  90. Isn't it his job to teach his students? by Fefe · · Score: 4, Insightful

    How would you teach security if not by trying out the attack tools?

    I don't see what the hoopla is about here. He asked them to do a scan, not open them up and format the hard disk or download files on it.

    Maybe his next assignment is the ethics. Maybe it's just a test to see if any of his students find this ethically wrong and refuse to do it. Maybe he would have given them extra points.

    I run several servers on the Internet, and I get port scanned all the time. Even more so at home, where my dynamic DSL IP is hit by worms many times each day.

    Dear American proto-hackers, you are welcome to come to Europe and learn the tools of your trade here. We meet every year between Christmas and New Year at the CCC Congress, and we have a LAN there, so people can get acquainted with the tools.

    1. Re:Isn't it his job to teach his students? by smurfsurf · · Score: 1

      "Go on and scan some machines, but not the university ones or you will get your account revoked." sends exactly what message?

  91. 1 head a-rolling by Anonymous Coward · · Score: 0

    Unless they define the limits of the task quite tightly, I'd imagine that were one of his students to take it too far, then he'd be held partially responsible for any criminal activities. Also... Not really a great idea if some company comes a-knocking...

    1. Re:1 head a-rolling by fishbowl · · Score: 1

      Yeah, all it would really take is a letter to the Dean with a sworn deposition that a professor has asked a student to commit a specified federal crime. If corrective action isn't taken immediately, RICO statutes come into play, and the Dean is named as a co-conspirator.

      How is this different from a chemistry professor assigning a term project that involves synthesizing and distributing Ecstacy? (That happened, more or less, and the professor went to prison! -- it wasn't exactly 'an assignment' in that case, but what's the difference really?)

      --
      -fb Everything not expressly forbidden is now mandatory.
    2. Re:1 head a-rolling by Anonymous Coward · · Score: 0

      The ISC write-up is all hype and grotesquely distorts the actual assignment. There were no crimes committed, no one is going to jail.

    3. Re:1 head a-rolling by fishbowl · · Score: 1

      "The ISC write-up is all hype and grotesquely distorts the actual assignment. There were no crimes committed, no one is going to jail."

      I know. I was just going to the worst case scenario because the real scenario is boring.

      --
      -fb Everything not expressly forbidden is now mandatory.
  92. Re:Scanning ports does not equal breaking in by fishbowl · · Score: 1


    "Well... Yeah that is how the law works with intrusions, but port scanning is not breaking in (intrusion). It is like you walked up to someone's house and checked to see if the door was locked without actually even opening the door."

    Where I live, that is quite clearly aggravated trespassing and actually justifies the use of lethal force.

    Going up to the porch is acceptable. Trying the door is attempted burglary. Jumping the back fence is criminal trespass, and trying the backdoor is burglary.

    --
    -fb Everything not expressly forbidden is now mandatory.
  93. Re:Scanning ports does not equal breaking in by vertinox · · Score: 1

    Going up to the porch is acceptable. Trying the door is attempted burglary. Jumping the back fence is criminal trespass, and trying the backdoor is burglary.

    Then again what if its a store? Or the preson thinks it is a store? Would you arrest someone because they walked to a place and pushed on the door?

    I can't think how many times I tried to enter a place only to find it was locked. Maybe it was the wrong entrance or after hours, but doesn't mean I had intention of breaking in.

    --
    "I am the king of the Romans, and am superior to rules of grammar!"
    -Sigismund, Holy Roman Emperor (1368-1437)
  94. OT--"landing strips for gay martians" by endoboy · · Score: 1

    is that something like a brazilian wax?

    1. Re:OT--"landing strips for gay martians" by Fulcrum+of+Evil · · Score: 1

      is that something like a brazilian wax?

      If you have enough hair back there for a landing strip, umm, I don't want to know.

      --
      "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
  95. We were encouraged... by sr180 · · Score: 3, Insightful
    When I did my engineering degree, with the computer science subjects we were encouraged to explore the network and understand its topology. We even had assignments where we HAD to do this and report back with what we knew about what was where.

    Its a bit like open source software.. The information is public, what problems are there by students looking at it. As long as the dont actually compromise anything, they could be helping it security.

    In this case, I think the IT Staff are being idiots.

    --
    In Soviet Russia the insensitive clod is YOU!
    1. Re:We were encouraged... by lucm · · Score: 2, Insightful
      what problems are there by students looking at it

      If the assignment was to put a sniffer on the student's network adapter and watch the packets passing by, then it would do no harm. But probing is not passive, it is active, and it can be harmful to the target server. You might compromise a service without knowing it.

      Every month thousands of idiots are probing the ports on my firewall, eating away my bandwith (which *I* pay for) and adding load on my firewall's CPU (which *I* paid for). And I am a home user with nothing interesting to steal from. Do you have any idea how much bandwith and CPU is wasted at Google, Yahoo or Microsoft because of the same kind of wannabe hackers?

      --
      lucm, indeed.
    2. Re:We were encouraged... by Ziviyr · · Score: 1

      If the assignment was to put a sniffer on the student's network adapter and watch the packets passing by, then it would do no harm. But probing is not passive, it is active, and it can be harmful to the target server. You might compromise a service without knowing it.

      So, collecting data including plaintext logins and conversations is okay. But looking around the neighborhood is bad, because shit might blow itsself up?

      --

      Someone set us up the bomb, so shine we are!
    3. Re:We were encouraged... by lucm · · Score: 1

      In a switched environment, a sniffer on a network card will see only the traffic specific to this card. So if you put a sniffer on your own computer, then yes, it is ok to collect your own data, unless you don't trust yourself...

      As for "looking around", it is very different from "probing". Looking is passive; you just let the information come to your eyes. It is the same as sniffing. Probing is active: you actually send packets and analyze how the remote system is reacting. So it is more like knocking at doors and checking if windows are locked.

      Probing can be harmful for the target if it is not designed to handle the kind of data you send. Also on big systems probing will trigger an alarm, so it will bother the sysadmin as well. Quite rude.

      --
      lucm, indeed.
    4. Re:We were encouraged... by Ziviyr · · Score: 1

      it is ok to collect your own data, unless you don't trust yourself...

      Or if it is against your own policies.

      Probing is active: you actually send packets and analyze how the remote system is reacting. So it is more like knocking at doors and checking if windows are locked.

      Probing can be harmful for the target if it is not designed to handle the kind of data you send. Also on big systems probing will trigger an alarm, so it will bother the sysadmin as well. Quite rude.


      Web browsing is also active: you actually send packets and see how the remote system is reacting. This is similar to most protocols on the internet.

      If a system reacts poorly to messages it was set up to recieve across the net, a large portion of the blame goes to whoever set it up that way. If the triggering was not malicious, it may become a situation where flaws were learned and the system is made more secure or robust. Rest assured if all the good intentioned people stopped causing this, the bad intentioned ones would have alot more to work with and likely do alot more harm with it.

      Re: big systems and their sysadmins. Guess who set unusual traffic up to be annoying and how much they're getting paid to do it. Woe are they who have jobs, so rude to validate said job and help identify points where improvement can be made.

      --

      Someone set us up the bomb, so shine we are!
  96. Re:Scanning ports does not equal breaking in by fishbowl · · Score: 1


    "Then again what if its a store? Or the preson thinks it is a store? Would you arrest someone because they walked to a place and pushed on the door?"

    The distinction is usually framed in terms of whether a reasonable person would believe it was acceptable. In a strip mall at 3:00 in the morning, you'd better have an explanation. A store that's usually open at 3:00 in the afternoon, but the door is locked, it's reasonable to try the door.

    "I can't think how many times I tried to enter a place only to find it was locked. Maybe it was the wrong entrance or after hours, but doesn't mean I had intention of breaking in."

    And the store owner would likewise have no reasonable apprehension of his life or property being in danger. He would be wrong to detain you or use force against you in a situation where you acted reasonably -- and he would be liable for assault if he did so. As for law enforcement officer, it's up to the officer to determine if there is cause for suspicion, and you could indeed find yourself in a position where you'd have to explain to the officer's satisfaction that you thought the door would be unlocked, open to the public, etc. Whether police officers are always able to take the point of view of "a reasonable person" is a subject of some debate, but you can be sure the state will take that view...

    If keeping the peace were as simple as an elementary flowchart, we would never have needed a system of justice. I don't understand why people insist on trying to narrow down the idea of law and order by focusing on corner cases, or by trying to force false analogies to fit. (If I had a dollar for every time someone has explained copyright infringement in terms of stealing a car...)

    --
    -fb Everything not expressly forbidden is now mandatory.
  97. SANS is French for without.... by Decius6i5 · · Score: 3, Insightful

    The hyperbole displayed in this post is exactly the sort of behavior that computer security professionals should avoid engaging in. People who take undue offence at obviously innocent acts and run around making completely unfounded accusations of mal-intent and criminal liability are the sort of network operators who can make a workplace a living hell for people who are trying to get things done. Its a power trip and in a serious corporate environment it is totally inappropriate. Security professionals should be focused on real threats to business continuity rather then getting their rocks off by hunting down port scanners. It should be painfully obvious that nothing about this assignment is either illegal or immoral. The students are asked to perform a vulnerability assessment. They are asked to collect information; they are not asked to act on that information and break in. If you want to understand how security gets done it makes sense to take a look at someone who is doing it and see what they are doing. Its the kind of activity that might raise suspicion in the event that the intent was to use the information collected in the subsiquent commission of a crime, but that obviously isn't the intent here, so there is no REAL problem. If your Internet connected computer is so weak from a security standpoint that this kind of snooping is enough to impact your operation then I suggest you stop reading this and go check on it because you are probably offline right now. Obviously one needs to be careful in performing this sort of audit that one doesn't use aggressive tools that can impact the operation of a host, and students do need to understand the difference between collecting information and obtaining unauthorized access. It might make sense for this lesson to be bundled with a serious conversation about the ethical issues. Obviously, it would be preferable to ask students to look at a honeypot host rather then examining someone's live network, if for no other reason then this kind of probing is suspicious and, albeit EXTRMELY unlikely, could cause administrators to waste time investigating. However, to suggest that performing this kind of information collection against a remote host is a crime regardless of the intent of the exercise is, frankly, "just plain stupid and ignorant." Sans security ought to relax. The likelyhood that any of the targets of this exercise so much as noticed it is infinitesimal.

  98. There are sites that permit hack attempts by Anonymous Coward · · Score: 1, Informative

    http://www.hackthissite.org/

    or google for "hack my server"

    p.s. didn't RTFA.

  99. Amazing! The prof should be fired! by digital+photo · · Score: 2, Interesting

    This is just amazing. By amazing, I mean to say an affront to ethical teaching. It promotes the wrong idea about proper conduct on the internet. It will spawn tons of alarms on different networks. Companies who get scanned will lose countless dollars and hours figuring what new attack was underway.

    I strongly believe that the professor should be fired. The students should be told to NOT go forward with the assignment. And the name of the professor and university should be released so that such unethical or thoughtless behaviour by the professor and double-standard thinking by the school can be revealed and acted upon.

    I can't believe the school would come back and say that the professor would not be reprimanded, that the assignment can go forward, but not to scan their own computer networks. This implies that the school admins know that it is a security issue and questionable behaviour, but is allowing it to go forward on the internet. Complete and utter retarded and *ss backwards thinking and reasoning.

    For some companies I've worked at, a scan is reason enough to ban your IP, if not your IP address block. Performing a scan is grounds for dismissal, if not initiation of criminal charges of misuse of the business systems. This was the case at my old university. Misuse of school systems resulted in dismissal and/or legal proceedings.

    The correct and responsible means of testing would have been to setup a training network. Obviously, there is a complete lack of responsible planning on the part of the professor and the school. Or perhaps a lack of understanding of what they are setting up their students and themselves up for.

    The student who brought this up REALLY needs to bring this to the attention of his/her fellow students and prevent them from getting into trouble with businesses and the authorities.

    Just because your superiors tell you to do it, doesn't mean it's okay to do it.

  100. I don't understand what's the big deal. by true_majik · · Score: 1

    I don't understand what's the big deal. Yes, it has some degree of illegality. However, would it also be illegal if you were a consultant for any company wanting this type of probing on their servers? No! So why not simply ask local company X if they would be interested in a free analysis of their servers which is normally valued at $xxK. I'm sure there would be many takers. You now have eliminated all illegalities in your assignment and can proceed with it. It's that easy. No need to get all butt-hurt about it.

  101. Examples of other bad assignments by digital+photo · · Score: 1

    http://www.be.wvu.edu/divmim/mgmt/kleist/MANG%20 493S%20Syllabus%202006.htm

    Mon., 4/17/06 25 Wireless Security HOMEWORK/LAB 4, 5: Wardriving exercise in Morgantown with Apple laptop and Netstumbler, GPS device. Turn in a one page detailed description of the lab procedure, software and technique as well as a printed map of wireless access points in a certain geographic area of your choosing. NOTE: DO NOT HACK INTO THESE NETWORKS EVEN IF THEY ARE WIDE OPEN WITH NO PASSWORD AS THIS IS ILLEGAL. (Counts as 25 points). Due at beginning of class 4/22/

    Note, some areas, the very act of wardriving is illegal.

  102. "go ahead and sniff some packets, just not ours" by v3xt0r · · Score: 0

    I'd tell the professor to 'sniff my packets' for sure!

    If he really wanted to teach them the art of secure network recon, he should make the assignment 'syphon our network without being detected'. *of coarse, that one would probably be too easy, hence the un-named university. =p

    --
    the only permanence in existence, is the impermanence of existence.
  103. A potential problem... by Sam+Nitzberg · · Score: 1

    Unless the school has a segregated network specially set up for this, there could be all kinds of potential problems.
    Students running sniffing tools could see data that other students might consider confidential (even regardless of university policies that might not cover this).
    Some scanning and sniffing techniques may compromise the network, and risk crashing workstations, servers,or network devices.

    I wonder what the professor's response would be if a student were able to monitor the professor's computer session, or capture his e-mail.

    Of course, a fast-track to an "A" might be for a group of students to set up an enclave of systems, set up attacks, and monitor them with appropriate tools.

    One paper I published (2600 Magazine. It's also on my website) - I described how a neighbor came onto my wireless network, and how I was able to watch him with various tools. Naturally, I kept my data on a seperate drive and powered down. These students could set up a wireless access point, and see who comes onto it.

    Sam Nitzberg
    http: / / w w w . i a m s a m . c o m
    s a m @ i a m s a m . c o m

  104. I think I may have had this assignment. by sixteenraisins · · Score: 2, Interesting

    Our assignment was very similar to this, except it was to discover the number of nodes, the routing, etc. of the network in one particular building on the campus (housing our classroom) - no port scanning, no attempts to compromise anything, but simply to "map out" the building's network.

    One telltale phrase that hit a nerve with me was something that I remember nearly verbatim: "using tools available in the public domain." The examples he gave were essentially tools like traceroute, ping, etc.

    Nobody in the class thought there was anything questionable about this, let alone illegal.

    --
    When you're not looking, this sig is in Latin.
  105. Academic freedom by iamacat · · Score: 1

    Universities exist to promote advancement of knowledge and create citizens that will change society for the better my challenging existing dogma. As such, they have a responsibility to allow any legal means of inquiry and even support illegal but meaningful and essentially harmless pursuits such as civil disobedience. A university is not your dinner table and they shouldn't be able to dismiss students for farting.

    1. Re:Academic freedom by Arandir · · Score: 1

      Wow! What university brainwashed you?

      The concept of the university has been around since the middle ages, and until the late nineteenth century, were wholly private enterprises. Their purpose was to sell education to students. In the first universities you paid the professors directly, and for as long as you liked. Until the 1960s, the only responsibility a university had was to make sure the students got their money's worth (ei. a good education).

      The central concept of the university hasn't changed all that much. They are STILL commercial enterprises that sell education. It doesn't matter if the student pays his own tuition or the government pays it for him. In the end, the core of your education comes down to an economic relationship between the university and the student. Damage that relationship and you'll find yourself invited to take your studies elsewhere.

      --
      A Government Is a Body of People, Usually Notably Ungoverned
  106. You are nuts by Anonymous Coward · · Score: 0

    Your stupidity, bleeding off the page, hurts me. It really, really hurts. Your ignorance is partially excusable due to the SANS's horrendous misrepresentation of the assignment, but still, you had to take it one step further.

  107. Honest, Professor, by Beryllium+Sphere(tm) · · Score: 1

    the police ate my homework!

  108. Why hasn't slashdot been sued by the G.N.A.A.? by Ohreally_factor · · Score: 1

    You're over reaching here.

    There could be a lawsuit, but only because one doesn't need much justification to file a suit. To avoid being laughed out of court, however, you need to put together a better story than that.

    Why hasn't slashdot ever heard from the G.N.A.A.'s lawyer?

    --
    It's not offtopic, dumbass. It's orthogonal.
    1. Re:Why hasn't slashdot been sued by the G.N.A.A.? by freakmn · · Score: 2, Funny
      Why hasn't slashdot ever heard from the G.N.A.A.'s lawyer?
      Likely because they are both internet communities, and the easiest way to get in contact with each other is through e-mail, which would not work if the IP addresses are blocked. Seems obvious to me.
      --
      warning: This post is likely to contain gobs of dripping sarcasm. Consume at your own risk.
  109. "Practical" by Mewtwo · · Score: 1
    Any professor who does "practicals" instead of "tests"...do they really need to be a professor?

    At my school, I only ran into one teacher who ever used that term in describing an exam. The teacher was noted for being ridiculously difficult in comparison to any other teacher in the course. The drop rate from her class was fairly high. Her reputation included words and phrases like "Unhelpful" and "take anyone but her if seeking a Gen Ed."

    --
    09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0 SU CK IT MP AA
  110. Might even be illegal... by Otto · · Score: 1

    (Just playing devil's advocate here, I do not actually think that any of what I'm about to say is morally right in any way.)

    Since when did allowing someone to access my web server become a right instead of a privilege that I specifically grant and can take away from anyone I choose at any time?

    It happened the moment you decided to offer access to the public at large.

    Let's try an example: Can shopping malls expel people for being black?
    Not at all similar, you say? Too racial? Okay, try this one instead: Can shopping malls expel random people for no reason whatsoever?

    The answer to both of those, BTW, is no. Despite the fact that it's private property, it's nevertheless considered a public area because the public is granted admission. The owner can eject somebody for cause (making a scene, acting inappropriately, etc), but he cannot eject random people for no reason at all.

    Now, the mall *can* eject people for being black or just at random, but then they are setting themselves up for a lawsuit that they might lose.

    Similarly, while you'd be well within your rights to block anybody you like for any reason you like, if you do it without cause, then you're setting yourself for a lawsuit that you might lose. Blocking an entire ISP because of a single user of that ISP portscanning you is a shotgun approach. It causes financial damage to that ISP. Now, assuming that the ISP notices and cares, then yeah, they could probably sue you for it and they might even win.

    Take the controversial issue of spam blocking for another example. Consider the MAPS service. They publish lists of ISP's they don't like for being friendly to spammers. Other people/ISPs use these lists to filter email from these ISPs out. Result: MAPS has been ordered by courts to remove some of these ISPs from their lists when the ISP sued the MAPS people. This has happened on a number of occasions. Now, is it MAPS right to make these lists in any way they see fit? The obvious answer is yes, however if in making these lists they can knowingly cause damages to ISPs (and since their stated *goal* is to financially damage ISPs in order to make them eject the spammers, they can't really argue otherwise), then some courts have said that they are liable for their actions in that respect.

    Is it right? Well, that's debatable. But it is what it is, and the grandparent was correct, you are not guaranteed to win a suit in such a circumstance.

    --
    - Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
    1. Re:Might even be illegal... by Buran · · Score: 1

      It happened the moment you decided to offer access to the public at large.

      Irrelevant unless the poster you responded to is a common carrier or a government entity. Otherwise it's private property and there is no obligation to restrict or maintain access. I can put up a site and run it for a week and shut it down and I cannot be sued for it because the site is my own property, whether or not the server is (paid hosting, etc). I am within my rights to remove the files if I so wish.

      Can shopping malls expel random people for no reason whatsoever?

      Yes, actually. All they have to do is say "I'm asking you to leave now." And if you do not, they can call the police and have the police remove you, and if you resist, you will be charged with a crime and taken to jail. Do you really want that on your record?

      Blocking an entire ISP because of a single user of that ISP portscanning you is a shotgun approach. It causes financial damage to that ISP. Now, assuming that the ISP notices and cares, then yeah, they could probably sue you for it and they might even win.

      For what? Slamming the door shut in their face when they decided to rattle the lock? Again, private property, what the property owner says goes. If they didn't want to be banned, maybe they shouldn't have gone stirring up trouble, huh?

      Blocking access to a single website or a single network isn't exactly the same thing as blocking users' email since the users have no control over the block, but the users DO have control over what websites they visit. Users have an expectation that email will always work, but they have no expectation that all web sites will always work.

    2. Re:Might even be illegal... by Chris+Mattern · · Score: 1

      > The owner can eject somebody for cause (making a scene, acting inappropriately, etc),
      > but he cannot eject random people for no reason at all.

      Of course he can. It's called "freedom of association". You have to right to refuse to do business or even allow on to your property anybody you damn well please as long as you don't break anti-discrimination laws. Being a business that normally serves the general public or a mall that normally admits the general public does not abrogate this right. The mall owner or his agents can go up to anybody and say, "You're not welcome here. Leave," and if they don't leave, they're trespassing, unless the person can show they were asked to leave because of their race, or some such.

      Some readers may wonder how you can convict people of discrimination then, since the owner can always say it wasn't because a person was black, and is not normally under any requirement to provide a reason why he *did* eject him. The answer is that the courts tend to be particularly expansive in what evidence you can bring as a plaintiff in such a case--a popular method, and one generally approved the courts, is to show that a large number of people expelled by the mall owner happen to be black. If you can show that, then the owner will likely be convicted if he can't show a convincing non-discriminatory reason those people were thrown out.

      Chirs Mattern

    3. Re:Might even be illegal... by Otto · · Score: 1

      For what? Slamming the door shut in their face when they decided to rattle the lock? Again, private property, what the property owner says goes. If they didn't want to be banned, maybe they shouldn't have gone stirring up trouble, huh?

      The ISP didn't "rattle" anything, as user at the ISP did.

      Blocking access to a single website or a single network isn't exactly the same thing as blocking users' email since the users have no control over the block, but the users DO have control over what websites they visit. Users have an expectation that email will always work, but they have no expectation that all web sites will always work.

      Sorry, but email is not substantially any different than a web site in terms of providing a service. I'm under no obligation to accept your email, nor am I under any obligation to let you access my website. Same rules apply to both.

      --
      - Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
    4. Re:Might even be illegal... by Buran · · Score: 1

      Ok, let me clarify my last statement a little... yeah, it was confusing. You made the point I was trying to make, which is legally true. I was trying to indicate that I can see why users would complain more if email was working. Or something like that. I think. Hey, I wrote that right before I went to bed, I was bleary!

      As for the first part -- yes, but it still came from the ISP's network, and how can the admin know that more isn't coming? It's a defensive move, and I really can't blame them if they get aggressive scanning coming out of a network and have no idea if something worse is about to hit. So yes, I can see that kind of reaction happening.

    5. Re:Might even be illegal... by Otto · · Score: 1

      As for the first part -- yes, but it still came from the ISP's network, and how can the admin know that more isn't coming? It's a defensive move, and I really can't blame them if they get aggressive scanning coming out of a network and have no idea if something worse is about to hit. So yes, I can see that kind of reaction happening.

      I can understand the reaction as well. I'm not saying it's wrong or anything like that. I'm just saying that in this day and age, doing that sort of thing can be a legal problem, not just a technical one.

      You may be breaking some contracts if you do that sort of thing, or you may be breaking the actual law. Or not. Depends on your jurisdiction and interpretation. But regardless, you can be sued for anything, and in this particular instance, there's absolutely no guarantee that you will win. It would take lawyers and time and money as well.

      Regardless, it's not as simple as just saying "my server, my rules" anymore. Back before law actually cared about the network, then yeah. But times have changed, man. Recognize the fact. Adapt.

      --
      - Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
    6. Re:Might even be illegal... by Buran · · Score: 1

      If I haven't signed a contract that says "I will let everyone in the world access my server in any way they see fit and I will not take it down for any reason", then yes, it is my property and I provide the service at my discretion. I have a web site myself, and I make no such statements; I have signed no such contracts; and I own the files, the site design, and the content on it. That content is provided at my whim and right now I have decided that I want to share it with anyone who cares to view it; I can and will take it down, however, if I feel that it is causing me problems in some way.

      What if I want to rig my site to not be available on every Friday the 13th because of triskadekaphobia (I don't actually do such a thing ... just an amusing example), and you try to view it then and find that you can't? How, exactly, would you expect to win a court case based on not being able to access my site when I never said that it would always be available? To have grounds for such a thing, I would have had to have promised constant availability or, at least, availability on that day.

      Breach of contract requires that a contract exist in the first place. You can't expect to get anywhere for blaming somebody for not doing something they never said they'd do. It'd be like suing me for buying a silver car when you don't like silver cars and would rather see a black one in my garage. But I never promismed you I would buy a black one.

    7. Re:Might even be illegal... by Otto · · Score: 1

      Your comments do not take into consideration the original topic we were discussing at all. Re-read the parent post, and the grandparent, and ye even unto that of the great-great-grandparent before spouting off completely irrelevant material.

      In other words, I could answer you, but it would not be worth my time as I never said anything you seem to think I did in the first place. Thank you, come again.

      --
      - Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
    8. Re:Might even be illegal... by Buran · · Score: 1

      And your comments seem to completely ignore the whole fact that the entire thing is about the fact that whoever controls a server can deny access to whoever the hell they want.

      I give up. I'm sick of beating my head against a brick wall.

      Thanks for playing.

    9. Re:Might even be illegal... by Otto · · Score: 1

      And your comments seem to completely ignore the whole fact that the entire thing is about the fact that whoever controls a server can deny access to whoever the hell they want.

      Of course you can. However, you need to recognize that you are responsible for your actions and that there are circumstances where you will be held accountable for them.

      For example, if you were, say, Amazon.com, and you intentionally stopped serving pages to some ISP, then that ISP might sue you. You've intentionally tried to damage that ISP by your actions.

      Look at it from the ISPs point of view. Somebody on their network portscanned you, so you respond by blacklisting the ISP. The ISP didn't portscan you, so you've taken action against them without cause. They *do* have a case.

      --
      - Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
  111. HoneyPot? You mean Winblows eXtremePot... by fprog · · Score: 0

    Hell, set up some kind of a honeynet with several types of servers (Windows, Mac, *nix) in various states of security.

    Nah! Too difficult to do.

    You don't have to setup an honeypot or honeynet or whatever,
    or do anything special, just scan any unpatched windows machine and that should be easy!

    Finding Spyware, Malware, Backdoors, Trojans and dialers are bonus point.

    BTW, you may not use Windows and Security,
    in the same sentence, since that's a contradiction.

  112. Whoop de doo by farker+haiku · · Score: 1

    Student is to perform a remote security evaluation of one or more computer systems. The evaluation should be conducted over the Internet, using tools available in the public domain.

    At no point in this does the professor state to do it on a public computer. hell. port scan your own pc. Over the internet. Using nmap. Jesus. what is the world coming to when the "security professionals" can't read english or think outside of the box. It almost makes me ashamed that I read their site so often.

    --
    Your sig(k) has been stolen. There is a puff of smoke!
  113. Yeah, this site is full or professionals by farker+haiku · · Score: 0, Troll

    Thank you for your submission. We do attempt to reply to all e-mail if possible. However, due to the volume of message we receive, we may miss one or two. Please accept our appologies if your e-mail is not responded to right away.

    It may come as no surprise that the author of this article made so many logical fallacies in her rant. She probably hasn't taken English 101. Neither, apparently, has the web designer (who made at least two errors in the above quote).

    --
    Your sig(k) has been stolen. There is a puff of smoke!
  114. A Different Whistle Blower by finiteSet · · Score: 1
    I would be more interested to know who approved publishing this tremendously misleading diary on an otherwise reputable site. I am personally familiar with the facts of this situation - I can assure you that the SANS write-up substantially skews the true nature of the situation, from the specifics of the assignment to the intent of the professor. This sensationalist misrepresentation goes beyond irresponsible, it is outright dishonest.

    It is not that the ISC is ignorant of the facts: several students have sent them the full text of the assignment (which has also been posted here). It is that the full assignment, including the following:

    Since your remote evaluations of computer systems cannot be purely passive, you must take care to ensure that your actions are not seen as intrusive or threatening to the computer site being investigated. You are to conduct your investigation using tools available in the public domain and must not attempt to hack into the system. If you detect vulnerabilities in the system, you must not exploit those vulnerabilities. If you are challenged by a system manager, you may explain your actions and provide a copy of this document. You may also offer to provide a copy of your report to the system manager on completion of your evaluation. If asked to cease and desist, you are to do so immediately and consider another site for your investigation.

    contradicts the story they have fabricated about a reckless professor urging his students into felonious activity. At no point did the assignment require activities that were illegal, immoral, or in violation of a literal reading of the university's acceptable use policy. To the contrary, any student who commits a crime does so on his own will and against the explicit instructions of the professor.

    Yes, there are system administrators at the university who oppose this assignment, but this opposition is far from unanimous. Obviously the administrator of a poorly secured network does not want the vulnerabilities exposed. However, security through obscurity is irresponsible, and ultimately it is these admins who deserve the punishment (perhaps this prompted the efforts to squash the assignment?). You should note that some of the same admins who oppose this assignment routinely port scan the entire university network.

    The truth of the matter is that this assignment is painfully appropriate to a computer security course, and is a great example of an academic assignment providing valuable, real-world experience.

    Please let go of the conspiracy theories, this is a group of mature, responsible* and talented students , not a rag-tag bunch of script kiddie / hacker / terrorists. The professor is a well-respected professor of which I have heard nothing but the best praise. I promise you that nobody affiliated with assignment has any intent to harvest your ill-secured server into some massive zombie net, stealing your information or otherwise harming you. Twenty students scanning twenty machines is not a DDOS, no one is going to lose thousands of dollars in man-hours hunting down that befuddling port scan. For better or worse, unsolicited port scans are a fact of life. Be glad that the machine at the other end is well-intending student who will relay to you - not exploit - any vulnerabilities he finds.

    Now may we please put pressure on the ISC to promote responsible journalism by providing readers with the full story, even if it isn't as sensational as the story they wish it was? If anyone should be in risk of losing his/her jobs, it is the irresponsible and dishonest author of this diary.

    * Yes, there is an ethics course - it's mandatory.

    And by the way, to clear up one small additional point of confusion on the part of the author: winter quarter 2006 takes place, believe it or not, in the winter of 2006.
    --
    If we start buying CDs then the terrorists have already won.
  115. WTF by Hymer · · Score: 1

    A server that can't survive this is like a baby left outside in the winter in Alaska... it shouldn't be there in the first place.
    --
    Beeing paranoid is a part of the job...

  116. That disclaimer isn't enough. by Flower · · Score: 3, Insightful
    My company's Internet connection is not your lab. I did not request your services and you are not compensating me for use of my resources for your education. We have no contract detailing the work you are permited to perform at my perimeter. As a matter of fact, I see nothing in that assignment which requires you to get permission from me to scan your network. Instead, I see instructions to be stealthy and only communicate with me if I notice you. This more than anything makes me question the ethics of this assignment.

    I don't care if you're talented. You have no idea how a scan is going to affect whatever applications I have running off of that pipe. What may not break one network may most certainly break another. You, with all your talent, can still make a mistake. I've had it happen to me and the reason why I was able to quickly recover was because I KNEW I WAS BEING SCANNED BEFOREHAND! Vendor comes in and says "Oh, this is going to be harmless." and surprise one little Nessus scan brings down half the unix farm until I unplug the laptop. If I really want you pen-testing my network then I'll bring you in as an intern. That way I know about and accept the risk I want to take instead of the unknown.

    You make this bold, sweeping statement about security through obscurity but reread your quote. "You may" not "You will" The students do not have to turn in their work to the company they scanned so there is no way for that organization to take those findings and improve their system. If this was some big noble cause why didn't the prof contact some local businesses and have them agree to a pen-test in return for a report? The fact that the administration reserves the right to discipline any student that uses this assignment to scan the school's network speaks volumes. Your comment about admins who oppose this are ones who routinely port scan the school's network is a fallacy on so many levels that I simply chose to ignore it.

    I don't care if the prof is going to cash his Nobel check and give the money to the starving poor in Africa. The assignment was ill conceived from the start. It wasn't professional or academic and there were viable alternatives other than going out into the wild and poking around people's perimeters without permission. What? Haven't heard of a test lab?

    Absolutely nothing in your post has dissuaded me from the opinion that this entire issue was just plain dumb.

    --
    I don't want knowledge. I want certainty. - Law, David Bowie
    1. Re:That disclaimer isn't enough. by Politburo · · Score: 1

      That way I know about and accept the risk I want to take instead of the unknown.

      You accept the risk once you open that network to the public. While this is a questionable class assignment, if your system is ruined by a port scan, you've got other things to do than post on slashdot.

    2. Re:That disclaimer isn't enough. by Anonymous Coward · · Score: 0

      The edge of your network is open to the public internet. Exactly what gives you the right to dictate what I can and cannot do at that edge?

  117. You missed my point by finiteSet · · Score: 1

    I am not sure that we are in disagreement, perhaps you misjudged the point of my comment. The threads of this conversation have been littered with misinformation, an abundance of analogies involving car doors, and random calls for people to be arrested and to never teach again. A great deal of this stems from the ISC's awful coverage of the issue, a diary which foresees "incarceration", "expresses sympathy" to the families of the students, accuses the professor of being a "miserable failure" and otherwise grossly distorts the reality of the situation. It was this that I aimed to clarify. And please, may I ask you to swap out your pronouns and put "you" back in the closet. I am not the professor, I am not in the class, I never proclaimed myself talented and I am not going to port scan you - relax, I am friendly.

    Despite the sensationalism of the ISC's writeup, there are legitimate concerns about this assignment, some of which you addressed. Specifically, there is the potential for this assignment to pose a risk to the machines on networks of innocent bystanders, even without the illegal exploitation of vulnerabilities that the diary suggested. As much as I enjoy your condescension, I have in fact heard of a test lab, and personally, I think that a test lab / honey net / willing company would all be great solutions.

    Despite the having read excerpts from the assignment, it is still clear that your ignorance flavors your judgment. Typically the instructions regarding an assignment go beyond the print-out, so you cannot know whether the concerns you expressed are being taken into consideration or not. Honestly, I don't blame you for jumping to the conclusions you have; with the amount of information available online, your jump was fairly sound. You have every right to feel the way you do, but if it provides any comfort, I am confident that you are underestimating the professor.

    My point regarding the admins was merely that the university's machines and networks (unlike some, apparently) are robust enough to withstand the port scans. Obviously the set of appropriate activities differs from admin to student. In this case, it is simply a matter of the port scans posing a greater threat to the admins than to the network. The students had already self-censored themselves to avoid networks containing sensitive student information, the registration system and anything else that might affect important day to day operation. There are in fact many networks on campus that would be great for this assignment; the administration's over-reaction is unfortunate both for the students and for companies such as yours.

    This is the first time that this class was offered at the university, and I would be surprised if serious changes weren't made the second time around. Even as this whole thing dies down, the discussion remains valuable because similar assignments are conducted at universities across the nation (it's always good to make an example out of someone now and then). I am not here to dissuade you of anything, merely to clarify the sensationalist one-sided journalism spewed from the ISC's diary. Their irresponsible writeup is pleasantly contrasted by the legitimate concerns discussed in your post, even with your scolding tone. Goodluck to you, I wish no harm to your network.

    --
    If we start buying CDs then the terrorists have already won.
    1. Re:You missed my point by skippy42 · · Score: 1

      The fact remains that he is forcing students to commit digital reconnaissance of unwitting networks. Regardless of the amount of disclaimers he puts into the syllabus, the students are still breaking the law. The last college I was at, we ended up with a lab machine that got infected with something (not sure what it was infected with, because the FBI confiscated the machine). It ended up pounding a remote server. The company that owned the server contacted the FBI who traced it back to us. While we never got explicitly in trouble, the possibility is there. I would think that the university IT staff would be much more concerned, since it's their network that is being used as the base for these probes. Someone, somewhere, is going to catch on to this, and call the authorities. Even if the prof says don't break in, even if these are white-hats, even if it's for learning and academic purposes, it's still WRONG. The wrongness of this plan is demonstrated by the university's stance that they will report anyone who scans university systems to the Dean of Corrections. If I were a student, I'd be concerned by that fact alone. I can't do it to my own school, but prof says it's ok to do to someone else's machine, who is completely unaware? Yeah........

    2. Re:You missed my point by Anonymous Coward · · Score: 0
      Regardless of the amount of disclaimers he puts into the syllabus, the students are still breaking the law.

      Given that the school's state is now known, please say how this is breaking the law.

  118. Be careful where you scan by Anonymous Coward · · Score: 0

    Contrary to popular belief amongst security professionals in the United Kingdom, port scanning is in fact illegal under UK law - Computer Misuse Act (1990). I am currently studying for an MSc in Information Security at the Royal Holloway, University of London and this matter actually came up during one of our lectures. It was hotly argued and debated, but our lecturer John Austen (Former head of the Metropolitan Police Computer Crimes Unit, New Scotland Yard) assured us that it was the case.

    Warn those students not to scan UK-based systems, or they could end up in hot water. The UK's law states that either the offender or the system must have a "signifcant link" to the UK, so an American scanning a UK system but from the US would still fall foul of this law. The UK & US have a bilateral extradition treaty for computer related offenses, as has been demonstrated in the past.

  119. Totally Troll fodder - Chill out by spaceman375 · · Score: 1

    Had I been given this assignment I'd do the same thing I've done numerous times before: ask a friend to have a duel between our home computers. Every time I change my firewall I get him to bang on it just to check. When I get a new tool I often let it loose on his home machine (with permission). There is no reason at all to assume that this assignment requires the students to break the law. Any computer on the net can be considered "an internet server" if it responds to even one port or a single ICMP type.
    It MAY be a problem for the students on a campus network in their dorms because of the IT department's policy, but those who have their own 'net connection can do it without breaking the law. Give them a little credit: Any student who has made it to this class will already know how to act responsibly on the net.
    There's nothing to see here. Move along...

    --
    On the one hand you take life too seriously, and on the other, you do not take playful existence seriously enough. Seth
  120. What's new about that? by sheph · · Score: 1

    I just had a similar assignment last quarter at a technical college in Southern California. The professor even told us where a company was that had a wide open wireless network. The company could "theoretically" be hit discretely sitting in a car in the supermarket parking lot with an 80% connection. Once there you would have access to their internal network as well as the Internet. But I would never do anything like that. That's just wrong. :)

    --
    I don't believe in karma, I just call it like I see it.
  121. The ultimate NIMBY by sjames · · Score: 1

    Let's see if I can translate. Campus IT considers the required activity an attack, so the solution is to REQUIRE the students to attack unwilling 3rd parties and burn their resources instead. The school apparently feels no responsability to PAY these 3rd parties for the mis-appropriated (that is, stolen) resources it uses for the purpose of collecting tuitions?

    Before anyone asks what resources, consider the extra man hours that will be spent if/when 3rd party network admins detect that someone is 'casing the joint'.

    Next, I suppose sociology students will be required to hang out in front of old ladies houses and report on things such as did she look scared? Did she call the cops? etc.

    I can certainly see the value in the exercize, but the professor and/or the school should be the ones expending the resources to provide the students with servers to scan. They may do that EITHER by byilding their own example network, OR by contracting with a willing 3rd party to allow their network to be used.

  122. Re:Scanning ports does not equal breaking in by SydShamino · · Score: 1

    port scanning is not breaking in (intrusion)

    I was replying to the GP, who stated:
    If someone does not want me to use their server, it is their responsibility to deny me access. ... The same applies to an ftp server with an anonymous login, or a telnet session without a password.

    He is talking about way more than port scanning.

    --
    It doesn't hurt to be nice.
  123. Have we considered... by xnixman · · Score: 1

    Perhaps the point to the lesson is to see who does it and then fail them...

    You have to teach ethics someday particularly given the "information wants to be free" and the "I should be able to share _your_ property however I want" crowds.

    Dan