Sign In
Security Tools
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Anti-XSS
ASP.NET
C#
CAT.NET
Certificates
CISF
ForeFront Identity Manager
Host Security Assessment
IIS
Information Security Tools
Lean Software Development
Product Management
Risk Tracker
Secure Coding
SharePoint
Software Testing
SQL Security
SQL Server
TAM
Testing
Threat Modelling
Visual Studio
Widgets
WMI
WPL
Archive
Archives
January 2012
(1)
April 2011
(1)
February 2011
(1)
September 2010
(4)
June 2010
(1)
May 2010
(1)
March 2010
(2)
February 2010
(4)
January 2010
(9)
December 2009
(5)
November 2009
(9)
October 2009
(3)
September 2009
(20)
August 2009
(10)
July 2009
(22)
June 2009
(12)
May 2009
(3)
April 2009
(1)
September, 2009
MSDN Blogs
>
Security Tools
>
September, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Security Tools
How to Integrate Risk Tracker with Internal HR Feeds
Posted
over 3 years ago
by
cisg
0
Comments
Hi, Vineet Batta here. I’m a senior software developer on the Information Security Tools (IST) team. In my last blog I shared details on features of the Risk Tracker application focusing on the Risk Management module. Today, I will help customers who...
Security Tools
InfoPath Forms submission to a SharePoint Library – Part 2
Posted
over 3 years ago
by
cisg
0
Comments
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...
Security Tools
InfoPath Forms submission to a SharePoint library – Part 1
Posted
over 3 years ago
by
cisg
0
Comments
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...
Security Tools
C# Generics
Posted
over 3 years ago
by
cisg
0
Comments
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...
Security Tools
SQL Server 2008 Security - Policy Example
Posted
over 3 years ago
by
cisg
0
Comments
Hi, Gaurav Sharma here, I’m a developer with the Information Security Tools (IST) team. A few months ago I posted a blog, SQL Policy Based Management (PBM) and posted a follow up introductory “ How Do I” video on the same topic. Since then I’ve received...
Security Tools
Risk Tracker v1.0 Release
Posted
over 3 years ago
by
cisg
0
Comments
Hi, Vineet Batta here. I’m a senior software developer on the Information Security Tools (IST) team. I’m excited to share the release of Risk Tracker version 1.0. In this blog post I will give you a quick overview of the features supported by this...
Security Tools
Dynamically Load Web Controls at Run Time
Posted
over 3 years ago
by
cisg
0
Comments
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...
Security Tools
Anti-XSS Library v3.1 Released!
Posted
over 3 years ago
by
cisg
0
Comments
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...
Security Tools
Introducing the Connected Information Security Framework and Risk Tracker
Posted
over 3 years ago
by
cisg
0
Comments
The Microsoft Information Security Tools (IST) team has released the Connected Information Security Framework (CISF) , a software development framework comprises of API’s and reusable components that is designed to ‘create bespoke or custom information...
Security Tools
Want to Develop Software Security Tools?
Posted
over 3 years ago
by
cisg
0
Comments
https://careers.microsoft.com/JobDetails.aspx?ss=&pg=0&so=&rw=1&jid=6724&jlang=EN Job Category: IT Location: United States, WA, Redmond Job ID: 701734 6724 Product: (Not Product Specific) Division: IT The information security tools...
Security Tools
Want to Shape Great Security Tools ?
Posted
over 3 years ago
by
cisg
0
Comments
Senior Program Manager (702519 -External) https://careers.microsoft.com/JobDetails.aspx?ss=&pg=0&so=&rw=1&jid=7205&jlang=EN Job Category: IT Location: United States, WA, Redmond Job ID: 702519 7205 Division: IT The information security...
Security Tools
CISF Security Portal Architecture
Posted
over 3 years ago
by
cisg
0
Comments
Syam Babu Pinnaka here. I am a developer on the Information Security Tools team. Later today well release our Community Technology Preview or CTP of the Connected Information Security Framework or CISF. This is an early preview so developers folks can...
Security Tools
Automating Windows Firewall settings with C# (part 2)
Posted
over 3 years ago
by
cisg
0
Comments
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...
Security Tools
How To: Identify Memory Leaks In An Unmanaged Application
Posted
over 3 years ago
by
cisg
0
Comments
Syed Aslam Basha here. I am a tester on the Information Security Tools team. To carryout memory leaks testing for one of our applications, I have researched a lot and I thought I would share my experiences and approach I used to benefit everybody. Application...
Security Tools
How To: Adding Lots of Users To AD To Setup Testing Environments
Posted
over 3 years ago
by
cisg
0
Comments
Syed Aslam Basha here. I am a tester on the Information Security Tools team. To carryout performance testing for one of our projects I need to have thousands of users for self hosted domain controller and active directory(AD). It is next to impossible...
Security Tools
Some Useful SQL Queries for Software Testers
Posted
over 3 years ago
by
cisg
0
Comments
Syed Aslam Basha here. I am a tester on the Information Security Tools team. As a tester, apart from UI testing I test DB for integrity. Our boss is encouraging us to share tips that save us time on the team so here are a few of mine. In this blog post...
Security Tools
How to: Restart a Remote Server Using Command Prompt
Posted
over 3 years ago
by
cisg
0
Comments
Syed Aslam Basha here. I am a tester on the Information Security Tools team. In our team am responsible for setting up and maintaining test servers. At times the servers are remotely located and doesn’t respond and you need to restart them. You can contact...
Security Tools
How To Publish an ASP.NET Website from a Command Line
Posted
over 3 years ago
by
cisg
0
Comments
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...
Security Tools
HTML Sanitization in Anti-XSS Library
Posted
over 3 years ago
by
cisg
0
Comments
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...
Security Tools
Sharing Master Pages in Multiple Projects
Posted
over 3 years ago
by
cisg
0
Comments
Hi Anil Chintala here. I am working on a requirement for a Portal, which is to share the look and feel of the portal by multiple web applications seamlessly and without any rework. I started doing some prototyping work and writing up some scenarios we...
Page 1 of 1 (20 items)