1640196000
Script para transferir reportes del ShadowServer REST API hacia Azure Blob Storage, en formato CSV.
Ejecute:
python3 -m venv env
En Windows, corra:
env\Scripts\activate.bat
En Unix o MacOS, corra:
source env/bin/activate
Luego ejecute:
pip install -r requirements.txt
Finalmente:
python3 app.py
AZURE_ACC_KEY = ... #Cambiar a la llave de cuenta correspondiente.
AZURE_ACC_NAME = ... #Cambiar al nombre de cuenta correspondiente.
container_name = ... #Cambiar al nombre de blob container correspondiente.
AUTH_DETAILS = {
'user': "", #Cambiar como sea conveniente.
'password': "", #Cambiar como sea conveniente.
'login':'Login'
}
https://docs.microsoft.com/en-us/python/api/overview/azure/storage-blob-readme?view=azure-python
Author: csirt-rd
Source Code: https://github.com/csirt-rd/Shadowserver-to-Azure-Blob-Storage
#azure #azureblobstorage
1639587600
Script para transferir eventos del Sucuri Web Application Firewall (WAF) hacia Azure Blob Storage, en formato JSON.
Ejecute:
python3 -m venv env
En Windows, corra:
env\Scripts\activate.bat
En Unix o MacOS, corra:
source env/bin/activate
Luego ejecute:
pip install -r requirements.txt
Finalmente:
python3 app.py
AZURE_ACC_KEY = ... #Cambiar a la llave de cuenta correspondiente.
AZURE_ACC_NAME = ... #Cambiar al nombre de cuenta correspondiente.
container_name = ... #Cambiar al nombre de blob container correspondiente.
SUCURI_SITES = [
...
{
"domain": "",
"key": "",
"secret": "",
"added_time": "",
"enabled": True #Cambiar a False como sea conveniente.
},
...
]
https://docs.microsoft.com/en-us/python/api/overview/azure/storage-blob-readme?view=azure-python
Author: csirt-rd
Source Code: https://github.com/csirt-rd/Sucuri-to-Azure-Blob-Storage
1637344800
👉There are different ways for data importing into the Azure database. In the article, Azure Automation: Use Azure Logic Apps to import data into Azure SQL Database from Azure Blob Storage, we explored data importing using logic apps.
⭐️You can see more at the link at the end of the article. Thank you for your interest in the blog, if you find it interesting, please give me a like, comment and share it with everyone. Thanks! ❤️
#azure #azuresql #azureblobstorage
1637071200
👉Yuan Zheng joins Scott Hanselman to discuss and demonstrate Blob storage support for the NFS 3.0 protocol, which enables you to run your applications on a single storage platform. With no application rewrites necessary you will also help eliminate data silos.
⭐️Thank you for your interest in the blog, if you find it interesting, please give me a like, comment and share for everyone to know. Thanks! ❤️️