Skip to content
Category

Cybersecurity engineering

page 1
reverse engineering
process by which a man-made object is deconstructed to reveal its designs, architecture, code or to extract knowledge from the object
network security
policies and practices adopted to prevent and monitor unauthorized access, misuse, modification, or denial of computer networks and network-accessible resources
security hacker
someone who explores methods for breaching defenses and exploiting weaknesses in a computer system or network
tunneling protocol
computer protocol that allows a network user to access or provide a network service that the underlying network does not support or provide directly
principle of least privilege
principle in computer security
Software Guard Extensions
processor extension
operations security
counterespionage safety procedures and practices
security testing
tests intended to detect flaws in the security mechanisms of an information system to ensure it protects data and maintains functionality as intended
Footprinting
Footprinting (also known as reconnaissance) is the technique used for gathering information about computer systems and the entities they belong to. To get this information, a hacker might use various tools and technologies. This information is very useful to a hacker who is trying to crack a whole system.
blue team
group that provides security feedback
principal
authenticated entity in computer security
seccomp
seccomp (short for secure computing) is a computer security facility in the Linux kernel. seccomp allows a process to make a one-way transition into a "secure" state where it cannot make any system calls except exit(), sigreturn(), read() and write() to already-open file descriptors. Should it attempt any other system calls, the kernel will either just log the event or terminate the process with SIGKILL or SIGSYS. In this sense, it does not virtualize the system's resources but isolates the process from them entirely.
hardware security
discipline involving hardware design, access control, secure multi-party computation, secure key storage, ensuring code authenticity, measures to ensure that the supply chain that built the product is secure
BlueBorne
Bluetooth vulnerability, an attack vector
biometric device
identification and authentication device
cybersecurity engineering
engineering discipline
Software Defined Perimeter
also called "Black Cloud", an approach to computer security
BlueHat
BlueHat (or Blue Hat or Blue-Hat) is a term used to refer to outside computer security consulting firms that are employed to bug test a system prior to its launch, looking for exploits so they can be closed. Their role involves searching for weaknesses or security gaps that could be exploited, and their aim is to rectify and close these potential vulnerabilities prior to a product or system launch. In particular, Microsoft uses the term to refer to the computer security professionals they invited to find the vulnerability of their products, such as Windows.