mirror of https://github.com/MISP/misp-modules
				
				
				
			add logs
							parent
							
								
									a0cf9de590
								
							
						
					
					
						commit
						86d9427816
					
				| 
						 | 
				
			
			@ -394,6 +394,7 @@ def expand_history_whois(api, domain):
 | 
			
		|||
            if 'items' in results['result']:
 | 
			
		||||
                for item in results['result']['items']:
 | 
			
		||||
                    item_registrant = __select_registrant_item(item)
 | 
			
		||||
                    print(item_registrant)
 | 
			
		||||
                    r.extend(
 | 
			
		||||
                        {
 | 
			
		||||
                            'type': ['domain'],
 | 
			
		||||
| 
						 | 
				
			
			@ -435,8 +436,6 @@ def expand_history_whois(api, domain):
 | 
			
		|||
        misperrors['error'] = e
 | 
			
		||||
        return [], False
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    return r, status_ok
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue