This document summarizes Alexey Grigorev's approach to detecting large scale vandalism in knowledge bases like Wikidata for the WSDM Cup 2017 competition on vandalism detection. The competition task was to predict whether a Wikidata revision should be rolled back or not based on features from the revision. Grigorev's best performing model used a linear SVM on a hashed one-hot encoding of combined features from the revision including user, title, and comment features. This approach achieved an AUC of around 0.96 on the competition test set.