mirror of https://github.com/OISF/suricata
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			9 lines
		
	
	
		
			558 B
		
	
	
	
		
			Plaintext
		
	
			
		
		
	
	
			9 lines
		
	
	
		
			558 B
		
	
	
	
		
			Plaintext
		
	
| # NFS app layer event rules
 | |
| #
 | |
| # SID's fall in the 2223000+ range. See https://redmine.openinfosecfoundation.org/projects/suricata/wiki/AppLayer
 | |
| #
 | |
| # These sigs fire at most once per connection.
 | |
| #
 | |
| alert nfs any any -> any any (msg:"SURICATA NFS malformed request data"; flow:to_server; app-layer-event:nfs.malformed_data; classtype:protocol-command-decode; sid:2223000; rev:1;)
 | |
| alert nfs any any -> any any (msg:"SURICATA NFS malformed response data"; flow:to_client; app-layer-event:nfs.malformed_data; classtype:protocol-command-decode; sid:2223001; rev:1;)
 |