That begins with xn-- but is not valid punycode.
xn--!!!.com- Why:
- The xn-- prefix marks an encoded label, and the body after it must be valid bootstring. A truncated or hand-edited label fails here rather than decoding to something misleading.
- Fix:
- Re-copy the label. Punycode bodies use only letters, digits and hyphens.