SEARCH RESULTS
 
Showing 1-10 of 52 records
 
Expand article

Tracking a deleted Active Directory object's replication status

2008-04-29 16:25:04 by Gary Olsen, Contributor in WhatIs: Enterprise IT tips and expert advice
 
Learn how to track a deleted Active Directory object's replication status and how to determine if the object has been replicated throughout the DC forest
 
 
 
 
 
Expand article

Event Tracking Google Style

2008-07-22 19:46:05 by Tim Bass in The Complex Event Processing Blog
 
...Objects , Actions , Labels and Values . GA Objects are areas of web pages that visitors interact with, for example a video player or an Ajax widget. The second part of the GA event tracking data model is Actions . Actions arerelated to an Object, representing Actions that visitors perform on the Object . Labels further describe Actions,...
 
 
 
 
 
Expand article

Anton Security Tip of the Day #15: Fear and Loathing in Event 560 (and 562 and 567)

The Article has images
2008-05-08 13:37:00 by Dr Anton Chuvakin in Anton Chuvakin Blog -
...Object Access auditing, then right-click on a file or directory, click Security->Advanced->Auditing and then pick what types of events will be logged and by what accessing entities (i.e. users or computers). OK, so this will produce some logs, that is for sure. But are they useful First, why are we doing this? We typically need to know the...
 
 
 
 
 
Expand article

Messaging and Event Processing

2008-07-13 09:02:47 by Tim Bass in The Complex Event Processing Blog
 
...objects as electronic messages. In theory, we could call these cyber event-objects anything we want; for example, we could call them packets. However, packets are generally associated with the underlying Internet Protocol (IP) layer by network engineers Moving up the stack, we think in terms of a complete message-object, which we generally...
 
 
 
 
 
Expand article

Setting file ACLs with PowerShell part 4

2007-11-29 09:34:00 by Keith Brown in Security Briefs
 
...Object Security.AccessControl.FileSystemAccessRule "keith", Modify, Allow I pointed out how the "Modify" was automatically converted into an enumeration value, promising that I'd talk more about enumerations later. Well, this value comes from the System.Security.AccessControl.FileSystemRights enumeration. And there's a cool way you can abuse...
 
 
 
 
 
Expand article

Setting file ACLs with PowerShell part 5

2008-01-09 04:53:00 by Keith Brown in Security Briefs
 
...Object Security.AccessControl.FileSystemAccessRule "keith", Modify, Allow modified = $false dacl.ModifyAccessRule("Add", $newRule, [ref]$modified dir foo.txt).SetAccessControl($dacl All I've got left to explain is the last line of code. It's important to note that when you're tweaking ACLs, there are basically three steps you have to take...
 
 
 
 
 
Expand article

Mashup of the Titans

2008-06-25 17:29:25 by Gunnar Peterson in 1 Raindrop
 
...objects should be accessible, rather than why they should not. In a large system some objects will be inadequately considered, so a default of lack of permission is safer. A design or implementation mistake in a mechanism that gives explicit permission tends to fail by refusing permission, a safe situation, since it will be quickly detected....
 
 
 
 
 
Expand article

Modelling Situations for Event Processing

2008-07-15 05:04:21 by Tim Bass in The Complex Event Processing Blog
 
...objects like birds, buildings; but we will include wind, air speed, and direction Our situational model consists of primary objects, in this case an airplane. Now we need a simple model of an airplane, which is modelled, in this overly simple example, as span, velocity, acceleration, altitude, orientation and relative wind speed and...
 
 
 
 
 
Expand article

A Simple Situation Model for Complex Events

2008-07-15 09:29:06 by Tim Bass in The Complex Event Processing Blog
 
...object-oriented situation model, is one of the key attributes of CEP. Unfortunately, I have yet to find a situation model for complex events, so I offer a few simple baseline concepts here. Your comments and improvements are much appreciated 1. A situation model of a complex event is an abstract representation of a described or experienced...
 
 
 
 
 
Expand article

More High Profile Sites IFRAME Injected

The Article has images