Friday, 26 July 2024, 7:00 PM
Site: The CSI Linux Academy
Course: The CSI Linux Academy (CSI Linux Academy)
Glossary: The CSI Linux Knowledge Base
O

OPSEC

Operational security (OPSEC) refers to the protection of sensitive information and activities in order to prevent adversaries from gaining an advantage or disrupting operations. In the military, OPSEC is critical to the success of missions and the safety of personnel.

Examples of OPSEC considerations in the military include:

  1. Security of communications: Ensuring that sensitive information is not compromised through unsecured communication channels, such as phone or email. This may involve using encrypted communication methods or secure communication devices.

  2. Physical security: Protecting military facilities and equipment from unauthorized access or tampering. This may involve measures such as security patrols, perimeter fencing, and access controls.

  3. Personnel security: Protecting the identities and personal information of military personnel in order to prevent adversaries from targeting individuals or their families. This may involve measures such as strict control of personal information and use of pseudonyms or code names.

  4. Operations security: Protecting the details of military operations in order to prevent adversaries from gaining an advantage or disrupting the mission. This may involve measures such as disguising the true purpose of an operation or using misdirection to mislead adversaries.

Overall, OPSEC is an important consideration in the military as it helps to protect sensitive information and activities, ensuring the success of missions and the safety of personnel.


OSI Model

The OSI (Open Systems Interconnection) model is a framework for understanding how communication occurs between different devices within a computer network. It is composed of seven different layers, each of which performs a specific function in the communication process. These layers are:

  1. Physical Layer: This layer deals with the physical connection between devices, including the transmission media (such as cables or wireless signals) and the hardware (such as network interface cards) used to transmit data. Protocols at this layer include Ethernet, WiFi, and Bluetooth.

  2. Data Link Layer: This layer is responsible for establishing a connection between two devices and ensuring that the data is transmitted accurately between them. Protocols at this layer include MAC (Media Access Control) addresses, which are unique identifiers assigned to each device on the network.

  3. Network Layer: This layer is responsible for routing data packets between devices, ensuring that they reach their intended destination even if the network topology changes. Protocols at this layer include IP (Internet Protocol), which provides a unique address for each device on the network, and routing protocols such as OSPF (Open Shortest Path First) and BGP (Border Gateway Protocol).

  4. Transport Layer: This layer is responsible for ensuring that data is delivered reliably between devices, including retransmitting any lost or corrupted packets. Protocols at this layer include TCP (Transmission Control Protocol) and UDP (User Datagram Protocol).  Some argue that SSL and TLS now reside on this layer.

  5. Session Layer: This layer is a framework for understanding how data is transmitted over networks. The session layer is responsible for establishing, maintaining, and terminating communication sessions between computers. Some of the protocols that operate at the session layer include:

    • NetBIOS (Network Basic Input/Output System)
    • RPC (Remote Procedure Call)
    • SIP (Session Initiation Protocol)
    • SS7 (Signaling System No. 7)

    NetBIOS is a protocol that provides services such as name resolution, datagram transmission, and session establishment for applications on a network. RPC is a protocol that allows a computer to request a service from a program located on another computer, and it is used to build distributed applications. SIP is a signaling protocol used for initiating, maintaining, modifying and terminating real-time sessions that involve video, voice, messaging and other communications applications and services between endpoints on the Internet. SS7 is a signaling system that is used to set up and tear down telephone calls, as well as to provide other services such as caller ID and call forwarding

  6. Presentation Layer: This layer is responsible for formatting and encoding data so that it can be transmitted between devices. Protocols at this layer include ASCII (American Standard Code for Information Interchange) and JPEG (Joint Photographic Experts Group).

  7. Application Layer: This layer is the highest layer in the OSI model and is responsible for providing services to the user, such as file transfer, email, and web browsing. Protocols at this layer include FTP (File Transfer Protocol), HTTP (Hypertext Transfer Protocol), and SMTP (Simple Mail Transfer Protocol).

In summary, the OSI model is a framework that helps to understand how communication occurs between devices on a computer network, with each layer performing a specific function in the process. Protocols at each layer provide the necessary standards and protocols to ensure that data is transmitted accurately and reliably between devices.


OSINT

OSINT stands for "Open-Source Intelligence." It is the practice of collecting and analyzing information from publicly available sources to support decision-making or research. This includes information from the internet, social media, newspapers, television, radio, and other open sources.

Examples of OSINT include:

  1. Researching a company's financial performance by analyzing publicly available financial statements and news articles.

  2. Investigating a person's background by searching for their name on social media platforms, public records, and online directories.

  3. Analyzing a country's political climate by studying news articles and social media posts from local sources.

  4. Tracking the spread of a disease by collecting data from healthcare websites and social media accounts.

  5. Monitoring the activities of a political organization by analyzing their website and social media posts.

Overall, OSINT is a powerful tool for gathering information about a wide range of topics, from individuals and organizations to countries and events. It is an essential part of intelligence gathering and is often used in conjunction with other forms of intelligence, such as human intelligence (HUMINT) and signal intelligence (SIGINT).