Make it easier to find malware targeting your users: If you’re designing (or redesigning) your web presence and it includes login or authentication functionality of some sort, consider making your authentication cookie names unique to your system.

For example, instead of calling your authentication cookie “auth” or “session,” maybe call it “blue_tiger_cub” (completely contrived example). Now, if you’re hunting for credtheft or infostealing malware targeting your brand, your searches just got a whole lot more targeted.

This does have me thinking though…could you rotate the authentication cookie name on a regular basis?

Or maybe we could just move away from cookies for session management and use an extended version of something like #webauthn to sign every single request, but I digress…

#malware #webauthentication #cookies #securityarchitecture #threathunting #yara

Une question de #cybersécuritay, les gens : #WebAuthentication https://www.w3.org/TR/webauthn/ c'est pile le même concept que l'authentification par clé publique pour #SSH, non ? Bien sûr, le protocole est différent, mais le concept est le même. Ou alors Web Authentication fait un truc en plus que SSH mais lequel ?
Le @w3c, l'organisation à l'origine de toutes les normes du #Web, a officiellement promu l'API #WebAuthentication au titre de norme officielle du Web 👇 https://www.zdnet.fr/actualites/le-w3c-finalise-la-norme-web-authentication-webauthn-39881553.htm?utm_term=Autofeed&utm_medium=Social&utm_source=Twitter#Echobox=1551793942
Le W3C finalise la norme Web Authentication (WebAuthn)

WebAuthn est déjà pris en charge sur Windows 10, Android, Chrome, Edge, Firefox, et bientôt sur Safari.

Firefox 60 est là : Web Authentication, gestion des cookies, Modules ES6 et Policy Engine

Après une longue période d'attente, l'API Web Authentication débarque dans Firefox. Une première grande avancée pour la connexion sécurisée et simplif...