PDA

View Full Version : behavorial profiles



XstormX
2008-09-22, 20:38
i was just wondering if its possibel to write behavorial profiles in open bsi like copy File to %system32% or monitor the keyboard and store logs on %C:%

PepiMK
2008-09-23, 10:56
Translated question: can I write a keylogger using OpenSBI?

Answer: no, you can't, it's technically impossible and its Terms of Use prohibit it to be used for writing malware as well..

XstormX
2008-09-26, 17:04
what i was asking was if you could use open bsi to make spybot react to a program conducting the action?

XstormX
2008-09-26, 17:06
what i was asking was if you could use open bsi to make spybot react a program that would conduct a keylogger action?

bradfordstew410
2012-01-17, 17:55
When spybot would actually make a software that will allow keylogger would be possible to open bsi

tashi
2012-01-17, 18:40
Hello bradfordstew410,

When spybot would actually make a software that will allow keylogger would be possible to open bsi
Could you rephrase the question please. :)

PepiMK
2012-01-27, 06:56
I think this is about detecting such behaviour?

Keyloggers usually use some very specific API calls that makes it easy to detect them, and that route, OpenSBI can easily detect them as a file.

OpenSBI can currently only react to files (and other stuff on disk or accessible by various system APIs), meaning to the source and outcomes of behaviour. Which is usually faster and less intrusive on the whole system.

Monitoring the behaviour itself would be something very live protection related. Spybot 2.0 and 2.1 can /will be able to monitor more in the regard.

Our current RootAlyzer reacts to behaviours as well (e.g. hiding files, a standard rootkit action), but is not user-extensible right now.