Magpie

Results 7 issues of Magpie

**Motivation** file system isolation breaking is a common attack surface of container escape, which can be easilier detected with the path-quadruple. **WHT'S path-quadruple :** `fd.name` when a process accesses `/mnt/a/z/d`...

kind/feature

**Motivation** Some intrusion method: - inserting kernel module for persistence - make a device node on disk utilizing `mknod`, for gaining larger attack surface Examples in container escape: - container...

kind/feature

**Motivation** Intrusion detection in container-based cloud native environment may need observation on namespaces. In our practise on container escaping detection, we are facing the demands: * detect namespace breaking through...

kind/feature

**Motivation** There are so many attacking tricks overwriting sensitive files for gaining control, like `~/.ssh/authorized_keys`, `/etc/crontab`, `~/.bashrc`, etc. Sometimes, getting the content buffer written to files is helpful for threaten...

kind/feature

Listener型内存马杀不掉: ``` ```

We are writing a rule to detect some binary file deleting itself, just as some malware do. The rule seems like: ``` - rule: SELF UNLINK desc: SELF UNLINK condition:...

kind/documentation
area/rules
kind/feature

com.example.springshell.utils.Util这个依赖出现在几个样本中,但似乎这个repo里没它的实现