

Investigation: Chasing the Office 365 Phishing Scammers
While investigating an email phishing scam attempt, I came across a lot more compromised content up for sale.

How to migrate a group from WhatsApp to Telegram
In todays world, we have lost control of our privacy on the internet. Though most people don’t realize how important […]

What is IMU and what are its use cases
An IMU or Inertial Measurement Unit is an electronic device that measures and reports an object's specific force, angular rate, and sometimes the orientation of the object, using a combination of ...

How to recover your data from a ransomware attack
Data in digital form is critical to our daily life. Let us see how we can secure our data from ransomware attacks

Running ASP.NET Core Website in docker on a Raspberry Pi
In the current era, software has become incredibly powerful and cross-platform, on top of that even a developer DIY board Raspberry Pi has a lot to offer with the hardware becoming more powerful. Let us take a lot at how we can setup and run ASP.NET Core Web Application in docker on a Raspberry Pi.

How to install .NET Core on Raspberry Pi
.NET Core is a cross-platform version of .NET and its going everywhere. So here is my tale on how I got .NET Core running on Raspberry Pi 3B.

Event Pipe : Production Diagnostics in the .NET Core Era
A simple trace and analysis application to showcase, how Event Pipe in .NET Core works for taking a trace of a .NET Core process and how to extract managed thread stack from the resulting trace which is very useful when analyzing performance issues.

Automate Memory Dump analysis with Windbg commands in C#
AutoDebug : A simple Automated Debugger to run Windbg Commands and also query .NET CLR Runtime data in C#.

First look at Machine Learning using ML.NET
ML.NET is a cross-platform open-source machine learning framework that makes machine learning accessible to .NET developers. With ML.NET, you can create custom ML models using C# or F# without having to leave the .NET ecosystem. Oh yes it is cross-platform and works on Windows, Linux and macOS.

Microsoft IoT strategy and IoT platform options
Microsoft at the moment is in a special spot when it comes to IoT with three different platform options supporting wide variety of hardware choices for customer IoT requirements.
Cyber Security ›


How to recover your data from a ransomware attack
Data in digital form is critical to our daily life. Let us see how we can secure our data from ransomware attacks

Investigation: Chasing the Office 365 Phishing Scammers
While investigating an email phishing scam attempt, I came across a lot more compromised content up for sale.
Debugging ›


Automate Memory Dump analysis with Windbg commands in C#
AutoDebug : A simple Automated Debugger to run Windbg Commands and also query .NET CLR Runtime data in C#.

How to enumerate Modules in each App Domain using ClrMD
Lets look at the code to enumerate Modules in each App Domain. But first questions, what is AppDomain? Application domain […]

How to get ClrInfo and Dac info using ClrMD
Lets take a look at some basic CLR information which is essential before delving into other kinds of data for troubleshooting. Also keep in mind DAC information is extremely important to get data about CLR Runtime.

How to write DumpHandles of SOS using ClrMD
So here is the code to dump the Object handles grouped into different types. Also a summary of all handles at the end.
Internet of Things ›


How to install .NET Core on Raspberry Pi
.NET Core is a cross-platform version of .NET and its going everywhere. So here is my tale on how I got .NET Core running on Raspberry Pi 3B.

First look at Machine Learning using ML.NET
ML.NET is a cross-platform open-source machine learning framework that makes machine learning accessible to .NET developers. With ML.NET, you can create custom ML models using C# or F# without having to leave the .NET ecosystem. Oh yes it is cross-platform and works on Windows, Linux and macOS.

Microsoft IoT strategy and IoT platform options
Microsoft at the moment is in a special spot when it comes to IoT with three different platform options supporting wide variety of hardware choices for customer IoT requirements.

What is IMU and what are its use cases
An IMU or Inertial Measurement Unit is an electronic device that measures and reports an object's specific force, angular rate, and sometimes the orientation of the object, using a combination of ...
Design Thinking ›



Event Pipe : Production Diagnostics in the .NET Core Era
A simple trace and analysis application to showcase, how Event Pipe in .NET Core works for taking a trace of a .NET Core process and how to extract managed thread stack from the resulting trace which is very useful when analyzing performance issues.

How to browse DarkWeb using .NET 6
Threat Intelligence is a crucial part of Cyber Security domain and most of the threat actors hang out on the […]

How to enumerate Modules in each App Domain using ClrMD
Lets look at the code to enumerate Modules in each App Domain. But first questions, what is AppDomain? Application domain […]

How to get ClrInfo and Dac info using ClrMD
Lets take a look at some basic CLR information which is essential before delving into other kinds of data for troubleshooting. Also keep in mind DAC information is extremely important to get data about CLR Runtime.

How to write DumpHandles of SOS using ClrMD
So here is the code to dump the Object handles grouped into different types. Also a summary of all handles at the end.

How to achieve DumpHeap of SOS using ClrMD
Let us see how to use ClrMD to extract the same details as !sos.dumpheap command included in SOS extension available through Windbg. This has been an important command for troubleshooting memory and performance issues in .NET process or process memory dumps.

Analyzing the crash of Marco Simoncelli
Marco Simoncelli's death was one of the rare cases of death happened in MotoGP's history. Today on the 8th death anniversary I thought of doing a crash analysis to understand what we can learn as a track rider and also specially for motorcycle racers

Myth Busters: I drag my knee on track Now what?
What does it mean by dragging your knee on a race track? Does it make you go faster?
Recent Comments