| M
mail - A Unix command to read mail, or send mail to other users.
Mail Bridge - Used loosely to refer to any mail gateway. Technically, a mail bridge screens mail passing between two networks to ensure that it meets administrative constraints. In particular, mail bridges between the ARPANET and MILNET did not permit arbitrary mail flow.
Mail Storm - What often happens when a machine with an Internet connection and active users re-connects after extended downtime --- a flood of incoming mail that brings the machine to its knees.
Mailbomb - The mail sent to surge others to send, masssive amounts of email to a single system or person with the intent to crash the recipient's system. Mailbombing is widely regarded as a serious offense.
Mailing List - A service that sends mail to everyone on a list whenever mail is sent to the service, allowing a group of people to exchange mail on a particular topic.
Mail Reflector - Software that automatically distributes all submitted messages to the members of a mailing list.
mailx - A Unix command used to send and receive mail to other users. Some sysadmins configure systems with a variety of mail services, such as elm, mailtool, dtmail, etc. see sendmail
Maintenance Hook (exit) - Special instructions in software to allow easy maintenance and additional feature development. Hooks frequently allow entry into the code at unusual points or without the usual checks, so they are a serious security risk if they are not removed prior to live implementation. Maintenance hooks are special types of trap doors.
majordomo - A set of programs written in Perl that automate operation multiple mailing lists. Majordomo automatically handles routine requests to subscribe or unsubscribe; it also has "closed lists" that route all subscription requests to a "list owner" for approval. This is a Unix-based mailing service.
MAJORDOMO List Server - The majordomo software running on a Unix-based computer, managed by a System Administrator that performs daily monitoring and maintenance of email messages. Majordomo is designed to help System Administrators and end-users perform many email tasks automatically; such as subscribing/unsubscribing email addresses to mailing lists for the dissemination of information on specific topics.
Malicious Code - Hardware, software, or firmware that is intentionally included in a system for an unauthorized purpose; e.g. a Trojan horse.
Malicious Logic - Hardware, software, or firmware that is intentionally included in a system for an unauthorized purpose; e.g. a Trojan horse. It is intentionally included in an IS for an unauthorized purpose.
man - A Unix command (short for manual), to get help information.
Masquerading - Posing as an authorized user, usually in an attempt to gain access to a system. Synonymous with spoofing, mimicking, and impersonation.
Microcomputer - In general, as a class of computers, the microcomputer is the smallest and least expensive. It uses microprocessors as its CPU, and are used in the home as personal computers; they are widely used in business and schools.
MILNET - MILitary NETwork. The DOD's network. Originally part of the ARPANET, MILNET was partitioned in 1984 to make it possible for military installations to have reliable network service while the ARPANET continued to be used for research. MILNET uses exactly the same hardware and protocol technology as ARPANET. Under normal circumstances, MILNET is part of the connected Internet.
MIME - Multipurpose Internet Mail Extensions, an extension to Internet mail that allows for the inclusion of non-textual data, such as video and audio, in e-mail.
Mimicking - Synonymous with spoofing, masquerading, and impersonation.
Minicomputer - A computer that is usually more powerful than a microcomputer and usually less powerful than a mainframe computer. Minicomputers are most often found in businesses and schools, and rarely at home. Each year, as computers become more powerful, the exact definitions of micros, minis, and mainframe computers continue to change.
MISSI (Multilevel Information Systems Security Initiative) Component - Any platform that is FORTEZZA or CC equipped.
Mockingbird - A computer program or process which mimics the legitimate behavior of a normal system feature (or other apparently useful function) but performs malicious activities once invoked by the user.
Mode - This refers to the permissions and the type of a file. See chmod, and Permission Flags.
Modem - An acronym for MOdulator-DEModulator. A device that modulates and demodulates signals. Modems are primarily used for converting digital signals into quasi-analog signals for transmission over analog communication channels and for reconverting them back into digital signals. Many additional functions may be added to a modem to provide for customer service and control features. Modems may be internal or external to the hardware of a computer. Typical rates: 300, 1200, 2400, 9600, 19200, and higher.
more - A Unix command to display the contents of a text file on the screen, one screen at a time. see cat
MUD (Multiple User Dimension) - A computer program that provides a virtual reality. One can telnet to a MUD server, take on a role, and explore and interact with other users who are playing their roles.
Multi-Level - Concept of processing information with different classifications and categories that simultaneously permits access by users with different security clearances, but prevents users from obtaining access to information for which they lack authorization.
Multi-homed Host - A host using TCP/IP that has connections to two or more physical networks. Multi-homed hosts can function as gateways if their routing tables are assigned correct values for routes.
Multilevel Security - Concept of processing information with different classifications and categories that simultaneously permits access by users with different security clearances, but prevents users from obtaining access to information for which they lack authorization.
Multimedia - Involving more than one form of communication, such as combining text, video, and sound.
Multitasking - A mode of operation that provides for concurrent performance or interleaved execution of two or more tasks.
Multiuser Operation - A system with the capability to have multiple users accessing and processing simultaneously such as is found with UNIX.
mv - A Unix command to move a file from one location to another; can be used to rename a file as well. |