Adrián Bíro

Network Security

Network WLAN AP-NIPR Platform Recomendations for Department of Defense

OpenSSl WPA2-Enterprise with FreeRadius

WLAN access point policy The site will conduct continuous wireless IDS scanning. Note: This requirement applies to all DoD sites that operate DoD computer networks, including sites that have no authorized WLAN systems.

Network Security Requirements Guide

Network Infrastructure Policy Security Technical Implementation Guide

Network Devices Security Technical Implementation Guide

Firewall

Linux and FreeBSD Firewalls

Firewall Security Requirements Guide

Firewall Security Technical Implementation Guide

SNMP

SNMP Messages (protocol data units)

Requests and responses exchanged between the SNMP manager (Get, GetBextm GetBuld, Set) and the SNMP agents (Trap, Response, Inform).

  1. Trap: A trap is an alert message—for example, a trap might alert the SNMP manager to the failure of a device. SNMP trap monitoring is crucial, as it notifies you of issues so you can address them proactively.
  2. Get: This is a basic information request. A Get message is the main way the SNMP manager gets information from an agent.
  3. GetNext: As the name implies, a GetNext message sends for the next segment of information.
  4. GetBulk: This lets the SNMP manager request an array of information via a sequence of GetNext requests, meaning a bigger segment of the MIB can be queried.
  5. Set: Set messages allow the SNMP manager to give agent instructions regarding changes to settings on a monitored device.
  6. Response: The response is simply the reply from the agent, acknowledging the request.
  7. Inform: This is the SNMP manager’s version of the response message, acknowledging receipt of a trap.

SNMP uses the UDP port 161 of the SNMP Agent for sending and receiving requests. On the other hand, SNMP uses also port 162 of the SNMP Manager for receiving traps from managed devices.

An Introduction to SNMP (Simple Network Management Protocol)

SNMP Community Strings

SNMP v2 vs v3

SNMP v3

How to enable SNMP on your operating system

Securing SNMP

SNMP tools

SNMP Tutorial

SNMP Command Examples Oracle

Awesome SNMP Github

SNMP Monitoring Tools