You can block everything as long as payload is not encrypted. Generally, if you want to block smth and don't know what to match in your signature rules, just use any kind of packet caputre, look at that capture file using wireshark or smth like that. Find some unique fields/patterns. Then write signature (based on regex, for example) matching that pattern. I personnaly did that for team-viewer, skype and some other things.