How to prevent unknown addresses which are accessed from my wordpress website [closed]

If the requesting IPs are more or less random it’s not possible to block them. If they all have a pattern reoccuring you could do that. In your example urls all requests start with the same (not existing) slug (c3e) – you could redirect requests starting with that slug using a htaccess rewrite rule to prevent WordPress to do stuff that leads to nothing basically.