printing just the names in the access list

hello
is there an easy way (1 line of command ) that I will be able to print just what sites are in “deny”
I don’t want to see all the configuration of it
just to see
0 www.google.com
1 www.ebay.com
2 www.anyothersite.com

?

Thanks ,

Try this:
/ip proxy access;:foreach i in=[find action=deny] do={:put [get $i dst-host]}

thank you ,
very helpful !