Regex para encontrar o endereço IP Python
r'(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})'
Sriram MK
r'(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})'