For small water & electric utilities · No MSP required
Enterprise-grade security for a utility with two IT people and no security budget — built entirely from free programs, free software, and free help that already exist for you.
In November 2023, the Municipal Water Authority of Aliquippa, Pennsylvania had a pump-station controller defaced by a foreign hacking group. The attackers didn't need skill: the controller was reachable from the internet and still had its factory password. That is the profile of nearly every publicized attack on a small utility — not sophisticated adversaries, but open doors: exposed remote access, default credentials, no backups, and nobody watching.
Small utilities are targeted because they're presumed undefended, and the consequences aren't IT problems — they're boil-water notices, outage calls, and a very bad week in front of your board and your community. The good news: because the failure modes are simple, the fixes are too, and the federal government and the security industry now give the best tools away free to utilities under $100M in revenue.
If you do nothing else, do these three
1. Apply to the Dragos Community Defense Program — free professional monitoring of your plant network. 2. Enroll in CISA's free scanning so you learn about your internet exposure before an attacker does. 3. Spend one afternoon closing exposed remote access and changing default passwords.
Everything else in this guide builds on those three.
Step zero — know your grade
Before starting, run the free BeaconScore self-assessment at valuechainrisk.org/scorer, from the VCRI Small Business Security Starter Kit (10–15 minutes, runs in your browser, your answers never leave your machine). It grades your whole operation — six categories covering people, processes, technology, data, facilities, and how you use AI — not just your computers, and hands you a prioritized fix list. Re-run it after each tier below and watch the grade climb — that's your progress report to the board.
The work is sequenced into three tiers. The order matters: Tier 1 closes the doors attackers actually use and enrolls you in programs with waiting periods. Tier 2 makes you resilient — able to recover and to answer "what do we do if…". Tier 3 gives you eyes on the network, and only makes sense once someone (staff or volunteer) can look at a screen once a week.
Each item lists cost, time, and numbered instructions specific enough to hand to a staff member or a volunteer. Items marked FREE have no license cost, ever — they are not trials.
Enrollments that take days to activate, plus the single highest-payoff afternoon of hands-on work. A volunteer and one staff member can finish this tier in two visits.
The single biggest upgrade available to you. Dragos gives water, electric, and gas utilities in the US and Canada — under $100M annual revenue — free access to its professional OT security platform: asset inventory, threat detection, and vulnerability management for your SCADA/plant network, plus membership in Neighborhood Keeper (anonymized collective threat visibility across utilities) and OT-CERT (free playbooks, guides, and working sessions). Utilities your size could never buy this; through this program you get it at no cost.
Contact: application form on the Dragos site · If accepted, this program covers most of Tier 3 for your OT network automatically.
The US government will continuously scan your public-facing internet addresses and send you a weekly report of every exposed service and known vulnerability — the same view an attacker gets, delivered to your inbox first. Zero effort after enrollment.
vulnerability@cisa.dhs.gov with the subject line "Requesting Cyber Hygiene Services". Say you are a water/electric utility (critical infrastructure — you qualify).Contact: vulnerability@cisa.dhs.gov · details at cisa.gov/cyber-hygiene-services
This is how small utilities actually get breached. One afternoon of unglamorous work removes the attack path used in almost every publicized water-sector incident, including Aliquippa.
1111, admin, password, or the vendor's name — change it now and record the new one in your password manager (per the VCRI Starter Kit). The Aliquippa controller was defaced through the factory default 1111.Tip: photograph the whiteboard — that inventory is the seed of your asset list and your Tier 2 rebuild.
Shodan is the search engine attackers use to find exposed industrial systems. A one-time membership lets you put a standing watch on your own addresses: the day something of yours shows up on the internet, you get an email. It complements the CISA scan — different eyes, instant alerts.
Contact: monitor.shodan.io · alerts arrive by email — route them to two people, not one.
Rebuild remote access properly, make ransomware survivable, find your internal soft spots, and rehearse the bad day. One item per week gets it done in a quarter.
Replaces every port forward and consumer remote-desktop tool you removed in Tier 1. Tailscale builds an encrypted private network between enrolled devices — nothing is exposed to the public internet, every connection is tied to an identity with MFA, and you can grant your SCADA integrator access to exactly one machine instead of your whole network.
Alternative: if policy requires self-hosted, WireGuard on the firewall achieves the same — more setup, no third party.
Utilities that survive ransomware are the ones with tested, offline backups. Veeam's free edition covers 10 machines — enough for the SCADA historian, engineering workstation, HMI server, billing, and office systems at most small utilities.
Contact: veeam.com · Community Edition is permanent, not a trial.
CISA scans you from outside; this scans from inside. The free tier covers 16 addresses — usually enough for a small utility's office network: PCs, servers, firewall, printers.
Alternative: Greenbone/OpenVAS is free with no IP limit — more setup effort.
Two hours in a conference room walking through "the SCADA screens just went dark" — often the first time operations, IT, and management have ever talked through the same emergency. CISA publishes ready-made exercise packages (CTEPs), including water-sector and ICS scenarios, with facilitator scripts included.
report@cisa.gov / 1-844-SAY-CISA), the state, your insurer, and WaterISAC. Print it. Tape it inside the control-room cabinet. The plan must survive the network being down.Contact: your regional CISA Cybersecurity Advisor (below) will often facilitate at no cost.
When utilities like yours are being targeted, these are the people who tell you before it's news — in plain language, with what to do about it.
During an incident: report@cisa.gov · 1-844-SAY-CISA · plus your ISAC and state primacy/PUC contacts.
Detection only helps if someone looks. Do this tier when a staff member or recurring volunteer can own a 30-minute weekly review — and note that if Dragos CDP accepted you, your OT network is already covered and this box watches the office/IT side.
One quiet industrial PC, plugged into a mirror port on your network switch, running free government-built and open-source software. It listens to a copy of your traffic — it cannot touch operations — and gives you: an automatic asset inventory, intrusion detection, full network visibility with ICS protocol awareness, and log collection with alerting from your Windows machines. This is the same architecture commercial products charge five figures a year for.
INTERNET ── FIREWALL ── CORE SWITCH ────────── office PCs, servers
│ ▒ SPAN/mirror port (copy of traffic)
▼
┌───────────────┐
│ SENSOR BOX │ NIC 1: sniffing (no IP address)
│ Malcolm │ NIC 2: management (view dashboards)
│ + Wazuh │
└───────────────┘
▲
│ ▒ second SPAN from OT switch — ONLY if
OT SWITCH ──────┘ not already covered by a Dragos sensor
The box receives copies of packets and sends nothing back. Dashboards are viewed from the management NIC on the office network.
Hardware (~$800–1,500): a fanless industrial mini-PC or small server with 8+ CPU cores, 32 GB RAM (64 GB if budget allows), a 1–2 TB SSD, and at least two Ethernet ports (four is better). Refurbished business servers work fine; fanless matters only if it lives in a dusty plant room instead of the office.
./scripts/configure (accept defaults; set the capture interface to the sniffing NIC), then ./scripts/start. One package gives you Zeek (traffic analysis with ICS/SCADA protocol parsers — it understands Modbus and DNP3), Suricata (intrusion detection), Arkime (full packet search), NetBox (asset inventory that populates itself), and OpenSearch dashboards.Safety rules — non-negotiable
Optional add-on: runZero Community Edition (free tier) for gentler, richer asset discovery on the office network — it's designed to be safe around fragile devices, but keep even it off the OT segment unless your integrator supervises.
Tools alert; people help. All of the following exist specifically to help utilities like yours, at no cost or close to it.
| Who | What they do for you | Reach them |
|---|---|---|
| CISA Regional Advisor | Free on-site assessments, exercise facilitation, incident support — your personal fed | cisa.gov/about/regions |
| Dragos OT-CERT | Free OT security resources, playbooks, working sessions for small utilities | dragos.com/community/ot-cert |
| WaterISAC / E-ISAC | Sector threat intelligence in plain language, member community | waterisac.org · eisac.com |
| EPA Water TA | Free cybersecurity evaluations and technical assistance for water systems | epa.gov/waterresilience |
| DEF CON Franklin | Volunteer security professionals adopted by water utilities — hands-on help | defconfranklin.com |
| NRWA / state rural water | Circuit riders and training; ask about cybersecurity programs | nrwa.org · your state association |
| UnDisruptable27 | Community effort helping critical local infrastructure raise its floor before 2027 | Institute for Security & Technology |
| Incident reporting | 24/7 federal incident assistance | report@cisa.gov · 1-844-SAY-CISA |