Cyber security

Elitewolf – Critical Infrastructure Security Insights

This repository contains various ICS/SCADA/OT focused signatures and analytics. The end goal is to enable Critical Infrastructure Defenders, Intrusion Analysts, and others to implement continuous and vigilant system monitoring.

WARNING: These signatures/analytics aren’t necessarily malicious activity. They require follow on analysis to truly determine if this activity is malicious or not.

Background

Cyber actors have demonstrated their continued willingness to conduct malicious cyber activity against Critical Infrastructure (CI) by exploiting Internet-accessible and vulnerable Operational Technology (OT) assets.

Due to the increase in adversary capabilities and activity, the criticality to U.S. national security and way of life, and the vulnerability of OT systems, civilian infrastructure makes attractive targets for foreign powers attempting to do harm to U.S.

Interests or retaliate for perceived U.S. aggression. It is highly recommended that ICS/SCADA/OT Critical Infrastructure owners and operators implement a continuous and vigilant system monitoring program.

Please reference the following Cybersecurity Advisory for further background: NSA and CISA Recommend Immediate Actions to Reduce Exposure Across all Operational Technologies and Control Systems.

SNORT Rules

WARNING: These signatures/analytics aren’t necessarily malicious activity. They require follow on analysis to truly determine if this activity is malicious or not.

The provided SNORT rules are alerting rules. Investigation for accuracy is required for hits.

The rules have been tested, but every system can be configured differently, so ensure that the signature is triggered properly or is adjusted as needed based on the sensors and the environment.

Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

xargs Command in Linux: Build and Execute Commands from Input

The xargs command in Linux reads items from standard input and passes them as arguments to another…

1 day ago

locate Command in Linux: Find Files Fast with a Database Search

The locate command in Linux searches for files and directories by name. It queries a pre-built database…

1 day ago

Listing Linux Services with systemctl: A Complete Guide

Most modern Linux distributions use systemd as the default service manager. Knowing how to list…

1 day ago

How to Truncate Files in Linux: Empty Files Without Deleting

Truncating a file in Linux means removing its contents while leaving the file itself in…

1 day ago

ss Command in Linux: Display Socket Statistics and Connections

The ss command in Linux lists open sockets and active network connections. It replaced the deprecated netstat command and…

2 days ago

ftp Command in Linux: Connect to Servers and Transfer Files

The ftp command in Linux connects to a remote FTP server and transfers files. FTP transmits everything…

2 days ago