Azure HomeLabs
This is my homelab for Azure detection by making a fake threat
- make sure to enable defender in azure
- Time to connect, during this time to enable just in time and allow access to your local machine
- Time to use Sentienal, Cool name aint it haha
There are going to two logs
Make sure you do Window Security event, It may have a different title every time.
time to configure some rules
- Time to remote in my vm from my local host
Enabling Security and 4624
We going to set up the logs for the setting it up automatically.
1
2
3
SecurityEvent
| where EventID == 4624
| project TimeGenerated, Computer, AccountName
FINISHED
This post is licensed under CC BY 4.0 by the author.