PT Network Attack Discovery

Helps reconstruct the attack timeline and understand the sources and scale of threats

T1542: Pre-OS Boot

Adversaries may abuse Pre-OS Boot mechanisms as a way to establish persistence on a system. During the booting process of a computer, firmware and various startup services are loaded before the operating system. These programs control flow of execution before the operating system takes control.

Adversaries may overwrite data in boot drivers or firmware such as BIOS (Basic Input/Output System) and The Unified Extensible Firmware Interface (UEFI) to persist on systems at a layer below the operating system. This can be particularly difficult to detect as malware at this level will not be detected by host software-based defenses.

Positive Technologies products that cover the technique

Detection

PT NAD can detect and dissect the Trivial File Transfer Protocol (TFTP), which is commonly used by devices for initial download of the firmware over the network.

Examples of PT NAD filters

  • app_proto == "tftp"

Expert Required. The technique is detected only with the combination of «PT Product + Expert»

Detection

IDDS0001Data source and componentFirmware: Firmware ModificationDescription

Monitor for changes made on pre-OS boot mechanisms that can be manipulated for malicious purposes. Take snapshots of boot records and firmware and compare against known good images. Log changes to boot records, BIOS, and EFI

IDDS0029Data source and componentNetwork Traffic: Network Connection CreationDescription

Monitor for newly constructed network device configuration and system image against a known-good version to discover unauthorized changes to system boot, startup configuration, or the running OS. The same process can be accomplished through a comparison of the run-time memory, though this is non-trivial and may require assistance from the vendor.

IDDS0016Data source and componentDrive: Drive ModificationDescription

Monitor for changes to MBR and VBR as they occur for indicators for suspicious activity and further analysis. Take snapshots of MBR and VBR and compare against known good samples.

IDDS0009Data source and componentProcess: OS API ExecutionDescription

Monitor for API calls that may abuse Pre-OS Boot mechanisms as a way to establish persistence on a system. Disk check, forensic utilities, and data from device drivers (i.e. API calls) may reveal anomalies that warrant deeper investigation.

IDDS0017Data source and componentCommand: Command ExecutionDescription

Monitor executed commands and arguments in command history in either the console or as part of the running memory to determine if unauthorized or suspicious commands were used to modify device configuration.

IDDS0027Data source and componentDriver: Driver MetadataDescription

Disk check, forensic utilities, and data from device drivers (i.e. processes and API calls) may reveal anomalies that warrant deeper investigation

Mitigation

IDM1035NameLimit Access to Resource Over NetworkDescription

Prevent access to file shares, remote access to systems, unnecessary services. Mechanisms to limit access may include use of network concentrators, RDP gateways, etc.

IDM1047NameAuditDescription

Perform audits or scans of systems, permissions, insecure software, insecure configurations, etc. to identify potential weaknesses.

IDM1051NameUpdate SoftwareDescription

Patch the BIOS and EFI as necessary.

IDM1026NamePrivileged Account ManagementDescription

Ensure proper permissions are in place to help prevent adversary access to privileged accounts necessary to perform these actions

IDM1046NameBoot IntegrityDescription

Use Trusted Platform Module technology and a secure or trusted boot process to prevent system integrity from being compromised. Check the integrity of the existing BIOS or EFI to determine if it is vulnerable to modification.