Andreas Hunkeler

Results 32 issues of Andreas Hunkeler

Add Test-Connection to every function for remote connection and corresponding OnlineCheck flag.

priority

Add IsLocalhost check to every command and execute the action without psexec or \\\\\ parameter.

priority

Jobs: Clarify order of execution, sequencial, dependency between commands... * Use asjob / start-job / wait-job / Start-Job -Name "..." { sleep 20; get-process } * Get-WmiObject ... -asjob *...

enhancement

Implement a function for YARA. If a rule matchs a process or a file then stop the found process or remove the found file. The idea is that we're able...

enhancement

Replace verb "get" with approved verb "search" as needed, see [approved verbs](https://msdn.microsoft.com/en-us/library/ms714428).

Thanks for your work. PR only fixes a few typos in readme and ICMP shell. Edit: a few already reported here: https://github.com/samratashok/nishang/pull/77

Hi all, according to https://github.com/SigmaHQ/pySigma/blob/main/sigma/validators/core/tags.py#L114 CVE are checked for dots and CAR for dashes which is also documented in https://github.com/SigmaHQ/sigma-specification/blob/main/Tags_specification.md. But according to https://sigmahq.io/docs/basics/rules.html both are valid for both namespaces....

documentation