You could try xargs:
xargs
cat asnlookups_domains_ip.txt | awk '{print $1}' | xargs -n1 amass intel -whois -d
It passes the standard input as arguments after your command.
2.1m questions
2.1m answers
60 comments
57.0k users