Difference between revisions of "Tripwire: Notifikasi e-mail"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Onnowpurbo (talk | contribs)  (New page: Tripwire and Email  Tripwire can email someone if a specific type of rule in the policy file is violated. To configure Tripwire to do this, you first have to know the email address of the ...)  | 
				Onnowpurbo (talk | contribs)   | 
				||
| Line 1: | Line 1: | ||
| − | Tripwire   | + | Kita dapat melaporkan kejadian menggunakan tripwire dan ini harus ditulis pada file Tripwire  | 
| − | + |  /etc/tripwire/twpol.txt  | |
| − | + | contoh e-mail admin bob@domain.com;sam@domain.com  | |
| − | + |  (  | |
| + |    rulename = "Networking Programs",  | ||
| + |    severity = $(SIG_HI),  | ||
| + |    emailto = bob@domain.com;sam@domain.com  | ||
| + |  )  | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | + | ==Test e-mail message==  | |
| − | |||
| − | + | Untuk mentest notifikasi e-mail kita dapat mengunakan perintah berikut  | |
| − | /usr/sbin/tripwire --test --email your@email.address  | + |  /usr/sbin/tripwire --test --email your@email.address  | 
| − | |||
| − | |||
| + | Test [[e-mail]] akan dikirim langsung ke e-mail address oleh tripwire  | ||
==Referensi==  | ==Referensi==  | ||
Revision as of 10:13, 24 January 2011
Kita dapat melaporkan kejadian menggunakan tripwire dan ini harus ditulis pada file Tripwire
/etc/tripwire/twpol.txt
contoh e-mail admin bob@domain.com;sam@domain.com
( rulename = "Networking Programs", severity = $(SIG_HI), emailto = bob@domain.com;sam@domain.com )
Test e-mail message
Untuk mentest notifikasi e-mail kita dapat mengunakan perintah berikut
/usr/sbin/tripwire --test --email your@email.address
Test e-mail akan dikirim langsung ke e-mail address oleh tripwire