Create a security policy with the address set containing the ip address list.
--address entry per prefix
set security zones security-zone untrust address-book address country1 192.168.1.0/24
--add all to the address set
set security zones security-zone untrust address-book address-set CountryBlock address country1
---create block policy and put first on the untrust to trust (or whatever internal zone) policy list
set security policies from-zone untrust to-zone trust policy CountryBlock match source-address CountryBlock
set security policies from-zone untrust to-zone trust policy CountryBlock then reject