Browse by Tags
All Tags »
C# (RSS)
Maqbool Malik here… One of the most significant update to CAT.NET in v2.0 is the addition of a configuration engine. The goal of the engine is to identify insecure configuration at all layers of the application (configuration files, code level configuration,
Read More...
RV here... With the release of Web Protection Library v1.0 (WPL) Security Runtime Engine (SRE) has been significantly updated. It now includes a SQL Injection Detection module which can detect certain attack vectors. It also include re-designed configuration
Read More...
RV here... With the new build of CAT.NET available on connect.microsoft.com you must have noticed that the new version includes only a command line tool. We we will be releasing the Visual Studio rules as part of Beta1 release. So lets look at how we
Read More...
RV here... Last year we developed an internal tool to review servers for security configuration issues. Microsoft offers several enterprise options for doing this such as Systems Center Configuration Manager but the requirements were for a lightweight
Read More...
Hello, Randy Evans here. I am a principal developer on the Information Security Tools Team. In a recent project, we had a intranet web site that called an IIS hosted WCF service. The WCF service, in turn, called a SQL Server Reporting
Read More...
Syed Aslam Basha here. I am a tester on the Information Security Tools team. This blog post is in continuation with website performance testing simplified blog post. The final step in performance testing is to narrow down the faulty code which is taking
Read More...
RV here... Over the last couple of months we have been actively developing the next version of Anti-XSS library and Security Runtime Engine (SRE). We have added new mitigations that go way beyond the original Cross Site Scripting (XSS) protections of
Read More...
Hi, Aravindhan Rajagopal here. I am a developer on the Information Security Tools team. This post continues form my previous blog ( Part 1 here) on InfoPath form submission to SharePoint...Lets go through the web service creation and form submission methods
Read More...
Hi, Aravindhan Rajagopal here. I am a developer on the Information Security Tools team. In this blog, I will explain InfoPath form submission to SharePoint methods and some work-arounds for a specific scenarios explained below. I will begin with a sample
Read More...
Hello, I am Syam Pinnaka, I am a developer in Infosec tools team. In this blog post lets recap some information about C# Generics. One of the problems with OOP is “code bloat”. One type of code bloat occurs when a function or a set of methods in a class
Read More...
Hi, Randy Evans here. I’m a principal developer on the Information Security Tools team. On one of our projects we had a requirement to dynamically load different web parts into a web page at run time. The challenge was that the specific web part needing
Read More...
The Microsoft Information Security Tools (IST) team has released the latest Microsoft Anti-Cross Site Scripting (Anti-XSS) Library version 3.1 . Read more about Anti-XSS v3.1 on the Information Security blog and watch the video, “ Anti-XSS 3.0 Released
Read More...
Hi Vamsy here. I am an Operations Engineer in the Information Security Team. In my previous post, I have described automating Windows Firewall Settings with C#. As promised in the previous post , I will describe the tool I call Windows Firewall
Read More...
Syed Aslam Basha here. I am a tester on the Information Security Tools team. To test the tools which we develop on the team, at times I need to build a website and publish it. I use a simple way of publishing websites from the command line that saves
Read More...
RV here... For a while now, I have been talking about various types of encodings and how they protect web applications from cross site scripting attacks. In most cases input is simply passed through AntiXss.HtmlEncode or similar methods to transform it
Read More...