Hey Guys I am a newbie in security stuff and now I am working on my final project about host based IDS. I have some questions to you guys
- Can a rootkit be classified as an intrusion or is it a malware or both of them ? What's the difference between intrusion and malware then?
- Can a systemcall sequence determine that there is an intrusion in the system? Or invalid syscall sequence only can detect malware.
- If I would like to monitor syscall, Can I do it at the userspace for example using systrace or it only can be done in kernel space ? What's the best method possible?