| Search Site |
| Search Rules |
| Account |
| not registered? |
| can't login? |
| user preferences |
|
|||||||||||||||||||||||
|
Next: 5.12 How can I Up: 5 Getting Fancy Previous: 5.10 How do I 5.11 Is it possible to have Snort call an external program when an alert is raised?
Calling another program from within your main IDS loop is
generally a bad idea. Having your IDS block while waiting
for You want to keep that IDS task humming and munching packets as efficiently as possible with as few interruptions as possible, imho, and not be invoking the penalty of process invocation.... particularly on Windows where process invocation is much much heavier task than *nix. Even in a secondary process... You'll probably find something that stays ``awake'' all the time will work out much more nicely than something that gets ``woken up'' on a per alert basis for the aforementioned reasons. As a better alternative go check out swatch or logwatch. Also for those new to UNIX, logging alerts to syslog and then using ``tail -f /var/log/messages'' might be what you are looking for.
Next: 5.12 How can I Up: 5 Getting Fancy Previous: 5.10 How do I |
|||||||||||||||||||||||
|
|||||||||||||||||||||||