This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# Copyright (C) 2015-2019, Wazuh Inc. | |
# Created by Wazuh, Inc. <[email protected]>. | |
# This program is a free software; you can redistribute it and/or modify it under the terms of GPLv2 | |
import boto3 | |
import sys | |
import socket | |
import json |