Why the weird brackets?

Throughout Phish Flash you'll see web addresses written in an odd way, like hxxps://paypa1[.]com. This is called defanging, and it's done on purpose.

The brackets around the dot and the extra x in hxxp are the safety. Put a normal dot back and undo the hxxp and you'd be left with a real, clickable link to a lookalike of PayPal — notice the digit 1 standing in for the letter L. Printing a live, clickable link to a malicious lookalike is exactly what we want to avoid — even here, on the page explaining it. So everywhere in Phish Flash, risky addresses are shown defanged:

Read them as normal addresses. The brackets aren't part of the real name — paypa1[.]com just means that same address with the dot filled back in. Tools like VirusTotal and URLScan accept the defanged form directly, so you can copy a value straight from a card into them without ever un-defanging it yourself.