Detect-It-Easy/db/COM/GOAT.2.sg
2024-11-12 20:11:38 +03:00

19 lines
No EOL
700 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "GOAT");
function detect() {
if (Binary.compare("5156505253813c....75$$424a81c3....8bdb595e585a5bb4..ba....cd21b8....cd21474f")) {
sOptions = "1996 by Martin Overton";
bDetected = true;
} else if (Binary.compare("50565351b8....807c....74$$8bc0585e5b59b4..ba....cd21b8....cd21474f4154")) {
sOptions = "1996 by Martin Overton";
bDetected = true;
} else if (Binary.compare("56515052807c....75$$81c2....8bc05e59585ab4..ba....cd21b8....cd21474f4154")) {
sOptions = "1996 by Martin Overton";
bDetected = true;
}
return result();
}