Phishing – attack simulation – Exchange

Today post will be about very useful feature in exchange online - Attack Simulation Training. This feature allows to simulate phishing attack on organizational mail accounts. Phishing is most popular type of attack today. Despite that fact very users still is clicking and providing credentials on that attack. Prerequisites To have full functionality of AST you have…

Fine-grained password policy- Active Directory

Fine-grained password policy- Active Directory
To increase security of AD, administrators implements policy passwords. That policy specify how should passwords looks like. It is regarding complexity, lenght, time for change etc. Default policy password set in GPO could be set as a only one and for whole domain. Fine-Grained password policy is available since Windows Server 2008 and allow to create multiple…

Searching text inside files – PowerShell

Searching text inside files – PowerShell
Today I will show you how to search for specified patterns in text files. We can say that it will be similar to known findstr in traditional cmd. In PowerShell there is a command: Select-String As a example file I will use text file with lorem ipsum content. Example command which will find pattern will be like…