RAM
2024-09-25
Random Access Memory (RAM) is short-term memory used by a computer.
Read More
VPN
2024-09-25
Virtual Private Networks is a computer networking method that virtually extends a network to one or more networks, often providing encryption and ...
Read More
borges2021
2024-09-24
Adversarial Tradecraft in Cybersecurity: Offense versus defense in real-time computer conflict
by Dan Borges
Read More
Didier Stevens
2024-09-24
Didier Stevens is a security researcher from Brussels, Belgium who has written many forensics-focused, open-sourced tools. ...
Read More
Kaiten malware
2024-09-24
Kaiten malware targets Linux hosts and uses IRC for its command and control protocol. Kaiten is often used to perform DDoS attacks. ...
Read More
disassembly
2024-09-23
Disassembly is a reverse engineering process where a binary is deconstructed–typically from compiled bytecode or binary data to source code ...
Read More
linter
2024-09-23
Linters are static analysis tools used to find bugs, errors, poor stylistic choices, and error-prone constructs within source code.
Read More
sending ssh packets at a flat rate to obscure keystroke timings
2024-09-13
A technique used to thwart SSH keystroke timing attacks is to send keystroke packets at a flat rate. Rather than immediately sending the packet, send ...
Read More
SSH keystroke timing attack
2024-09-13
A SSH keystroke timing attack occurs when an adversary is able to capture packets of ssh sessions, and measure the timing between keystrokes. Using ...
Read More
statistical learning
2024-09-13
Statistical learning is the process of learning based on the statistical structure of input.
Statistical learning has applications in language ...
Read More