SEARCH RESULTS
 
Showing 1-10 of 314 records
 
Expand article

File containing Interbank FX customer information exposed for almost a year

The Article has images
2008-04-15 23:57:04 by Evan Francen in The Breach Blog
...file to an insecure server that was accessible via the Internet. The file contained personal information belonging to certain persons who applied for an Interbank FX account prior to April, 2007. Interbank FX became aware of the exposure on March 28th, 2008 Reference URL The New Hampshire State Attorney General breach notification Report...
 
 
 
 
 
Expand article

Confidential Texas A & M personnel file exposed on the Internet

The Article has images
2008-02-18 23:51:43 by Evan Francen in The Breach Blog
...file containing sensitive personal information belonging to current and former employees of three Texas A&M organizations was inadvertently uploaded to a server that was publicly accessible over the Internet. The file was available on the server for up to three weeks before it was detected during a routine examination Reference URL The...
 
 
 
 
 
Expand article

File Systems and thumb drives: Choosing between FAT16, FAT32 and NTFS to get a faster USB Flash Drive

2007-10-06 21:22:58 by Editor in Irongeek's Security Site
 
File Systems and thumb drives: Choosing between FAT16, FAT32 and NTFS to get a faster USB Flash Drive What file system should you choose to speed up your thumb drive? Read on
 
 
 
 
 
Expand article

Create file system labels for Microsoft Excel and Word mail merges

2008-04-15 09:58:04 by Dan Frazer in WhatIs: Enterprise IT tips and expert advice
 
Use LotusScript code to automatically create file system labels in a Microsoft Excel file and a Microsoft Word mail merge template that uses Avery labels
 
 
 
 
 
Expand article

Microsoft Outlook .PST file FAQs

2008-04-24 15:17:10 by Abbey Weintraub, Assistant Editor in WhatIs: Enterprise IT tips and expert advice
 
Troubleshoot Outlook .PST file issues -- from importing and exporting data to .PST file repair and recovery -- with this collection of Outlook .PST FAQs
 
 
 
 
 
Expand article

Check SQL Server database and log file size with this stored procedure

2008-05-13 12:06:09 by Heidi Sweeney in WhatIs: Enterprise IT tips and expert advice
 
...file growth, execute a transaction log backup and even provide a detailed breakdown at the file level so a DBA can then shrink files with the most empty space
 
 
 
 
 
Expand article

Best Security Tools: Virus Total file analyzer

2008-05-26 14:22:07 by Editor in Adventures in Security
 
...file of malicious intent? Maybe a file appears on an end-user device or server, you have no idea what it is, your AV software ignores it, but you have a gut feeling that something isn't quite right? Or maybe you have a user who wants to install a program you've never heard of, and you just want to check it to see if anyone out in cyberspace...
 
 
 
 
 
Expand article

Social Security Administration lists live people in the Death Master File

The Article has images
2008-07-07 08:44:12 by Evan Francen in The Breach Blog
...File (DMF) while they were still alive Reference URL FederalComputerWeek Report Credit Michael Hardy, FederalComputerWeek Response From the online source cited above The Social Security Administration inadvertently compromised the personal information of more than 20,000 people by listing them in the Death Master File (DMF) while they...
 
 
 
 
 
Expand article

Setting file ACLs with PowerShell part 5

2008-01-09 04:53:00 by Keith Brown in Security Briefs
 
...FileSystemAccessRule "keith", Modify, Allow modified = $false dacl.ModifyAccessRule("Add", $newRule, [ref]$modified dir foo.txt).SetAccessControl($dacl All I've got left to explain is the last line of code. It's important to note that when you're tweaking ACLs, there are basically three steps you have to take Read the ACL from an object...