Power Shell Script (Run it straight from powershell prompt/file must be in the same directory):
foreach( $ip in Get-Content ips.txt ){
Write-Host “object network blacklist_$ip”
Write-Host “host $ip”
Write-Host “object-group network Blacklisted_Domains_IPs”
Write-Host “network-object object $ip”
}