Skip to content

Configure mail plugin for Velociraptor #2644

Answered by scudette
spza2929 asked this question in Q&A
Discussion options

You must be logged in to vote

The VQL should something like (You do not need to skip verify because gmail has a proper cert).

SELECT * FROM mail(
   to=EmailAddress,
   subject='thumb drive alert',
   period=60,
   server="smtp.gmail.com",
   body=format(
      format=MessageTemplate,
      args=[Timestamp, CommandLine, ClientId])
)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@scudette
Comment options

Answer selected by spza2929
@spza2929
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants