Who is the special OpenID Connect URL "self-issued.me" issued to, and is it a risk?

OpenID Connect defines a special use case for self-issued.me and it’s registered overseas to what I assume is a fictional name.

What is the risk of someone owning this domain w.r.t. OpenID Connect?

self-issued.me
Domain Name: SELF-ISSUE… Continue reading Who is the special OpenID Connect URL "self-issued.me" issued to, and is it a risk?

What are the privacy and infosec risks with Apple Watches and Android Wear?

From what I can tell, Apple Watch apps act like a remote control to a nearby iPhone using Bluetooth or BLE.

Conversely Android watches have the ability to run full applications, and therefore have a local storage component.

Some regula… Continue reading What are the privacy and infosec risks with Apple Watches and Android Wear?

What risks are there with a Bluetooth based door lock, and are there any mitigations?

There are a few interesting Bluetooth door locks on the market that use version Bluetooth 4.0 however there seems to be a few issues with this

E0 Encryption flaws
Risks during pairing
Attacks unique to operating environment (temperature… Continue reading What risks are there with a Bluetooth based door lock, and are there any mitigations?

How do I constrain Windows Smartcards for AD Authentication so that "anyExtendedKeyUsage" is not implied?

This document describes how there are 3 ways to constrain a SmartCard certificate

The Enhanced Key Usage field defines one or more purposes for which
the public key may be used. RFC 5280 states “in general, [sic] the EKU
extension … Continue reading How do I constrain Windows Smartcards for AD Authentication so that "anyExtendedKeyUsage" is not implied?

How can I tell if a DNSSec zone is protected using NSEC3 (versus NSEC)

This answer describes how DNSSec might permit “Zone walking”… where a bad guy can extract all the DNS records from a DNSSec enabled zone. NSEC3 is an update that prevents this. (See bottom of this article)

How can I determine (external… Continue reading How can I tell if a DNSSec zone is protected using NSEC3 (versus NSEC)