Slashdot Mirror


User: UnderAttack

UnderAttack's activity in the archive.

Stories
0
Comments
79
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 79

  1. ask the owners on Who Owns Source Code When a Company Folds? · · Score: 3, Insightful

    Well, if a company seizes to exist, either due to bancrupcy, or it is just disolved, all assets are usually sold off. The source code was likely part of this. Now it may happen, that nobody bought it, and it got abandonded for anyone to pick up. But to make sure, you need to check with whoever took care of the company.

  2. 22 ms is pretty good on Maximum Latency for ISPs? · · Score: 1

    22 ms is pretty good. However, as everything, it depends. For example, how large is your ISPs network and how close does it get you to the final location you are interested in? For example my cable ISP has a larger network. If I try to contact a server a few states away, it uses my ISPs lines for most of the trip.

    If you have a service level agreement, it usually specifies 100ms as maximum round trip time within the ISPs network. I guess they pick this rather high number as it usually is fast enough and shorter times are a bit hard to measure.

    Also: Dont necesserily trust tools that use ICMP packets to measure roundtrip times. Some ISPs implement QOS rules that give ICMP a lower priority. Try UDP, or if you use TCP make sure you set the TOS flags for low latency.

  3. O'Reilly on steroid? on Amazon Plan Would Allow Text Search Of Books · · Score: 5, Informative

    Would this be like OReilly's Safari online books on steroids? Safari is my favorite bookstore for a while now.

  4. Re:Customization on OpenOffice 1.1 RC 1 Released · · Score: 1

    unlike others mentioned here, there is a nice replacement for Access: mysql (or postgresql for that matter). OpenOffice can pull data from ODBC data sources. Mysql and other databases support open source. Do a quick google query to find out the details.

    OpenOffice uses its own scripting language. Not sure how similar/different it is from Visual Basic. I do see Python mentioned as a new feature for the upcoming release.

  5. CDN, colocation on Managing Bandwidth and Bandwidth Costs? · · Score: 5, Informative

    Couple of different options. First, you could talk to the Content Delivery Networks (CDN's) like Akamai or Digital Island. They can probably help you (for a price).

    Another option is colocation. In particular if you have short traffic spikes. Many colocation places charge your for at a '95 Percentile'. This will cut out about 3 days worth of 'peek traffic' and you only pay for the maximum bandwidth you use after removing the top 5%. Just make sure the colocation place has enough bandwidth to handle the spikes.

    Some ISPs (e.g. Yipes) offer flexible contracts that allow fast (daily?) bandwidth changes. So if you announce a new version of your product, you can increase your bandwidth until the rush is over.

    One hint: Try to move the large file/content away from your 'importants' networks, so other things like e-mail keep flowing even if the content site is running into issues due to load.

  6. Re:Start here... on Getting Started in Network Security? · · Score: 1

    And once you get your firewall up and running, join DShield and it's mailing list to discuss security topics.

  7. apartment complex :-/ on The Wireless Networking Question Roundup... · · Score: 5, Informative

    couple things to consider:

    the main problem in my experience is wall penetration. Don't count on more than 3 walls (and this is stretching it if they are concrete). Consider mounting the antenna outside a bit away from the building, essentially hitting the outside wall. This will give you only one wall for all apartments.

    Don't forget about accountability and security. Even if billing is not an issue, you don't want someone in your building to go wild and start a hacking crew. Static IPs are a bit accountability help, NAT is though

  8. Re:Huh? on Fizzer Worm Uninstalling Itself · · Score: 2, Informative

    No. You are not running the code. The worm downloads
    it from the site and runs it. You are just making the code available.

    On the other hand, according to a more recent report, this method does not seem to work for far for the fizzler worm :-(

  9. Re:it must be said on Securing Your Network? · · Score: 2, Insightful

    No, he is not the only one ;-). But overall, security doesn't mean buying/installing more "stuff". Keep it simple! However, the idea to colaborate is good (see footer ;o) ).

    Syadmins need to work together and top trying to play 'security by obscurity'. Share with others and learn how to improve your network.

  10. Re:PostgreSQL has every feature but Replication. on MySQL A Threat to Bigwigs? · · Score: 2, Interesting

    Not sure why it hasn't gotten around to PostgreSQL yet that MySQL does support transactions.

    I see it as one of the main advantages of MySQL over PostgreSQL is that you are able to turn off transactions if you don't need them.

    The main difference between MySQL and PostgreSQL is more 'philosophical'. MySQL does not attempt to hunt Oracle based on features. Instead, the main objective for MySQL is speed. PostgreSQL on the other hand attempts to duplicate as many Oracle features as possible.

    BTW: MySQL does support replication well, even in its non-commercial version.

  11. Similar even: SANS IDNET (ne on Linux Top Gun Hacker Contest Report · · Score: 1

    on March 7th/8th, SANS is having another 'IDNET'
    event. The target boxes are preconfigured with
    known vulnerabilities for this even. It is part
    of the vendor expo at SANS 2003 in San Diego.

    usually, there are some nice prices and admission is free or cheap ($10-20).
    details

  12. Re:Talking about Linux security... on Linux Security: Reflections on 2002, Eye on 2003 · · Score: 1

    well, was a fake exploit. unlike the many unpatched MSIE/Windows holes ;-)

  13. vanquish.com does try to sell a system like this on One Answer To Spam: Sell Your Interruption Time · · Score: 2, Interesting

    Vanquish is a startup
    that does try to sell a system like this. The idea is similar: You get some kind of certificate from them to sign your email. Other vanquish users will accept only 'signed' email. If you receive a signed email that turns out to be spam, you can get reimbursed for your time by the sender.

  14. cooperation: 'out-share' hackers on Spaf's Crystal Ball: Network Security Predictions · · Score: 5, Insightful

    I like the part about cooperation. Hackers do it for years successfully, while network administrators prefer to sit in their closets under tin-foil hats hoping to preotect themself with obscurity.


    Systems to share already exist. Just check the "Internet Storm Center" and DShield for a place to exchange logs and ideas.

  15. Re:Admin on Battle of the Secure Distros · · Score: 5, Interesting

    IMHO, a 'secure distro' is secure by default. You plug in the CD, turn on the box, install it and just keep clicking 'ok'. At the end, you should end up with a secure box. Now it is up to the admin to open the holes.

    However, many distros go a different path by enabling services and allowing installs with weak passwords (or no passwords).

    For a nice security benchmark, see the Center for Internet Security. I wait for the day where a default install of RedHat will score a perfect 10 with it... (It is more around 5 right now on their 0-10 point scale).

  16. Re:NSA not even mentioned. on Battle of the Secure Distros · · Score: 1

    The NSA / SELinux is still in the beta stage right now. I don't think it can count as a full production distro at this point.

  17. Re:Great! on Battle of the Secure Distros · · Score: 2

    In particular no problem at $550 a pop...

  18. Re:Only attacks blank sa passwords on New "SQLsnake" Microsoft Worm · · Score: 1

    Important: The original quote, that it includes a brute force password cracker, was WRONG. It will only attack systems with empty SA password, and it will assign a somewhat random password after it is done.

    johannes.

  19. Re:Script to block top 10 attacker ips... on Internet Storm Center Tracks Hack Attacks · · Score: 1

    There is an 'official' script and a pgp signed
    'block list':

    http://www.dshield.org/block_list_info.html

  20. Re:Question on Internet Storm Center Tracks Hack Attacks · · Score: 1

    the geographic data comes from whois lookups. reverse dns doesn't work well as you point out (.net, .com, .org are used all over the world).

  21. Re:EU does not exist on Internet Storm Center Tracks Hack Attacks · · Score: 1

    comes from 'whois', not TLD's. Some networks that own locations in multiple countries are registered as 'EU'.

  22. no OS / Linux Laptop on Comparative Laptop Reviews? · · Score: 1

    The real challange is to find a Laptop with
    Linux pre-installed. There are a couple companies,
    but they are way more expensive ($500 last time
    I checked) than mainstream laptops with Windows.

  23. SELinux vs. LIDS on SELinux Panel at FOSE in Washington · · Score: 2, Insightful

    Now they just need to merge LIDS and SELinux!

    What is realy missing for both is a good documentation. E.g. an O'Reilly book ;-). The LIDS documentation are terribly out of date.
    Are there any distro plans for SELinux? It would be nice to combine its great features with the momentum if would get from packaging it in a nice distro.

  24. finally: Microsoft will stamp out trojans? on Microsoft XP License Prohibits VNC · · Score: 1

    Will Microsoft now start suing all the IRC kidies playing with tojans?

  25. Not much scanning for it yet. on Security Hole In SNMP · · Score: 3, Informative

    So far, DShield does not have too much scanning for it yet (data).
    But I guess the kiddies are still sharpening the tools...