We can see more on the wiki web page.
On Linux we can see if an attack is attempted with this:
netstat -ant | grep SYN_RECV | wc -l
This is an indication of a denial of service (DoS) attack against your system's X port.
It is likely one attack against a public service such as a web server or mail server.