1. Anyone else use traps?

    Date: 09/07/06 (PHP Community)    Keywords: html, security

        Maybe I am nutts or excessive when it comes to security, but I've been noticing that no one else leaves traps and alarms when dealing with user input from the client.  What I mean by traps is the below:

    ...


    ...

    The first thing I check before validating input is this debugOn variable... if it's anything else besides "off", all of the input is serialized and logged with the offending client IP to a suspect log which is then checked every 10 minutes by a cron Job.  If the suspectLogger cronjob counts more then 3 events against a IP, that addressed is blocked or redirected to a static html page.

    Another good one is when I am passing ID via get/post from one page to the next.  If on the next validation the record ID doesn't match the stored IP address and their domain isn't aol.com or doesn't have the word proxy in it somewhere, a suspect event is logged and they're redirected back to the originating form with a message saying there is a mismatch between their IP address and record number.

    So far every idea I've come up with that I thought was original, someone thought of five years ago or has been unfeasible, so I wonder why no one else does this, it was pretty easy to setup.

    Source: http://community.livejournal.com/php/492648.html

  2. Post-9/11 antiterror technology: A report card

    Date: 09/07/06 (Security)    Keywords: security

    As Sept. 11 nears, News.com examines five useful ways of improving security--and five that should raise eyebrows.

    Source: http://news.zdnet.com/2100-1009_22-6113064.html

  3. Credit card companies form security council

    Date: 09/08/06 (Security)    Keywords: security

    The five major credit card companies team up in the interest of better security.

    Source: http://news.zdnet.com/2100-1009_22-6113512.html

  4. 'Second Life' suffers real-world breach

    Date: 09/11/06 (Security)    Keywords: security

    The online virtual world suffers a computer security breach that exposed the real-world personal data of its users.

    Source: http://news.zdnet.com/2100-1009_22-6114046.html

  5. Exception handling

    Date: 09/12/06 (Code WTF)    Keywords: security

    try{
        ...
    } catch(Exception e) {
         if(e.toString().indexOf(".SecurityException")>0) {
           networkErrorStr ="Application not authorized to access http connection.";
         }
    }

    Source: http://community.livejournal.com/code_wtf/51195.html

  6. Symantec, Juniper Networks partner

    Date: 09/12/06 (Security)    Keywords: technology, security

    Symantec moves beyond storage security, includes more of its technology in Juniper networking devices.

    Source: http://news.zdnet.com/2100-1009_22-6114758.html

  7. Apple patches QuickTime for Macs, Windows

    Date: 09/12/06 (Security)    Keywords: software, security

    Seven serious security flaws in QuickTime media player software put both Windows PCs and Macs at risk of attack.

    Source: http://news.zdnet.com/2100-1009_22-6115076.html

  8. No fix yet for Word 2000 flaw

    Date: 09/12/06 (Security)    Keywords: security, microsoft

    Microsoft releases patches for three security holes, but does not have a fix for a Word 2000 flaw being used in attacks.

    Source: http://news.zdnet.com/2100-1009_22-6114932.html

  9. Going the distance—Securing the last mile

    Date: 09/12/06 (Security)    Keywords: security

    Commentary--Reactivity's Joelle Gropper Kaufman says one of the most critical stages of network security is the final connection of applications to the enterprise's application infrastructure.

    Source: http://news.zdnet.com/2100-1009_22-6114887.html

  10. Microsoft sued over Forefront security brand

    Date: 09/15/06 (Security)    Keywords: software, security, microsoft

    Maker of software for construction companies wants Microsoft to pick a different name for its business security software.

    Source: http://news.zdnet.com/2100-1009_22-6116339.html

  11. School file / print / management server ideas

    Date: 09/16/06 (IT Professionals)    Keywords: software, html, security, virus, antivirus, linux, hosting

    So... I am trying to help a (very) small school actually get some IT going.  Could I get some opinions on how to build a low-cost file and print server for a place with about 50 computers?

    Right now, they're running a mix of MacOS X and Windows XP Home / Win98.  They have NO server to speak of (not even an IT guy), and teachers print by connecting to some other workstation's shared printer or they figure it out on their own.  They have no backups whatsoever, and many computers don't print because they don't have the right drivers installed, etc.  I think they should have some solution that costs very little in recurring maintenance, and I'm torn between the options at this point.

    I was thinking of 3 ways to go about this, but I'd love to see what others may recommend...

    1) Buy Windows 2000 Server (because it's cheaper) and get 50 CALs.
    Perceived pros:
    - Any IT guy should know how to help them administer a windows server.
    - File sharing and print services are built into the OS, no additional tweaking required.
    - Domain controller could help them manage group policy, push software updates out, etc.
    - Other software (antivirus management, etc.) can run straight on the DC.

    Perceived cons:
    - I still think that'll run over $500 for the software licenses, right?  Then upgrades, of course.
    - System maintenance will be essential if the server's to be kept virus-free.  Will maintenance cost more?


    2) Build a Linux server that has Samba / CUPS services
    Perceived pros:
    - Very cheap (free) to set up
    - Many features can be added to the server
    - Not very susceptible to viruses or other security holes (provided auto updates are in place)

    Perceived cons:
    - Unfamiliar interface for the non-technical administrator
    - Services will have to be set up manually, perhaps tweaks will have to be made to be compatible with newer OSes.
    - Can 3rd party software run on this? (i.e. antivirus managment)
    - Not any IT guy will know how to fix the server?

    3) Buy an appliance built for the job, like the PowerElf II (http://greencomputer.com/solutions/school.shtml)
    Perceived pros:
    - Quickest setup (possibly)
    - Many services provided out of the box (including ones they probably will never need, like email hosting)
    - Automated maintenance and backup is part of the system.

    Perceived cons:
    - Initial cost is $2000 at least, possibly more for hardware maintenance
    - Vendor lock-in is possible
    - Incompatibilities with 3rd party software??

    Anyway, I wondered what you all thought.

    Source: http://community.livejournal.com/itprofessionals/43276.html

  12. Vista's European battleground

    Date: 09/18/06 (Security)    Keywords: security, microsoft

    As the slippery due date draws near for the Windows release, Microsoft and the EU are now at odds over security features.

    Source: http://news.zdnet.com/2100-1009_22-6116354.html

  13. Cisco exec: Windows Vista is scary

    Date: 09/18/06 (Security)    Keywords: asp, security, microsoft

    A senior security expert at the networking giant says that aspects of Microsoft's new operating system are worrying.

    Source: http://news.zdnet.com/2100-1009_22-6116823.html

  14. EMC acquires Network Intelligence

    Date: 09/18/06 (Security)    Keywords: security

    Deal valued at about $175 million adds to products offered by EMC's information security division.

    Source: http://news.zdnet.com/2100-1009_22-6116807.html

  15. Homeland Security fills top cybersecurity post

    Date: 09/18/06 (Security)    Keywords: security

    More than 14 months after announcing a top cybersecurity job, the department finally picks someone to fill it.

    Source: http://news.zdnet.com/2100-1009_22-6116975.html

  16. Sony, Gracenote sound alarm over Microsoft flaw

    Date: 09/18/06 (Security)    Keywords: software, security

    Customers with Windows PCs warned to update their music-playing software or run the risk of a security breach.

    Source: http://news.zdnet.com/2100-1009_22-6116928.html

  17. Experts: Take computer forensics seriously

    Date: 09/19/06 (Security)    Keywords: security

    Businesses warned that "dusting for prints" after a security crisis is a must if threats are to be contained.

    Source: http://news.zdnet.com/2100-1009_22-6117137.html

  18. U.S. urged to keep lid on Social Security numbers

    Date: 09/19/06 (Security)    Keywords: security

    Risk of ID theft means the government should limit the use of Social Security numbers in employee records, a panel advises.

    Source: http://news.zdnet.com/2100-1009_22-6117423.html

  19. Microsoft nabs another McAfee virus expert

    Date: 09/19/06 (Security)    Keywords: security

    Jimmy Kuo, a former McAfee fellow, will join the security industry newcomer as senior security researcher.

    Source: http://news.zdnet.com/2100-1009_22-6117418.html

  20. Porn sites exploit new IE flaw

    Date: 09/19/06 (Security)    Keywords: software, security, web

    Unpatched IE security flaw can install malicious software via rigged Web sites, including porn sites.

    Source: http://news.zdnet.com/2100-1009_22-6117407.html

Previous page  ||  Next page


antivirus | apache | asp | blogging | browser | bugtracking | cms | crm | css | database | ebay | ecommerce | google | hosting | html | java | jsp | linux | microsoft | mysql | offshore | offshoring | oscommerce | php | postgresql | programming | rss | security | seo | shopping | software | spam | spyware | sql | technology | templates | tracker | virus | web | xml | yahoo | home