Linux Commands

Installing software Command Description Remarks sudo apt install <PackageName> Install Software Package sudo apt remove <PackageName> Remove package -autoremove will also remove all files that are not needed anymore. sudo apt show List installed sudo apt update Update within version sudo apt upgrade Upgrade highest version available sudo apt –only-upgrade No updating, but upgrading sudo … Read more

Error: subscription is not registered to use namespace ‘Microsoft.AzureActiveDirectory’

When creating a Azure Active Directory in my new Visual Studio Azure Subscription I got an error: The subscription is not registered to use namespace ‘Microsoft.AzureActiveDirectory’ After some research I found out not all Resource Providers are enabled by default. One of them being: Microsoft.AAD. So you need to Register this in the Resource Provider … Read more

Taking a Phising attack to the next level

Recently an organization I work for had some hacking incidents. Accounts were breached and from these accounts Phising mails were sent to a selection of the addessbook of this user. It was remediated by disabeling the account, revoke all current sessions and change the password. We did a content search on this Phishing mail and … Read more