mirror of https://github.com/MISP/PyMISP
				
				
				
			Merge pull request #51 from ek0/add_detection_name
Add a method to add a textual detection name under the 'Antivirus detection' categorypull/24/head
						commit
						7c6b095a05
					
				|  | @ -451,6 +451,11 @@ class PyMISP(object): | |||
|         attributes.append(self._prepare_full_attribute(category, 'link', link, to_ids, comment, distribution)) | ||||
|         return self._send_attributes(event, attributes, proposal) | ||||
| 
 | ||||
|     def add_detection_name(self, event, name, category='Antivirus detection', to_ids=False, comment=None, distribution=None, proposal=False): | ||||
|         attributes = [] | ||||
|         attributes.append(self._prepare_full_attribute(category, 'text', name, to_ids, comment, distribution)) | ||||
|         return self._send_attributes(event, attributes, proposal) | ||||
| 
 | ||||
|     def add_filename(self, event, filename, category='Artifacts dropped', to_ids=False, comment=None, distribution=None, proposal=False): | ||||
|         attributes = [] | ||||
|         attributes.append(self._prepare_full_attribute(category, 'filename', filename, to_ids, comment, distribution)) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 GitHub
							GitHub