Does anyone have a good report/story of a #CyberSecurity #Incident where the different stages are visible? Especially the use and risk of "Internal" unpatched systems?
It doesn't need to be spectacular (actually it's probably better if it is banal)

The idea is to use it a base for the eternal discussion that "internal" systems don't need to be patched (or scanned).

Please #Boost for reach
#WisdomOfCrowds #SwarnIntelligence

Solved #SwarnIntelligence #Linux #Nerds

There is a Linux/Unix tool which gives a progress report via a pipe. I can't recall how it is called 😕

You could use it something like

tar czf - datadir | COMMAND | ssh wherever -C "tar xf -"

Like so often. As soon as you ask the question the answer appears 🙂

The little utility is pv (Pipe Viewer)
http://www.ivarch.com/programs/pv.shtml

ivarch.com: Pipe Viewer

Pipe Viewer is a free software tool to monitor the progress of data through a pipeline between any two processes, giving a progress bar, ETA, etc.