SEARCH RESULTS
 
Showing 1-10 of 37 records
 
Expand article

How to export Lotus Notes views to a Microsoft Excel database

2008-04-29 10:47:41 by Will Robinson in WhatIs: Enterprise IT tips and expert advice
 
Exporting data from Lotus Notes views into Microsoft Excel can be simple. Learn how by using a LotusScript agent, a shared action and HTML table formatting
 
 
 
 
 
Expand article

Giving SQL Injection the Respect it Deserves

2008-05-15 18:45:00 by sdl in The Security Development Lifecycle
 
...views also), the underlying database permissions model prevents the attack by denying access to the attacker It's interesting that the SDL offers three SQL injection requirements; only one actually remedies the problem (secure by design) and the other two offer mores defenses assuming failure (secure by default Of course, a simple set of...
 
 
 
 
 
Expand article

2007

2008-01-17 11:01:00 by Allen Baranov, CISSP in Security Thoughts
 
...views to my blog, it has helped me more to explore and find people on the network. I have been able to populate my RSS feed list from a number of bloggers and I hope to add more. I just need the time So, who is honoured to be in my RSS feed First up is my brother-from-another-mother - Andy the IT guy . I call him that because he has a very...
 
 
 
 
 
Expand article

Thwarting a large-scale phishing attack

2007-06-11 11:35:00 by Niels Provos in Google Online Security Blog
 
...views. It turned out that the phishing pages generating 95% of the new phishing traffic targeted MySpace , the popular social networking site. While a MySpace account does not have any intrinsic monetary value, phishers had come up with ways to monetize this attack. We observed hijacked accounts being used to spread bulletin board spam for...
 
 
 
 
 
Expand article

Speaking of Security Podcast #45

2007-01-15 00:00:00 by Podcast Producers in Speaking of Security, the RSA Blog and Podcast
 
Click here to listen/download (06:56 This week, co-host Paul Joyal speaks with Rich Mogull , Research Vice President for Information Security and Risk at Gartner , a global analyst firm that delivers technology-related insight to its clients. He talks about his upcoming appearance at the RSA Conference in early February and offers his views on...
 
 
 
 
 
Expand article

Innovative spam subject lines

2007-08-19 23:16:14 by Steve Riley in Steve Riley on Security
 
...views of the immortal Emmanuel on that subject The river of time itself consisted for the most part of bright-coloured foreign cars with water spurting up in fountains from under their tyres All day sitting down there cursing curses at the dog Implement conditional, iterative, and jump flow control statements and arrays Bilbo was crossing the...
 
 
 
 
 
Expand article

DRM Scorecard Makes Me Wonder: The Media Industry and the TSA, Sadistic or Incompetent?

2007-08-02 08:19:00 by Eric Marvets in The Security Samurai
 
...views as authorized behavior (media playback) without expecting someone else to utilize that decryption key for other behavior, such as making Fair Use backups or sharing it on a P2P network Encryption is defined as the science and study of secret writing. What is it that the media industry is trying to keep secret? While we may want I Now...
 
 
 
 
 
Expand article

U.S. Customs Seizing Laptops

2008-02-12 12:23:17 by schneier in Schneier on Security
 
...views, religious practices and other activities potentially protected by the First Amendment. The question of whether border agents have a right to search electronic devices at all without suspicion of a crime is already under review in the federal courts The lawsuit was inspired by two dozen cases, 15 of which involved searches of...
 
 
 
 
 
Expand article

Simplify queries with SQL Server 2005 common table expressions (CTEs)

2008-02-15 12:03:37 by Abbey M. Weintraub in WhatIs: Enterprise IT tips and expert advice
 
Common table expressions (CTEs) are a handy alternative to using derived tables and views in SQL Server 2005 for retrieving data. There's no need to repeat complex code because CTEs separate code into unique units and they're self-referencing within your query. Here's a CTE how-to with examples, including details for one of its most valuable...