🇷🇺 Inside a Russian-Speaking Operator's Ukrainian IP Camera Toolkit
▲ 91 r/NowInCyber+8 crossposts

🇷🇺 Inside a Russian-Speaking Operator's Ukrainian IP Camera Toolkit

Writeup on two open directories we recovered, with a defender-focused breakdown of the camera and router compromise techniques and the network behavior their proxy tooling produces.

Detection and mitigation angles worth pulling out:

  • Edge devices opening outbound connections on port 4444 (chisel reverse tunnels) is a strong compromise signal
  • Sequential ONVIF and RTSP discovery and repeated hits on camera ports show up better at the network boundary than in camera logs, which are usually shallow or absent
  • Credential guessing was the primary access path before any CVE was tried, so default and weak creds on cameras and routers are still the main exposure
  • Exploited camera CVEs are years old and long patched (Hikvision, Dahua); TP-Link Archer and MikroTik were the router targets
  • Every targeted device answered directly from the internet, so pulling cameras and routers behind a VPN or onto isolated VLANs removes most of this

Outcomes against the government and military sites in the operator's bash history are not confirmed from the files. Full mitigations and ATT&CK mapping in the post:
https://hunt.io/blog/russian-speaking-operator-ukrainian-camera-toolkit 

hunt.io
u/Kv603 — 8 days ago

Live View Multicast removal in Surveillance Station 9.3

Removal of "Live View Multicast" upon upgrading to 9.3 and above is unfortunate, this was a real differentiator from competing NVR/VMS solutions.

Basically what this feature did was allow transmitting a single live stream from the recorder as a multicast stream, allowing effectively unlimited clients to simultaneously view a stream as long as they were either on the same switch, or connected via a multicast-enabled network.

MediaMTX natively supports sending RTSP streams out via UDP multicast, so we can still get similar results by sending a single unicast stream from Synology to a MediaMTX relay server, but that's just more stuff to maintain.

u/Kv603 — 10 days ago