Stops attacks
Malware, ransomware and attacks that try to break in through software already installed. If something does get through, the files it changed can be put back.
Security and IT for every computer you own
Protection, updates, software and approvals for your whole organisation, managed from one place and recorded as it happens.
How it fits together
One program on each computer does the work and reports what it did. One platform on your servers collects it, and shows whoever looks after your computers a list, a queue and a record.
What it does
Each one works on the same list of computers, so a problem found in one place can be fixed from the same screen.
Malware, ransomware and attacks that try to break in through software already installed. If something does get through, the files it changed can be put back.
Windows and the apps on top of it. You choose what gets approved and when it installs, so an update never lands in the middle of someone's working day.
Publish the apps your team is allowed to have and let them install those themselves. Anything else, they ask for in the app and you approve or decline.
Only the software you have approved runs at all, and USB drives and other devices connect only if you allow them. Start in a watching mode before you enforce anything.
Administrator passwords live in a vault instead of a spreadsheet. People get the access they need for as long as they need it, and what they did is recorded.
When a client, an insurer or an auditor asks how your computers are configured, the answer is already collected, per machine, with the date it was checked.
Backups and restore points for the same computers, so recovering from a bad day starts from the machine you already have on screen.
Most security software is invisible until it blocks something, and then it is a mystery. This one has a front door: somewhere to get software, see what is pending, ask for something, and hear back.
Install what IT has already approved, without raising a ticket or waiting for someone to remote in.
Which updates are waiting, what needs a restart, and the choice of when to do it.
A blocked app, a USB drive, or admin rights for half an hour. Give the reason, and track the answer.
Raise a problem from the app and get the reply in the same place, rather than losing it in email.
Plain-language checks with safe one-click fixes, and a button to send the details to IT when they do not fix it.
Whoever looks after your computers opens one screen, not seven. Every alert, missing update and request arrives against the same machine, with the same history.
Threats, missing updates, misconfigured machines and protection that has stopped working all arrive in the same queue, whichever part of the product noticed.
Requests for software, devices and admin rights land in one place. Approve, decline, or grant it for an hour. The reason and the decision are kept.
What you approve is on the machine within about a minute, and the app on that machine tells the person what changed.
A laptop that is off the network keeps the rules it was last given, and reports what happened once it is back.
Also in the console
There is no account to create with us and no copy of your estate held somewhere else.
What is installed on your machines, what your people asked for, and the recordings of privileged sessions stay in storage you control.
A rule is reviewed and approved before any computer acts on it, so a change cannot reach your estate because somebody clicked the wrong thing.
Every approval, every password taken out of the vault and every change to a machine is recorded, with who did it and when.
Anything your team can do by hand can also be done by a script, so joining and leaving processes can be wired into what you already use.
Install it on one computer to try it, then roll it out when you are happy.
Windows 10 and 11, 64-bit. One installer puts on the app your team uses and the protection that runs behind it.
For many computers at once, your IT team can install it from a script instead, on Windows or Linux.
Windows
iwr -UseBasicParsing https://api.allcyber.org/install.ps1 -OutFile $env:TEMP/uesp-install.ps1; powershell -ExecutionPolicy Bypass -File $env:TEMP/uesp-install.ps1
Linux
curl -fsSL https://api.allcyber.org/install.sh | sudo sh