Google OAuth: Abandoned Domains Attack

Listen to this Post

The “Google OAuth: Abandoned Domains Attack” is a security concern where attackers exploit abandoned or expired domains to manipulate Google OAuth authentication flows. This can lead to unauthorized access, phishing, or token theft. Kaspersky’s research highlights how attackers register expired domains previously trusted by Google OAuth to bypass security checks.

Read more: Kaspersky

You Should Know:

1. Identifying Abandoned Domains

Use Linux commands to check domain expiration:

whois example.com | grep "Expiry Date" 

Or with `curl` and DNS checks:

curl -I https://example.com 
dig example.com 

#### **2. Mitigating OAuth Risks**