Course Solutions Uncategorized (Solved) : Http Ossec Docsreadthedocsorg En Latest Manual Indexhtml Http Ossec Docsreadthedocsorg En Q27757404 . . . .

(Solved) : Http Ossec Docsreadthedocsorg En Latest Manual Indexhtml Http Ossec Docsreadthedocsorg En Q27757404 . . . .

 

http://ossec-docs.readthedocs.org/en/latest/manual/index.html

http://ossec-docs.readthedocs.org/en/latest/syntax/head_ossec_config.active-response.html

1.How would you configure activeresponse to send the block to all agents?

2.When would you block a user vs blockan IP (host-deny.sh vs firewall-drop.sh)? When would you want touse both in conjunction?

3.Looking in the rules directory for sshd, how would you add athreshold so that the server does not block on 1 failed loginattempt? What do you believe would be the proper amount of

Expert Answer


An answer will be send to you shortly. . . . .

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

(Solved) : Create Class Named Integerqueuejava Implements Interface Integerqueueinterfacejava Integer Q29676511 . . . .(Solved) : Create Class Named Integerqueuejava Implements Interface Integerqueueinterfacejava Integer Q29676511 . . . .

Create a class named IntegerQueue.java, which implements the interface IntegerQueueInterface.java. IntegerQueue should include:Data member:private Integer[] data;Constructor:public IntegerQueue(int cap) // specify Integer[] sizeYou may include any other data members/methods as needed.<p>GIVEN________________________</p><p>interface