- Windows 7 support
- Windows 2008 R1/R2 support
- IE8 support
- Captcha
- Granular minimum/maximum password age
- Quick Connect Integration providing cross platform password management
- Integration with ActiveRoles Server Web UI (Help Desk site)
- Reporting support for SQL/SRS 2008
- Defender Integration enabling use of OTP to change password/unlock account and now for initial registration with QPM
- Various reporting enhancements including email and Help Desk stats
We can't solve problems by using the same kind of thinking we used when we created them.
Tuesday, 15 December 2009
Quest Password Manager 4.6 launched
Thursday, 26 November 2009
Wednesday, 7 October 2009
Defender 5.5 launched
- Defender integration pack for Quest ActiveRoles Server for Defender user provisioning and administration
- Extended token support, including iToken, GrIDsure and Go-6 hardware tokens
- 64bit platform support for core components
- Improved diagnostics for token failures and verification
- Improved integration with Quest Password Manager
- New Defender ISAPI Agent to add Defender authentication to IIS websites
- Defender Reports enhancements
- Improvements to remote access support
Wednesday, 23 September 2009
September update
- New token support including iToken, GrIDsure and Go-6 hardware tokens
- Brand new Defender ISAPI Agent to add Defender authentication to IIS websites
- New Defender integration pack for Quest ActiveRoles Server
- Improved integration with Quest Password Manager
- Improved diagnostics and enhanced reporting
- Improvements to remote access support
Thursday, 6 August 2009
Attention all Apple Mac users!
Mac users have been advised to install a patch after Apple warned of a serious flaw in Mac OS X.
Apple posted a security advisory after discovering the vulnerability that would allow hackers to create specially crafted image files capable of running malicious code without the user's authorisation.
Affected image file formats include PNG, Canon RAW and OpenEXR. Apple has issued the security update 2009-003 to users to update themselves to Mac OS X v10.5.8.
Graham Cluley, senior technology consultant at Sophos, said: “Owners of Mac computers would be wise to follow Apple's advice, else put their systems at risk of infection via rigged image files created by hackers.
“This year has seen a number of attacks against users of Apple Mac OS X. Many of these have relied upon social engineering to fool Mac owners into installing Trojan horses on their computers. There is no doubt, however, that cybercriminals would love to be able to exploit software vulnerabilities instead to make infection even easier.”
Tuesday, 4 August 2009
Quest to launch new hardware form-factor!
As part of our ongoing goal to add new and improved functionality to all of our products, we will be launching a brand new hardware token to Defender's already extensive token list.
The Defender “SlimToken” is the latest addition to our hardware token list and provides full two-factor functionality in a token the size of a credit card.
The great thing about the SlimToken is not only its size & weight, but also the fact that it can easily be carried in something you take pretty much everywhere you go, your wallet!
This means there’s no more hassle of dragging a physical token along in your laptop bag and unless you forget your wallet, you’ll never forget your token behind when you need it.
Here’s a summary of some of the top features:
- Great form-factor!
- Can be fully customised physically (i.e. used as a security badge)*
- Can have a physical door access chip/coil embedded (e.g. HID)*
- Can have a smartcard chip embedded (e.g. for PKI use)*
- 3 – 4 years expected lifespan (governed by the internal battery
- Fully OATH compliant
* Please contact Quest for further details.
Wednesday, 15 July 2009
Quest Defender meets PowerShell
Taken directly from Dmitry's blog the details are as follows:
1. “Which tokens has which users assigned?”
foreach ($token in (Get-QADObject -IncludeAllProperties -Type "defender-tokenClass"))
{ Write-Output $token.Name $token."defender-tokenUsersDNs" }
foreach ($token in (Get-QADObject -IncludeAllProperties -Type "defender-tokenClass"))3. “Who can log in based on (direct) group membership allowed on the DAN (defender Access Node?”:
{
Write-Output $token.Name;
foreach ($user in $token."defender-TokenUsersDNs" | Where-Object{$token."defender-TokenUsersDNs".Count -gt 0})
{
Get-QADUser -Identity $user -IncludeAllProperties | Format-List samAccountName, "defender-violationCount",
"defender-resetCount", "defender-lockoutTime" ;
}
}
foreach ($dan in Get-QADObject -Type "defender-danClass" -IncludeAllProperties)I'm hoping that the simple yet effective examples Dmitry has provided for Defender will encourage others to embrace using PowerShell with Defender.
{
write-output "---";
Write-Output $dan.Name;
foreach ($ADGroup in Get-QADGroup -Identity $dan."defender-DANMembers")
{
Write-Host $ADGroup;
$ADGroup.Members | Get-QADUser | Format-List sAMAccountName;
}
}
Which brings me to my next question, when are the other two factor authentication players going to join the PowerShell party? ;)
Thursday, 18 June 2009
GrIDsure and Quest Software form strategic partnership
GrIDsure, the innovative alternative to PINs and passwords, today announced that it has formed a strategic partnership with Quest Software, Inc., to integrate GrIDsure's technology into the Quest ‘One Identity’ solution portfolio. Quest’s two factor authentication solution, Defender, is the first Quest product that will be enhanced with GrIDsure to extend the product’s existing two-factor authentication capability.
GrIDsure’s solution is based on its groundbreaking yet simple invention that allows users to authenticate themselves by remembering a minimum of a four block sequential pattern on a five by five grid. By integrating GrIDsure’s software-based solution, Quest will be able to offer its customers an enhanced level of scalable security at a very competitive price point, whilst enhancing the user experience.
Quest Defender is a standards-based strong authentication solution built to leverage Microsoft’s Active Directory for administration and management, and the addition of GrIDsure will maintain its level of interoperability for enterprises looking for a cohesive and holistic security strategy. Quest currently has approximately 300,000 users of Defender across many sectors such as healthcare, financial services and public sector. Quest expects Defender with GrIDsure to be commercially available in the summer of 2009.
Jonathan Craymer, Chairman, GrIDsure commented: “GrIDsure is a perfect fit for Quest’s product line and this is a great example of how our technology can become an extra ingredient for an existing product. Our technology has been easily integrated into Quest’s solution to enhance the security of the system whilst being much more cost effective than existing alternatives.”
Stuart Harrison, Product Manager, Quest, commented: “GrIDsure is a completely unique concept and we see great potential in this technology as our customers are always looking for enhanced security without the headache and cost of extra hardware. GrIDsure is very difficult to compromise and is a significant step in right direction for security both in terms of usability and cost effectiveness for the customer and the end user alike.”
More about GrIDsure:
The aim of GrIDsure is simple, to offer everyone an easier and more secure way to protect their own identity and authenticate themselves.
GrIDsure is a new ingredient in the security mix, able to generate 'one-time' codes that are more secure and resilient to 'spyware' threats, creating an extra security layer which can work on its own or alongside all existing or future technologies such as biometrics and PKI.
GrIDsure neatly replaces all fixed passwords, PINs or combinations, on any electronic device or system, ranging from computers and mobiles to the world of physical security. GrIDsure is more secure and more cost effective than traditional hardware-based alternatives, is highly scalable and reduces administrative time to run the system.
GrIDsure was awarded ‘Cool Vendor in Application Security and Authentication 2008' status by Gartner.
Press Contact:
David Atkinson
+44 (0) 207 608 4684
Wednesday, 17 June 2009
Search for 'iToken' from iTunes or click this link to download to your iPhone/iPod Touch: http://www.quest.com/itoken
Friday, 12 June 2009
Defender & ARS working together
We've now gone one step further to increase this ease of use by extending Defender functionality within Quest Active Roles Server.
QARS provides you with all the additional security functionality you could want when it comes to managing AD and things like delegation, automated provisioning and much, much more.
Now that QARS can provision users' TFA credentials, you have a truly complete security management solution for your AD users.
Have a look at a high-level run through of Defender and ARS working together here: http://www.quest.com/activeroles-server/integration/demo/defender/index.htm
You can also find out more about ARS here: http://www.quest.com/activeroles-server/security.aspx
Thursday, 11 June 2009
Password Management for dummies
- Continue spending loads of money on your own helpdesk
- Build and application yourself
- Buy a self service PW reset application from someone like Quest.
- Costly!
- More costly!
- Confusing
- Stating the obvious but it must offer good ROI and TCO.
- It should be a proven technology. Are you willing to be a security guinea pig? Probably not.
- Where are your users? In AD? If they are, you want a fully AD integrated solution. If they're not, go with whatever scales/is integrated best with your environment.
- It should be flexible to the extent that you can include as many applications within the PW reset as you deem necessary. Is one secure PW better than 10 insecure PW's? I don't know but it's definitly more convenient for the end user meaning the chances they wrote them down is less. And yes, PW sync is WAY easier than SSO no matter what anyone says so if you're looking to rationalize PW's & ID's, this is a great start!
- Future proof it. Don't buy proprietary!