Skip to content

Instantly share code, notes, and snippets.

@psrok1
Created May 19, 2017 12:26
Show Gist options
  • Save psrok1/5e5ee4890c549a673d561c62ff1ebafb to your computer and use it in GitHub Desktop.
Save psrok1/5e5ee4890c549a673d561c62ff1ebafb to your computer and use it in GitHub Desktop.
Emotet registration request
syntax = "proto2";
message RegistrationRequest {
message RegistrationRequestBody {
required string botId = 1;
required fixed32 osVersion = 2;
required string procList = 3;
required string mailClient = 4;
}
required int32 command = 1 [default = 16];
optional RegistrationRequestBody registrationRequest = 2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment