SEARCH RESULTS
 
Showing 1-10 of 28 records
 
Expand article

ASP.NET Health Monitoring doesn't log inner exception stack trace

2008-08-01 16:21:00 by keith-brown in Security Briefs
 
...trace looks the same because of the way the methods are invoked (via reflection) - you end up with a stack trace for a TargetInvocationException, which basically says, "I used reflection to invoke some method, and it threw an exception. See the inner exception for details ASP.NET's health monitoring system does list the inner exceptions...
 
 
 
 
 
Expand article

Modelling Air Traffic Control

2008-09-08 13:27:26 by Tim Bass in The Complex Event Processing Blog
 
...trace the position of each aircraft in the area of responsibility (AOR) of a particular control tower/zone. Naturally, sensory information is preprocessed and formatted in such a way that the data can be processed upstream by multiple real-time applications Before we look at complex ATC scenarios, such as potential collision or aircraft off...
 
 
 
 
 
Expand article

Fuzz Testing at Microsoft and the Triage Process

2007-09-20 18:52:00 by sdl in The Security Development Lifecycle
 
...trace and dump file. More recent versions have included the ability to monitor for CPU and memory spikes as well as enabling full page heap settings on all processes launched from the mini-debugger As a general rule, all exceptions must be triaged (reviewed) by the tester to determine if a bug needs to be filed. When fuzzing over a period of...
 
 
 
 
 
Expand article

Someone Should Have Told Them How Switches Work

2008-06-17 15:16:46 by Chris Eng in Zero in a bit
 
...trace, a multi-colored table with columns of numbers and letters the first in what was to be a series of tableaus that held the promise of monitoring all the traffic on the network next door The minutes passed, and not much happened. The sniffer trace stayed the same, and from time to time, when Stephenson tried to check on what individual...
 
 
 
 
 
Expand article

Better exception reporting in ASP.NET part 2

2008-08-04 14:11:14 by keith-brown in Security Briefs
 
...traces The second post described my solution This post shows the code I used to solve the problem: a custom email provider for the Health Monitoring system in ASP.NET. Enjoy Here's the provider. Note that I opted *not* to build a buffering provider to keep things simple public class MyMailWebEventProvider : WebEventProvider { string to;...
 
 
 
 
 
Expand article

Object Refinement in CEP: Tracking Temperatures

2008-08-07 13:39:29 by Tim Bass in The Complex Event Processing Blog
 
...trace The reason we call this processing function event (object) refinement is that, in the way the use case was described in the press release, the medical staff are basically tracking body temperature and comparing it to a key indicator to generate an alarm, in this case body temperature too high. This is a simple event, not complex,...
 
 
 
 
 
Expand article

Managed Fast Flux Provider - Part Two

The Article has images
2008-10-02 12:39:01 by Dancho Danchev in Dancho Danchev's Blog - Mind Streams of Information Security Knowledge
...trace original IP of the server or the place where the files are hosted so the websites/domains hosted have a 100% Uptime. This is achieved by unique customisation of our Virtual Servers Actually, it takes ips around the world and our powerful control panel just rotates the ips every 15 minutes. though all these ips you will see will be fake...
 
 
 
 
 
Expand article

To catch a hacker

2008-01-07 00:00:00 by Ron Nutter in Network World on Security
 
I have been trying to catch a hacker for over a year. I need a trace program or any program that will stand up in court. Do you know where I could get this? I really need a free trial to see if I like the program before I buy it
 
 
 
 
 
Expand article

An Overture to the 2007 CEP Blog Awards

2008-01-09 11:09:46 by Tim Bass in The Complex Event Processing Blog
 
...trace, dynamic resource management and basic pattern detection ( see slide 12 of this presentation ). Rule-based approaches are optimal for a wide-range of production-related event processing systems However, just like any system, there are engineering trade-offs using this approach. Rule-based systems tend not to scale well when the number...