[ To find a specific security, legal, forensic, or computer-related term quickly, use
our search page | Last
Updated: 09/18/07 ]
[ We are not responsible
for any incorrect definitions or spellings in this glossary, but encourage and
welcome suggestions. ]
[ If you are looking for a comprehensive list of acryoyms and their meanings,
we encourage you to download Acronym
Genie. ]
[ Glossary Menu -
#
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
] |
| Word/Term |
Definition |
| [ B ] |
| Back
Door |
A Back
Door program is used to bypass network or host-based security
in order to gain complete access to a host. |
| Biometrics |
Biometric
Technology is used to authenticate or identify a specific
individuals in situations where a high-level of security is
required. Biometrics includes fingerprint, hand
geometry and, vocal recognition, retina, facial, and iris scans,
and signature recognition. |
| Birthday Attack |
If a hacker wants to change a protected message (i.e., protected by a message digest) during its transmission to the intended recipient, but not have their changes be detectable by the receiver, the attacker could attempt to make numerous minor changes to the message and continually calculate the message digest after each minor change that they made. According to the principles of the birthday paradox, there is a probability that one of the variations on the messages digest will match the original and that variation could be implemented without raising suspicion. |
| Black Hat |
A Black Hat is a skilled hacker who uses a combination of programming expertise and computer security interests for illegal motives. Black Hats are the opposite of White Hats in the world of Information Technology (i.e., IT) and may be motivated by politics, curiosity, greed, or peer pressure. |
| Blind
File Transfer Protocol |
A Blind
File Transfer Protocol (i.e., FTP) refers to the hiding of
server files from a logged in user. In this way, a user would
only be able to download files if they were aware of the specific
file names. Additionaly, if the user were to upload a file,
they would not see it appear in the directory that they uploaded
it into, but they would be able to retrieve it if they used
the exact file name. |
| Boiler Plate Language |
Boiler Plate Language is legal wording that can be lifted and reused in other documents without further editing. |
| Bridge |
A network
Bridge operates at the Data Link layer of the Open System
Interconnect (i.e., OSI) model and is used to connect
two local-area networks (i.e., LAN) or two segments
of the same network together. Bridges simply forward
packets on without pausing to analyze or re-route even if
necessary. Additionally, Bridges are
protocol-independent and on average, are faster than routers. |
| Brute Force Attack |
A Brute Force Attack refers to the process of repeatedly trying possible combinations of a password in order to guess it. Usually, this will leave a trail of unsuccessful logon attempts if system auditing is enabled. |
| Buffer Overflow Attack |
This is a common type of hacker exploit. An individual will attempt to crash or disable a system by initiating a Buffer Overflow. This occurs when more data is sent to a destination than what that destination can (temporarily) hold. |