Author: Farhad

sorveglianza visiva che osserva

Paranoico o Preparato? Le spie sulla tua scrivania

Di solito ricevo domande sul perché ho un adesivo sui sensori di luce ambientale dei miei laptop e del mio telefono. Alcuni pensano che non sappia la differenza tra un sensore di luce e una fotocamera e cercano di spiegarmi che questo non è una fotocamera. Quello che non sanno è che i sensori di luce ambientale possono essere…
Leggi di più

Il più grande fallimento della sicurezza del mondo antico: Lezioni di sicurezza dalla valle dei re

Grazie al lungo congedo annuale di MasterCard (abbiamo 25 giorni!) Ho fatto un viaggio di due settimane in Egitto all'inizio di questo mese per visitare un posto che ho sempre desiderato vedere: Le tombe sepolte degli antichi faraoni nella valle dei re. Come ingegnere di sicurezza, I could not help looking at these
Leggi di più

Cybersecurity jobs

Come ottenere un lavoro entry level in cybersecurity

Questo post è una risposta a un amico che sta cercando un ruolo nella cybersecurity in un mercato estremamente competitivo. Dato che questo è un problema diffuso oggigiorno, I decided to write a post rather than simply leaving a comment. Various statistics from multiple sources suggest that there is a wide gap in cybersecurity roles,…
Leggi di più

Attacco WaterHole

Attacchi per il buco di irrigazione: In che modo i criminali apt e informatici si infiltrano per le infrastrutture sicure

Il mio primo incontro con il mondo dei cyber-criminali è avvenuto attraverso una campagna di attacco WaterHole molti anni fa. I visited a Persian website and discovered that it was downloading malware onto visitorsbrowsers. I promptly contacted the site administrator, who informed me that they had no technical knowledge of the issue. It became apparent that
Leggi di più

credential stuffing

Il ripieno di credenziali non è DDO!

Ho sentito questo molte volte negli ultimi anni: qualcuno sta subendo un pesante attacco DDoS sul proprio sito web. Quando chiedo che tipo di attacco sta vivendo, la risposta di solito è che i cattivi stanno inviando migliaia o addirittura milioni di richieste POST. When I…
Leggi di più

application ddos attacks

Attacchi DDoS di livello dell'applicazione, e come possono essere mitigati

DDoS (distributed denial of service) and DoS (denial of service) attacks can be broadly classified into three categories based on the layers of the OSI model they target: network layer (Layer 3), transport layer (Layer 4), and application layer (Layer 7). Layer 3 and Layer 4 attacks are typically less complexeven though that they might
Leggi di più

Web Application Firewall (WAF)

Il WAF è morto, Lunga vita al waf!

The web application firewall (WAF) is a security tool used to guard against unwanted access to web applications. It is often a security device that sits on top of a web server and guards against threats from the internet or from beyond the network perimeter. Unlike Layer 3 (Network) and Layer 4 (Transport) firewalls, which
Leggi di più

Zombie Cookies Verizon Yahoo AOL

How to deal with new tracking techniques; Zombie cookies and Canvas fingerprinting

Canvas fingerprinting, and Zombie cookie trackers are nothing new; however, these methods are improved and have become notoriously effective over the time. Recently, a study revealed that one in every four 10,000 most visited websites on the internet uses canvas fingerprinting to track the visitors with up to 99.9% precisione. The tracking attempt to collect
Leggi di più

PHP Suhosin

The end of Suhosin; what is next?

For many years, I zealously have used Suhosin with any implementations of PHP5 on Apache2 or PHP-FPM Nginx webservers to defend against SQL injection and other common web attacks. In fact, PHP5 was so disastrous, both in terms of its core security, and its functions and modules that I could have never conceived using it
Leggi di più