US20060021021A1 - Security event data normalization - Google Patents

Security event data normalization Download PDF

Info

Publication number
US20060021021A1
US20060021021A1 US11/149,083 US14908305A US2006021021A1 US 20060021021 A1 US20060021021 A1 US 20060021021A1 US 14908305 A US14908305 A US 14908305A US 2006021021 A1 US2006021021 A1 US 2006021021A1
Authority
US
United States
Prior art keywords
event
data
network
tag
security
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US11/149,083
Inventor
Rajesh Patel
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Netforensics Inc
Original Assignee
HIGH TOWER SOFTWARE Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by HIGH TOWER SOFTWARE Inc filed Critical HIGH TOWER SOFTWARE Inc
Priority to US11/149,083 priority Critical patent/US20060021021A1/en
Assigned to HIGH TOWER SOFTWARE, INC. reassignment HIGH TOWER SOFTWARE, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: RATEL, RAJESH
Publication of US20060021021A1 publication Critical patent/US20060021021A1/en
Priority to US12/418,815 priority patent/US9060024B2/en
Assigned to NETFORENSICS, INC. reassignment NETFORENSICS, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: HIGH TOWER SOFTWARE, INC.
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/20Network architectures or network communication protocols for network security for managing network security; network security policies in general
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/06Management of faults, events, alarms or notifications
    • H04L41/069Management of faults, events, alarms or notifications using logs of notifications; Post-processing of notifications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/02Standardisation; Integration
    • H04L41/0226Mapping or translating multiple network management protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/565Conversion or adaptation of application format or content

Definitions

  • HighTower Software has developed a method of normalizing events from each vendor's proprietary format into a common format.
  • a categorization scheme and associated tagging process each event that enters the normalizing application is evaluated and tagged with a descriptor that carries specific information about the nature of the event. This technique allows events to be evaluated in a common context, while retaining the vendor specific context.
  • FIG. 1 shows a block diagram of the overall system operation
  • FIG. 2 illustrates the logical information flow within the translation and encryption engine
  • FIG. 3 illustrates an exemplary event tag
  • FIG. 4 illustrates the normalization runtime environment and the data that it receives
  • FIG. 5 illustrates the information registry receiving the data from various items
  • FIG. 6 illustrates the runtime requirements of the system
  • FIG. 7 illustrates the automation of delivery of these runtime requirements
  • FIG. 8 illustrates the update procedure that allows for application maintenance.
  • FIG. 1 shows a block diagram with three discreet functional parts, including the Translation and Encryption Engine (TEE) 100 , the Threaded Processing Engine (TPE) 110 and the Data Monitor (Datamon or DM) 120 .
  • TEE Translation and Encryption Engine
  • TPE Threaded Processing Engine
  • DM Data Monitor
  • the TEE is responsible for the validation, initial processing, formatting, database storage, and the forwarding to the TPE of data received from devices that are monitored by TVS.
  • the TPE is responsible for performing analysis, according to user specified configuration directives, in the form of rules assignment, of the event data it receives from the TEE. Once analysis has been performed, the results of that analysis are sent to the Datamon as display updates.
  • the Datamon is responsible for providing the TVS user with 3D graphical display of the analysis performed by the TPE on events that have been received and processed by the TEE. Additionally a web based portal may be available to provide the TVS user with an environment in which to generate forensic analysis reports from the data contained in the TVS runtime database.
  • the event data normalization process is implemented as part of the TEE.
  • Devices which are to be monitored by TVS are registered with the TEE. As part of this registration process, they are assigned a subsystem type. This subsystem type defines the set of rules by which these events are to be processed.
  • events from registered devices are received by the TEE, they are broken down into their elemental components. These elemental components include such items as device IP Address, Packet Source IP Address, Packet Source Port, Packet Destination IP Address, Packet Destination Port, Signature Identifier and a number of other items of data that are specific to a particular subsystem type. From this set of elemental components the Signature Identifier is used to match against a predetermined list of relationships or value mappings that serve to assign a tag to the event. This tag is carried with the packet of elemental components or event descriptor packet that is used to process the event within the TVS application.
  • TVS provides support for many device categories and many device variants within each category. Within a specific device category message format and content may differ based on each vendor's specific message format, message content and message or signature identifier. Different categories of devices may provide messages containing information about an event that is also presented by another category of device about the same event. The format and content of these different messages about the same event will likely differ.
  • TVS provides a methodology first for normalization of data provided by disparate devices within each category and secondly for normalization of data about the same event by devices in different categories.
  • the Translation and Encryption Engine (TEE) 100 includes a software code that receives, validates, transforms, normalizes, buffers and sends data between one or more components in the TowerView Security system.
  • the TEE's primary purpose is to transform the data received from a network agent, such as a firewall, nids, or hids, and convert it into a common format which can be understood by other components in the system. Then this processed data is forwarded to one of the many connected targets, such as the processing engine (PE) or the data monitor (DM).
  • PE processing engine
  • DM data monitor
  • the TEE's secondary purpose is to store the raw and translated data to a database repository for forensic analysis. A high level logical flow of the TEE is depicted in FIG. 2 .
  • This tag contains meta information about the event that will be used by the rule set in the TPE.
  • the Hightower Security Event TAG is a 32 binary bit segmented data entity. Each segment provides specific information about the event it tags.
  • the currently defined structure of the ht_event_tag is shown in FIG. 3 .
  • the ht_sig_cat tag describes at a high level the nature of the event being evaluated.
  • ht_device_cat To support normalization of event data provided by like devices, perhaps from different vendors, with different event data formats we are required to defined device categories. These classifications are reflected in a five-position binary tag field labeled ht_device_cat. The current mapping for the values of the ht_device_cat tag field are shown in Table 2. TABLE 2 ht_device_cat key ht_device_cat Category 1 Firewall 2 Intrusion Detection System 3 Router 4 Vulnerability Assessment 5 VPN 6 Tbd 7 Tbd
  • the ht_device_cat tag describes the type of device has sent the data about the event being evaluated.
  • Table 2 shows five device categories. The events that may by a device in a particular category, for example an Intrusion Detection System, we will see that these events also fall into a specific number of categories. These event categories are largely common amongst different IDS implementations. To provide normalization of events from different implementations of like devices we are required to provide classification of events by event category. These classifications are reflected in a ten-position binary tag field labeled ht_event_cat. For example for an Intrusion Detection System mappings for the values of the ht_event_cat field are shown below in Table 3.
  • ht_event_cat Within each ht_event_cat we have allowed for up to 8192 unique event ids. These classifications are reflected in a thirteen-position binary tag field labeled ht_event_id.
  • This rule triggers it indicates that a DNS compromise has occurred.
  • This vulnerability is described in CVE-1999-0833, BUGTRAQ ID 788 and CERT CA-1999-14.
  • This event will be assigned a ht_event_tag of 610D400C (hex) or 1628258316 (decimal). From the binary perspective that is ht_sig_cat 6 (compromised), ht_device_cat 2 (IDS), ht_event_cat 107 (DNS) and ht_event_id 12 (ADM DNS overflow).
  • ht_event_tag 610D400C (hex) or 1628258316 (decimal). From the binary perspective that is ht_sig_cat 6 (compromised), ht_device_cat 2 (IDS), ht_event_cat 107 (DNS) and ht_event_id 12 (ADM DNS overflow).
  • the field ht_device_cat in the ht_event_tag would reflect a device type of 1 and the resulting ht_event_tag would be 608D400C (hex) or 1619869708 (decimal). From the binary perspective that is ht_sig_cat 6 (compromised), ht_device_cat 1 (FW), ht_event_cat 107 (DNS) and ht_event_id 12 (ADM DNS overflow).
  • the ht_event_tag is identical. Events detected from different points in your network and by devices from different vendors can be correlated and identified as identical events. This enables evaluation of the effectiveness of a network's defense in depth by showing the progress or lack of progress of hostile events across the layers of your network.
  • device chains can be identified, which are used to notify operators of the detection of identical events by devices at multiple points in the network.
  • VA Vulnerability Assessment
  • the following snort NIDS rule is used to detect instances of this exploit on the networks it monitors.
  • TVS builds a table which reflects the state of node vulnerabilities on the monitored network segment, based on data provided by the VA tool deployed in the network. To build that table TVS must acquire and process the VA data from the VA tool. The particular method of data acquisition from the VA tool is vendor dependent.
  • va_vulns.dat contains three data items; they are ipaddr_converted, ht_event_tag, and va_sid.
  • the file va_os_scandate.dat contains three items of data; they are ipaddr_converted, OS, and va_scandate.
  • the file va_ports_open contains three items of data; they are ipaddr_converted, protocol and port.
  • This file which contains a listing the vulnerabilities that have been detected by a Vulnerability Scan, will document the IP address of the vulnerable device and the relationship between ht_tag and VA tools sid for the event.
  • the script getvadata.pl will query the VA tool results set and select the IPAddress of the vulnerable network node and the sid.
  • the sid is used as an index to assign an ht_event_tag from the VA devices value-map file.
  • the VA devices value-map file documents the relationship between the VA devices sid and the associated ht_event_tag.
  • the data item ipaddr_converted will be constructed from the item in the VA tool results set that represents the IP address of the vulnerable device.
  • the data item ht_event_tag is determined by using the VA tools event sid to index the value-map file, retrieving the appropriate value.
  • the data item va_sid is retrieved directly from the VA tool results set.
  • va_os_scandate
  • This file contains scan dates and Operating Systems (OSs), and documents the IP address of the vulnerable device, its Operating System and the date that the last VA scan was performed.
  • OSs Operating Systems
  • the data item ipaddr_converted is constructed from the item in the VA tool results set that represents the IP address of the vulnerable device. For each IP address we will query the VA tool results set for the OSName. For each IP address we will query the VA tool results set for the date/time of the VA scan.
  • the file va_os_scandate will be populated with ipaddr_converted, OS and va_scandate.
  • This file contains a list of active services, and documents the IP address of the device as well as the protocol and port of any active services.
  • the data item ipaddr_converted is constructed from the item in the VA tool results set that represents the IP address of the vulnerable device.
  • the data item protocol is constructed from the item in the VA tool results set that represents the protocol used to access the vulnerability on the vulnerable device.
  • the data item port is constructed from the item in the VA tool results set that represents the port used to access the vulnerability on the vulnerable device.
  • the file va_ports_open will be populated with ipaddr_converted, protocol and port.
  • the table that reflects the state of vulnerabilities in the monitored network will reflect this information.
  • the ht_event_tags are compared, excluding the ht_dev_cat segment, which is different because and IDS detected the event and a VA tool detected the existence of the vulnerability.
  • va_ports_open.dat If a system is not vulnerable to an exploit, but is still listening on a port that is used by an exploit, we can alert the TVS operator to this by referencing the data contained in the table va_ports_open.dat. If the node was a Sun Server running the sunrpc service the file va_ports_open.dat might contain the following entry:
  • the currency of VA scans is evaluated by monitoring the file va_os_scandate.dat.
  • the file va_os_scandate.dat might contain the following entry:
  • TVS has a number of data requirements, these include value mappings that provide translations from vendor signature identifier to HighTower signature identifier; value mappings that provide translations from HighTower signature identifier to event textual description; value mappings that provide translations from port number to service name and there are many requirements for vendor information support in order to provide the forensic capabilities of the portal.
  • value mappings that provide translations from vendor signature identifier to HighTower signature identifier
  • value mappings that provide translations from HighTower signature identifier to event textual description
  • value mappings that provide translations from port number to service name and there are many requirements for vendor information support in order to provide the forensic capabilities of the portal.
  • FIG. 4 the initial state of TVS required that a number of manual processes be performed to populate the files and databases that are used in the TVS runtime environment.
  • a Centralized Global Information Repository In order to support the data requirements of TVS, a Centralized Global Information Repository has been defined and developed as has the definition and development of a number of interfaces to that repository. A high level example of this repository and its interfaces can be seen in FIG. 5 .
  • FIG. 7 depicts the process for providing TVS runtime environment data from the central repository.
  • the user specifies the requirements of the data population via a “User Control Interface” or “Wizard”. This interface allows the user to specify the information required for this instance of the TVS runtime environment data population.
  • TVS Runtime Environment which is a set of all data required to support the TVS runtime environment. This is used to support full TVS builds.
  • routine maintenance updates These are provide support for vendor event updates.
  • custom updates which provide TVS support for events that are not part of the vendor's event base but are events that the customer has defined which are implemented in the context of a supported vendor's product. For example in the case of snort and Dragon (two IDS' that are currently supported by TVS) functionality is supported that enables the end user to define their own IDS rules.
  • TVS runtime environment data for clients requiring support of custom events is supported in a “one-off” manner.
  • Each of the components within the TVS environment that will require access to the repository is evaluated to determine how it integrates with the repository.
  • a configuration wizard has been developed that is integrated to provide the input controls required to define the TVS Runtime Environment build process.
  • This functionality requires that some form of the repository ship with the TVS product.
  • the contents of the shipped repository has been scrupulously reviewed and defined so that while providing the customer with the functionality they expect we do not disclose corporate confidential information.
  • we are required to ship the event profiles table which is the structure that defines the relationships between disparate vendor's definitions of like events, and so that we can support linking to vendors web based documentation in support of the forensic capabilities of the portal, the raw data tables from which the event profiles table is built, but we do not ship the normalization tool that is used to evaluate the raw data tables and produce the event profiles table.
  • the normalization tool, the normalization process and its specific functionality are proprietary items.
  • the shipped repository also provides a suitable target for periodic maintenance updates for TVS device support and with additional development will serve as a vehicle for TVS application maintenance.
  • a process for providing maintenance update for device support will include distributing new or updated raw device files, new or updated event profile tables and new or updated value mapping files and any other new or updated files required by the system.
  • FIG. 8 An overview of this process is depicted in FIG. 8 .

Abstract

Normalizing security event data from multiple different network agents. The data from the multiple different agents is categorized and tagged with a descriptor that includes information about the nature of the event. Multiple different events from multiple different devices can therefore be evaluated using a common format which is common for the multiple different devices from different vendors.

Description

  • This application claims priority from Application No. 60/578,281, filed Jun. 8, 2004, the disclosure of which is herewith incorporated by reference.
  • BACKGROUND
  • In the world of security event management, every one is speaking a different language. This stems from the fact that there is no industry wide standard language used to describe security events. Therefore, each vendor provides notification of detected events in their own proprietary format.
  • SUMMARY
  • In order to accommodate the disparity in vendor event notification formats, HighTower Software has developed a method of normalizing events from each vendor's proprietary format into a common format. By development of a categorization scheme and associated tagging process, each event that enters the normalizing application is evaluated and tagged with a descriptor that carries specific information about the nature of the event. This technique allows events to be evaluated in a common context, while retaining the vendor specific context.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • These and other aspects will now be described in detail with reference the accompanying drawings, wherein:
  • FIG. 1 shows a block diagram of the overall system operation;
  • FIG. 2 illustrates the logical information flow within the translation and encryption engine;
  • FIG. 3 illustrates an exemplary event tag;
  • FIG. 4 illustrates the normalization runtime environment and the data that it receives;
  • FIG. 5 illustrates the information registry receiving the data from various items;
  • FIG. 6 illustrates the runtime requirements of the system;
  • FIG. 7 illustrates the automation of delivery of these runtime requirements; and
  • FIG. 8 illustrates the update procedure that allows for application maintenance.
  • DETAILED DESCRIPTION
  • FIG. 1 shows a block diagram with three discreet functional parts, including the Translation and Encryption Engine (TEE) 100, the Threaded Processing Engine (TPE) 110 and the Data Monitor (Datamon or DM) 120.
  • The TEE is responsible for the validation, initial processing, formatting, database storage, and the forwarding to the TPE of data received from devices that are monitored by TVS. The TPE is responsible for performing analysis, according to user specified configuration directives, in the form of rules assignment, of the event data it receives from the TEE. Once analysis has been performed, the results of that analysis are sent to the Datamon as display updates. The Datamon is responsible for providing the TVS user with 3D graphical display of the analysis performed by the TPE on events that have been received and processed by the TEE. Additionally a web based portal may be available to provide the TVS user with an environment in which to generate forensic analysis reports from the data contained in the TVS runtime database.
  • The event data normalization process is implemented as part of the TEE. Devices which are to be monitored by TVS are registered with the TEE. As part of this registration process, they are assigned a subsystem type. This subsystem type defines the set of rules by which these events are to be processed. As events from registered devices are received by the TEE, they are broken down into their elemental components. These elemental components include such items as device IP Address, Packet Source IP Address, Packet Source Port, Packet Destination IP Address, Packet Destination Port, Signature Identifier and a number of other items of data that are specific to a particular subsystem type. From this set of elemental components the Signature Identifier is used to match against a predetermined list of relationships or value mappings that serve to assign a tag to the event. This tag is carried with the packet of elemental components or event descriptor packet that is used to process the event within the TVS application.
  • TVS provides support for many device categories and many device variants within each category. Within a specific device category message format and content may differ based on each vendor's specific message format, message content and message or signature identifier. Different categories of devices may provide messages containing information about an event that is also presented by another category of device about the same event. The format and content of these different messages about the same event will likely differ. TVS provides a methodology first for normalization of data provided by disparate devices within each category and secondly for normalization of data about the same event by devices in different categories.
  • Tee Functionality
  • The Translation and Encryption Engine (TEE) 100 includes a software code that receives, validates, transforms, normalizes, buffers and sends data between one or more components in the TowerView Security system. The TEE's primary purpose is to transform the data received from a network agent, such as a firewall, nids, or hids, and convert it into a common format which can be understood by other components in the system. Then this processed data is forwarded to one of the many connected targets, such as the processing engine (PE) or the data monitor (DM). The TEE's secondary purpose is to store the raw and translated data to a database repository for forensic analysis. A high level logical flow of the TEE is depicted in FIG. 2.
  • Tags
  • In order to provide state-full normalization of data to the processing engine we assign a tag to each event that is processed. This tag contains meta information about the event that will be used by the rule set in the TPE.
  • Tag Structure
  • The Hightower Security Event TAG is a 32 binary bit segmented data entity. Each segment provides specific information about the event it tags. The currently defined structure of the ht_event_tag is shown in FIG. 3.
  • ht_sig_cat:
  • To support normalization of event data between categories of devices we require broad classification of events. This reflects the severity of the event in the context of network security. These broad classifications have currently been defined as Uncategorized, Unknown, Normal, Reconnaissance, Malicious, Compromised and Health/Status. These classifications are reflected in a four-position binary tag field labeled ht_sig_cat. The current mapping for the values of the ht_sig_cat tag field are shown below in Table 1.
    TABLE 1
    ht_sig_cat key
    ht_sig_cat Category
    1 Uncategorized
    2 Unknown
    3 Normal
    4 Reconnaissance
    5 Malicious
    6 Compromised
    7 Health/Status
  • The ht_sig_cat tag describes at a high level the nature of the event being evaluated.
  • ht_device_cat:
  • To support normalization of event data provided by like devices, perhaps from different vendors, with different event data formats we are required to defined device categories. These classifications are reflected in a five-position binary tag field labeled ht_device_cat. The current mapping for the values of the ht_device_cat tag field are shown in Table 2.
    TABLE 2
    ht_device_cat key
    ht_device_cat Category
    1 Firewall
    2 Intrusion
    Detection System
    3 Router
    4 Vulnerability
    Assessment
    5 VPN
    6 Tbd
    7 Tbd
  • The ht_device_cat tag describes the type of device has sent the data about the event being evaluated.
  • ht_event_cat:
  • Table 2 shows five device categories. The events that may by a device in a particular category, for example an Intrusion Detection System, we will see that these events also fall into a specific number of categories. These event categories are largely common amongst different IDS implementations. To provide normalization of events from different implementations of like devices we are required to provide classification of events by event category. These classifications are reflected in a ten-position binary tag field labeled ht_event_cat. For example for an Intrusion Detection System mappings for the values of the ht_event_cat field are shown below in Table 3.
    TABLE 3
    ht_event_cat key for IDS
    ht_event_cat Category
    101 Attack Response
    102 Backdoor
    103 Bad Traffic
    104 Chat
    105 DDOS
    107 DNS
    108 DOS
    109 Exploit
    110 Finger
    111 FTP
    112 ICMP-Info
    113 ICMP
    114 IMAP
    115 Info
    116 Local
    117 Misc
    118 Multimedia
    119 Mysql
    120 Netbios
    121 Nntp
    122 Oracle
    123 Other-IDS
    124 P2p
    125 Policy
    126 Pop2
    127 Pop3
    128 Porn
    129 Rpc
    130 Rservices
    131 Scan
    132 Shellcode
    133 Smtp
    134 Snmp
    135 Sql
    136 Telnet
    137 Tftp
    138 Virus
    139 Web-attacks
    140 Web-cgi
    141 Web-client
    142 Web-coldfusion
    143 Web-frontpage
    144 Web-iis
    145 Web-misc
    146 Web-php
    147 X11
    148 Packet Discarded

    ht_event_id:
  • Within each ht_event_cat we have allowed for up to 8192 unique event ids. These classifications are reflected in a thirteen-position binary tag field labeled ht_event_id.
  • Application of the ht Event Tag
  • For example consider an event reported by the following snort NIDS rule:
    • alert tcp $EXTERNAL_NET any→$DNS_SERVERS 53˜ “thisissometempspaceforthesockinaddrinyeahyeahiknowthisisla mebutanywaywhocareshorizongotitworkingsoalliscool”
  • If this rule triggers it indicates that a DNS compromise has occurred. This vulnerability is described in CVE-1999-0833, BUGTRAQ ID 788 and CERT CA-1999-14. This event will be assigned a ht_event_tag of 610D400C (hex) or 1628258316 (decimal). From the binary perspective that is ht_sig_cat 6 (compromised), ht_device_cat 2 (IDS), ht_event_cat 107 (DNS) and ht_event_id 12 (ADM DNS overflow).
  • Consider the following Dragon NIDS rule: SIGNATURE=T D A B 10 0 53 DNS:ADM-OVERFLOW thisissometempspaceforthesockinaddr
  • This rule is written to detect the same event as the snort rule above. Detection of these events by disparate IDS systems will produce an identical ht_event_tag. This event will be assigned a ht_event_tag of 610D400C (hex) or 1628258316 (decimal). From the binary perspective that is ht_sig_cat 6 (compromised), ht_device_cat 2 (IDS), ht_event_cat 107 (DNS) and ht_event_id 12 (ADM DNS overflow).
  • Note: If this event were to be detected by the Cisco PIX Firewall IDS feature, the field ht_device_cat in the ht_event_tag would reflect a device type of 1 and the resulting ht_event_tag would be 608D400C (hex) or 1619869708 (decimal). From the binary perspective that is ht_sig_cat 6 (compromised), ht_device_cat 1 (FW), ht_event_cat 107 (DNS) and ht_event_id 12 (ADM DNS overflow).
  • In the present system, with snort and Dragon, the ht_event_tag is identical. Events detected from different points in your network and by devices from different vendors can be correlated and identified as identical events. This enables evaluation of the effectiveness of a network's defense in depth by showing the progress or lack of progress of hostile events across the layers of your network. In the context of TVS, device chains can be identified, which are used to notify operators of the detection of identical events by devices at multiple points in the network.
  • Vulnerability Assessment Correlation
  • Consider the case of a network that employs use of a Vulnerability Assessment (VA) system. That is a system that by varying methods and vary degrees of intrusiveness examines the nodes on a given network segment for their susceptibility to a set of vulnerabilities known by the vendor of the VA system. VA systems generally produce a set of results of the analysis of networks they scan. Network and System Administrators have traditionally used this data to guide them as to which systems require patching for the various vulnerabilities that have been discovered.
  • Consider the Foundstone VA tool which runs a series of scripts that are used to detect vulnerabilities in nodes on a given network segment. One of the scripts that the Foundstone VA tool runs is unix-chargen-dos-v2.fasl3. This script is used to detect unix systems that are vulnerable to chargen dos exploits. The chargen service generates random characters and this service can be used in conjunction with other services to cause a denial of service attack via flooding.
  • The following snort NIDS rule is used to detect instances of this exploit on the networks it monitors.
  • alert udp any 19 < > any 7 (msg: “DOS UDP echo+chargen bomb”; reference: cve, CAN-1999-0635; reference: cve, CVE-1999-0103; classtype: attempted-dos; sid: 271; rev: 3;)
  • In order to eliminate false alarms and unnecessary response to events to which we are not vulnerable and to enhance our sense of urgency and highlight those events to which we are vulnerable we can use capabilities enabled by the TVS normalization process to determine if there is a correlation between NIDS detected hostile events and the network vulnerabilities reported by our VA tool.
  • In order to provide for VA correlation, TVS builds a table which reflects the state of node vulnerabilities on the monitored network segment, based on data provided by the VA tool deployed in the network. To build that table TVS must acquire and process the VA data from the VA tool. The particular method of data acquisition from the VA tool is vendor dependent.
  • Acquisition of VA Data
  • In order to support VA correlation we acquire the following elements of data from the VA tool results set. Our query, which is performed by the script getvadata.pl, populates three files. These files are va_vulns.dat, va_os_scandate.dat, and va_ports_open.dat. The file va_vulns.dat contains three data items; they are ipaddr_converted, ht_event_tag, and va_sid. The file va_os_scandate.dat contains three items of data; they are ipaddr_converted, OS, and va_scandate. The file va_ports_open contains three items of data; they are ipaddr_converted, protocol and port.
  • File Use and Population
  • va_vulns.dat:
  • This file, which contains a listing the vulnerabilities that have been detected by a Vulnerability Scan, will document the IP address of the vulnerable device and the relationship between ht_tag and VA tools sid for the event. The script getvadata.pl will query the VA tool results set and select the IPAddress of the vulnerable network node and the sid. The sid is used as an index to assign an ht_event_tag from the VA devices value-map file. The VA devices value-map file documents the relationship between the VA devices sid and the associated ht_event_tag.
  • The data item ipaddr_converted will be constructed from the item in the VA tool results set that represents the IP address of the vulnerable device. The data item ht_event_tag is determined by using the VA tools event sid to index the value-map file, retrieving the appropriate value. The data item va_sid is retrieved directly from the VA tool results set.
  • va_os_scandate:
  • This file, contains scan dates and Operating Systems (OSs), and documents the IP address of the vulnerable device, its Operating System and the date that the last VA scan was performed.
  • The data item ipaddr_converted is constructed from the item in the VA tool results set that represents the IP address of the vulnerable device. For each IP address we will query the VA tool results set for the OSName. For each IP address we will query the VA tool results set for the date/time of the VA scan. The file va_os_scandate will be populated with ipaddr_converted, OS and va_scandate.
  • va_ports_open:
  • This file, contains a list of active services, and documents the IP address of the device as well as the protocol and port of any active services.
  • The data item ipaddr_converted is constructed from the item in the VA tool results set that represents the IP address of the vulnerable device. The data item protocol is constructed from the item in the VA tool results set that represents the protocol used to access the vulnerability on the vulnerable device. The data item port is constructed from the item in the VA tool results set that represents the port used to access the vulnerability on the vulnerable device. The file va_ports_open will be populated with ipaddr_converted, protocol and port.
  • VA Correlation
  • Once the VA files have been populated and the runtime table that reflects the state of the VA assessment has been built within TVS, analytics are used monitor events which may exploit particular vulnerabilities. If an event is evaluated and found to be an exploit destined for a node that has a documented vulnerability for that exploit an alarm indicating this can be issued to the TVS operator.
  • Consider the previous example of the dos+chargen bomb. The snort rule that detects this event, alert udp any 19 < > any 7 (msg: “DOS UDP echo+chargen bomb”; reference: cve, CAN-1999-0635; reference: cve, CVE-1999-0103; classtype: attempted-dos; sid: 271; rev: 3;), is assigned the ht_event_tag 5:2:108:3 (ht_sig_cat 5 or malicious, ht_dev_cat 2 or IDS, ht_event_cat 108 or DOS, ht_event_id (in ht_event_cat 108) 3 or DOS UDP echo+chargen bomb) and it is represented by the decimal number 1359839235.
  • Next consider the vulnerability detected by the Foundstone VA tool script unix-chargen-dos-v2.fasl3. This vulnerability is assigned the ht_event_tag 5:4:108:3 and it is represented by the decimal number 1376616451. If the Foundstone VA tool determined that this vulnerability existed on a node that was assigned the IP address 10.1.15.106 the file va_vulns.dat would contain the following entry:
      • ipaddr_converted<|>ht_event_tag<|>va_sid
      • 167841642<|>1376616451<|>673
  • At runtime the table that reflects the state of vulnerabilities in the monitored network will reflect this information. When an event is detected with a destination IP address that matches an entry in this table entry the ht_event_tags are compared, excluding the ht_dev_cat segment, which is different because and IDS detected the event and a VA tool detected the existence of the vulnerability.
  • If a system is not vulnerable to an exploit, but is still listening on a port that is used by an exploit, we can alert the TVS operator to this by referencing the data contained in the table va_ports_open.dat. If the node was a Sun Server running the sunrpc service the file va_ports_open.dat might contain the following entry:
      • ipaddr_converted<|>protocol<|>port
      • 167841642<|>tcp<|>111
  • The currency of VA scans is evaluated by monitoring the file va_os_scandate.dat. The file va_os_scandate.dat might contain the following entry:
      • ipaddr_converted<|> Os <|>scandate
      • 167841642<|>Linux 2.4.7-13<|>1084386780
  • As a result of the above examination of the use of the TVS Event Data Normalization Architecture and process you should have a good understanding of the functionality and application of this technology. We also need to gain an understanding of the nature and magnitude of the data that we are dealing with in our process of Event Data Normalization. Towards that end we will examine the data requirements of TVS.
  • Data Requirements Overview:
  • In order to support the goal of becoming a market ready production class SEM tool it is evident that managing the volume of information required to develop, build and support the product will require a detailed, well thought out information management architecture.
  • Initial State:
  • In order to begin this effort, it is necessary to understand the data requirements that TVS had and the current methods of supporting those requirements. TVS has a number of data requirements, these include value mappings that provide translations from vendor signature identifier to HighTower signature identifier; value mappings that provide translations from HighTower signature identifier to event textual description; value mappings that provide translations from port number to service name and there are many requirements for vendor information support in order to provide the forensic capabilities of the portal. As can be seen in FIG. 4 the initial state of TVS required that a number of manual processes be performed to populate the files and databases that are used in the TVS runtime environment.
  • These manual processes are cumbersome at best and non-repeatable at worst. The information used to support or feed these processes resided only on the desktop of staff workstations. Revision control ranged from difficult to non-existent and information updates are not easily implemented.
  • Solution:
  • In order to support the data requirements of TVS, a Centralized Global Information Repository has been defined and developed as has the definition and development of a number of interfaces to that repository. A high level example of this repository and its interfaces can be seen in FIG. 5.
  • In order to develop this repository a number of steps are required. At a high level these included:
      • Define the components within the TVS environment that will require access to the repository.
        • Supported component name
        • Function provided
      • Define the nature of the access required.
        • Read only, read/write, read/modify/write, write only
        • Reason for access
      • Define change control policy.
        • Process
        • Revision management
        • Enforcement
        • Rollbacks
  • Once the components are identified, the details of their access requirements is defined. This looks like:
      • Define the detailed data requirements of the TVS runtime environment.
        • Define the method of interface to the TVS runtime environment
          • Read only
        • Define runtime database requirements
          • Mysql tables
        • Define all value mappings files
          • Value maps
          • Config files
        • Define vendor support requirements
          • Vendor references and linkages
        • Define portal requirements
          • Table requirements
          • Query requirements
        • Define change control policy
          • Who, what, when, where and why?
        • Define change control process
          • How?
        • Define current data population processes
          • Identify
          • Automate
          • Document
        • Identify output reasons
          • Normal runtime builds
          • Runtime updates
          • Custom builds
            • Customer has a custom security device (ie. Snort with custom rules)
        • Additional discovery if necessary
      • Define the detailed data requirements of the Vendor Data Normalization Tool.
        • Define the method of interface to the Vendor Data Normalization Tool
          • Read/modify/write
        • Define VDNT runtime database requirements
          • Tables (view) required
        • Define change control policy
          • Who, what, when, where and why?
        • Define change control process
          • How?
        • Define current data population processes
          • Identify
          • Automate
          • Document
        • Additional discovery if necessary
      • Define the detailed data requirements for supporting data.
        • Define the method of interface to the supporting data
          • Write only
        • Define the content
          • Standards
          • RFC guidelines
          • Port number to name
          • Protocol number to name
        • Define change control process
          • How?
        • Define current data population processes
          • Identify
          • Automate
          • Document
        • Additional discovery if necessary
      • Define the requirements for vendor raw data.
        • Define the method of interface to the vendor data
          • Write only
        • Volume of data
          • Size-number of records/events
          • Number of files or tables
        • Format of data
          • Table or file structure
        • Define change control process
          • How?
        • Define current data population processes
          • Identify
          • Automate
          • Document
        • Additional discovery if necessary
          A Closer Look at Some Data Requirements:
  • In order to understand the reasoning behind and the requirements of such a repository, detail about the runtime data requirements of TVS is provided. Some of the environments requirements are depicted in FIG. 6.
  • This is by no means a complete list of the data requirements of the TVS runtime environment. Up to this point in the history of TVS the data required for runtime had been compiled bit by bit, file by file from disparate sources. Updates had been tedious manual processes. TVS has developed a methodology for providing easily repeatable, automated data update methods. These data updates encompass the entire product and provide maintenance signature updates or even custom signature updates for example for a customer who writes their own snort or Dragon IDS rules. FIG. 7 depicts the process for providing TVS runtime environment data from the central repository. As shown in the diagram the user specifies the requirements of the data population via a “User Control Interface” or “Wizard”. This interface allows the user to specify the information required for this instance of the TVS runtime environment data population. In essence simple input data source to output data file specification. In FIG. 7, there are three destinations for data used in TVS runtime. First and most importantly there is the TVS Runtime Environment which is a set of all data required to support the TVS runtime environment. This is used to support full TVS builds. Secondly are routine maintenance updates. These are provide support for vendor event updates. Thirdly are custom updates which provide TVS support for events that are not part of the vendor's event base but are events that the customer has defined which are implemented in the context of a supported vendor's product. For example in the case of snort and Dragon (two IDS' that are currently supported by TVS) functionality is supported that enables the end user to define their own IDS rules. TVS runtime environment data for clients requiring support of custom events is supported in a “one-off” manner.
  • Each of the components within the TVS environment that will require access to the repository is evaluated to determine how it integrates with the repository. In the case of support for the TVS Runtime Environment a configuration wizard has been developed that is integrated to provide the input controls required to define the TVS Runtime Environment build process.
  • This functionality requires that some form of the repository ship with the TVS product. The contents of the shipped repository has been scrupulously reviewed and defined so that while providing the customer with the functionality they expect we do not disclose corporate confidential information. For example; we are required to ship the event profiles table, which is the structure that defines the relationships between disparate vendor's definitions of like events, and so that we can support linking to vendors web based documentation in support of the forensic capabilities of the portal, the raw data tables from which the event profiles table is built, but we do not ship the normalization tool that is used to evaluate the raw data tables and produce the event profiles table. The normalization tool, the normalization process and its specific functionality are proprietary items.
  • The shipped repository also provides a suitable target for periodic maintenance updates for TVS device support and with additional development will serve as a vehicle for TVS application maintenance.
  • A process for providing maintenance update for device support will include distributing new or updated raw device files, new or updated event profile tables and new or updated value mapping files and any other new or updated files required by the system.
  • An overview of this process is depicted in FIG. 8.
  • Although only a few embodiments have been disclosed in detail above, other modifications are possible, and this disclosure is intended to cover all such modifications, and most particularly, any modification which might be predictable to a person having ordinary skill in the art.
  • Also, only those claims which use the words “means for” are intended to be interpreted under 35 USC 112, sixth paragraph. Moreover, no limitations from the specification are intended to be read into any claims, unless those limitations are expressly included in the claims.

Claims (10)

1. A method, comprising:
receiving a packet from a network security agent indicating a network event;
converting the packet to a security event tag that represents information indicative of the event and information indicative of a type of agent which detected the event; and
using the security event tag to represent the event in place of the packet.
2. A method as in claim 1, further comprising determining if the packet is from a registered device.
3. A method as in claim 1, wherein the network security agent is one of a firewall, a network intrusion system, a router, or a virtual private network.
4. A method as in claim 1, wherein the security event tag has common fields for the same event from different agents.
5. A method as in claim 1, wherein the security event tag represents at least an IP address, at least one port, and at least one signature identifier.
6. A system, comprising:
A port that receives a packet from a network security agent indicating a network event;
A processing engine operating to convert the packet to a security event tag that represents information indicative of the event and information indicative of a type of agent which detected the event; and
A security monitoring system that uses the security event tag to represent the event in place of the packet.
7. A system as in claim 6, further comprising the network security agent.
8. A system as in claim 7, wherein said network security agent is one of a firewall, a network intrusion system, a router, or a virtual private network.
9. A method as in claim 6, wherein the security event tag has common fields for the same event from different agents.
10. A method as in claim 9, wherein the security event tag represents at least an IP address, at least one port, and at least one signature identifier.
US11/149,083 2004-06-08 2005-06-08 Security event data normalization Abandoned US20060021021A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US11/149,083 US20060021021A1 (en) 2004-06-08 2005-06-08 Security event data normalization
US12/418,815 US9060024B2 (en) 2004-06-08 2009-04-06 Security event data normalization

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US57828104P 2004-06-08 2004-06-08
US11/149,083 US20060021021A1 (en) 2004-06-08 2005-06-08 Security event data normalization

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US12/418,815 Continuation US9060024B2 (en) 2004-06-08 2009-04-06 Security event data normalization

Publications (1)

Publication Number Publication Date
US20060021021A1 true US20060021021A1 (en) 2006-01-26

Family

ID=35658788

Family Applications (2)

Application Number Title Priority Date Filing Date
US11/149,083 Abandoned US20060021021A1 (en) 2004-06-08 2005-06-08 Security event data normalization
US12/418,815 Expired - Fee Related US9060024B2 (en) 2004-06-08 2009-04-06 Security event data normalization

Family Applications After (1)

Application Number Title Priority Date Filing Date
US12/418,815 Expired - Fee Related US9060024B2 (en) 2004-06-08 2009-04-06 Security event data normalization

Country Status (1)

Country Link
US (2) US20060021021A1 (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080127299A1 (en) * 2006-11-29 2008-05-29 Novell, Inc. Techniques for secure event recording and processing
EP2020775A1 (en) * 2007-08-03 2009-02-04 Nokia Siemens Networks Oy Method of processing network related data, devices, system and computer program products
US20090284413A1 (en) * 2006-07-04 2009-11-19 Nxp B.V. Mobile device comprising a gps receiver
US20120158725A1 (en) * 2010-10-12 2012-06-21 Qualys, Inc. Dynamic hierarchical tagging system and method
US20130246565A1 (en) * 2011-09-19 2013-09-19 Qualcomn Incorporated Sending human input device commands over internet protocol
US20150358283A1 (en) * 2014-06-04 2015-12-10 Bank Of America Corporation Firewall Policy Converter
CN106407815A (en) * 2016-09-30 2017-02-15 北京奇虎科技有限公司 Vulnerability detection method and device
US9667596B2 (en) 2014-06-04 2017-05-30 Bank Of America Corporation Firewall policy comparison
CN106911520A (en) * 2017-04-12 2017-06-30 曙光信息产业(北京)有限公司 A kind of fault statistics method and apparatus towards HPC cluster
US20180278650A1 (en) * 2014-09-14 2018-09-27 Sophos Limited Normalized indications of compromise
US20180314002A1 (en) * 2017-04-28 2018-11-01 Shinko Electric Industries Co., Ltd. Optical waveguide apparatus

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10057285B2 (en) * 2009-01-30 2018-08-21 Oracle International Corporation System and method for auditing governance, risk, and compliance using a pluggable correlation architecture
US10057726B2 (en) * 2012-10-02 2018-08-21 Razer (Asia-Pacific) Pte. Ltd. Managing user data on an electronic device
US10075462B2 (en) 2015-12-22 2018-09-11 Sap Se System and user context in enterprise threat detection
US20170178025A1 (en) * 2015-12-22 2017-06-22 Sap Se Knowledge base in enterprise threat detection
US20170178026A1 (en) * 2015-12-22 2017-06-22 Sap Se Log normalization in enterprise threat detection
US9900335B2 (en) 2015-12-24 2018-02-20 Visa International Service Association Systems and methods for prioritizing indicators of compromise
US11012457B1 (en) 2019-11-15 2021-05-18 Johnson Controls Technology Company Building security analysis system with site-independent signature generation for predictive security analysis
US11775405B2 (en) * 2020-03-20 2023-10-03 UncommonX Inc. Generation of an issue response evaluation regarding a system aspect of a system
US11025590B1 (en) 2020-08-19 2021-06-01 Goldman Sachs & Co. LLC Network connectivity policy management system

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020087882A1 (en) * 2000-03-16 2002-07-04 Bruce Schneier Mehtod and system for dynamic network intrusion monitoring detection and response
US20030061506A1 (en) * 2001-04-05 2003-03-27 Geoffrey Cooper System and method for security policy
US6597957B1 (en) * 1999-12-20 2003-07-22 Cisco Technology, Inc. System and method for consolidating and sorting event data
US6609205B1 (en) * 1999-03-18 2003-08-19 Cisco Technology, Inc. Network intrusion detection signature analysis using decision graphs
US20030188189A1 (en) * 2002-03-27 2003-10-02 Desai Anish P. Multi-level and multi-platform intrusion detection and response system
US20040193943A1 (en) * 2003-02-13 2004-09-30 Robert Angelino Multiparameter network fault detection system using probabilistic and aggregation analysis
US20050015624A1 (en) * 2003-06-09 2005-01-20 Andrew Ginter Event monitoring and management
US7124375B1 (en) * 1999-05-11 2006-10-17 California Institute Of Technology Color monitoring and analysis for color vision deficient individuals
US20070050777A1 (en) * 2003-06-09 2007-03-01 Hutchinson Thomas W Duration of alerts and scanning of large data stores
US7272646B2 (en) * 2000-06-16 2007-09-18 Securify, Inc. Network monitor internals description

Family Cites Families (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5953263A (en) * 1997-02-10 1999-09-14 Rambus Inc. Synchronous memory device having a programmable register and method of controlling same
US6377987B1 (en) * 1999-04-30 2002-04-23 Cisco Technology, Inc. Mechanism for determining actual physical topology of network based on gathered configuration information representing true neighboring devices
US6650641B1 (en) * 1999-07-02 2003-11-18 Cisco Technology, Inc. Network address translation using a forwarding agent
US6724750B1 (en) * 1999-12-24 2004-04-20 Lara Networks, Inc. Method for a link to a wide area network device in a home communication network
US6856614B1 (en) * 1999-12-24 2005-02-15 Lara Networks, Inc. Method for a mixed voice and data device in a home communications network
US7130297B1 (en) * 2000-03-06 2006-10-31 Sun Peter C P Architecture for a mixed voice and data network
US6895589B2 (en) * 2000-06-12 2005-05-17 Microsoft Corporation Manager component for managing input from existing serial devices and added serial and non-serial devices in a similar manner
US6745011B1 (en) * 2000-09-01 2004-06-01 Telephia, Inc. System and method for measuring wireless device and network usage and performance metrics
US20020107954A1 (en) * 2000-10-31 2002-08-08 Glen Ferguson Data model for automated server configuration
US7171690B2 (en) * 2001-08-01 2007-01-30 Mcafee, Inc. Wireless malware scanning back-end system and method
US20030084349A1 (en) * 2001-10-12 2003-05-01 Oliver Friedrichs Early warning system for network attacks
US6883057B2 (en) * 2002-02-15 2005-04-19 International Business Machines Corporation Method and apparatus embedding PCI-to-PCI bridge functions in PCI devices using PCI configuration header type 0
US20040044422A1 (en) * 2002-07-03 2004-03-04 Vadim Fux System and method for intelligent text input
US8479057B2 (en) * 2002-11-04 2013-07-02 Riverbed Technology, Inc. Aggregator for connection based anomaly detection
US7607169B1 (en) * 2002-12-02 2009-10-20 Arcsight, Inc. User interface for network security console
US7376969B1 (en) * 2002-12-02 2008-05-20 Arcsight, Inc. Real time monitoring and analysis of events from multiple network security devices
US7788722B1 (en) * 2002-12-02 2010-08-31 Arcsight, Inc. Modular agent for network security intrusion detection system
US7650638B1 (en) * 2002-12-02 2010-01-19 Arcsight, Inc. Network security monitoring system employing bi-directional communication
US8176527B1 (en) * 2002-12-02 2012-05-08 Hewlett-Packard Development Company, L. P. Correlation engine with support for time-based rules
US7219239B1 (en) * 2002-12-02 2007-05-15 Arcsight, Inc. Method for batching events for transmission by software agent
US7668953B1 (en) * 2003-11-13 2010-02-23 Cisco Technology, Inc. Rule-based network management approaches
US9401838B2 (en) * 2003-12-03 2016-07-26 Emc Corporation Network event capture and retention system
TWM253155U (en) * 2004-02-17 2004-12-11 Fine Appliance Corp Integrated storage and network function interface card
US7100132B2 (en) * 2004-03-01 2006-08-29 Agilent Technologies, Inc. Source synchronous timing extraction, cyclization and sampling
US20070180490A1 (en) * 2004-05-20 2007-08-02 Renzi Silvio J System and method for policy management
US20060282878A1 (en) * 2005-06-14 2006-12-14 Stanley James C Expression of packet processing policies using file processing rules

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6609205B1 (en) * 1999-03-18 2003-08-19 Cisco Technology, Inc. Network intrusion detection signature analysis using decision graphs
US7124375B1 (en) * 1999-05-11 2006-10-17 California Institute Of Technology Color monitoring and analysis for color vision deficient individuals
US6597957B1 (en) * 1999-12-20 2003-07-22 Cisco Technology, Inc. System and method for consolidating and sorting event data
US20020087882A1 (en) * 2000-03-16 2002-07-04 Bruce Schneier Mehtod and system for dynamic network intrusion monitoring detection and response
US7272646B2 (en) * 2000-06-16 2007-09-18 Securify, Inc. Network monitor internals description
US20030061506A1 (en) * 2001-04-05 2003-03-27 Geoffrey Cooper System and method for security policy
US20030188189A1 (en) * 2002-03-27 2003-10-02 Desai Anish P. Multi-level and multi-platform intrusion detection and response system
US20040193943A1 (en) * 2003-02-13 2004-09-30 Robert Angelino Multiparameter network fault detection system using probabilistic and aggregation analysis
US20050015624A1 (en) * 2003-06-09 2005-01-20 Andrew Ginter Event monitoring and management
US20070050777A1 (en) * 2003-06-09 2007-03-01 Hutchinson Thomas W Duration of alerts and scanning of large data stores
US20070294369A1 (en) * 2003-06-09 2007-12-20 Andrew Ginter Event monitoring and management
US20080209033A1 (en) * 2003-06-09 2008-08-28 Andrew Ginter Event monitoring and management

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090284413A1 (en) * 2006-07-04 2009-11-19 Nxp B.V. Mobile device comprising a gps receiver
US7956801B2 (en) 2006-07-04 2011-06-07 Nxp B.V. Mobile device comprising a GPS receiver
US7934087B2 (en) 2006-11-29 2011-04-26 Novell, Inc. Techniques for secure event recording and processing
US20080127299A1 (en) * 2006-11-29 2008-05-29 Novell, Inc. Techniques for secure event recording and processing
EP2020775A1 (en) * 2007-08-03 2009-02-04 Nokia Siemens Networks Oy Method of processing network related data, devices, system and computer program products
US9613099B2 (en) * 2010-10-12 2017-04-04 Qualys, Inc. Dynamic hierarchical tagging system and method
US20120158725A1 (en) * 2010-10-12 2012-06-21 Qualys, Inc. Dynamic hierarchical tagging system and method
US11902313B2 (en) 2010-10-12 2024-02-13 Qualys, Inc. Dynamic hierarchical tagging system and method
US11012460B2 (en) 2010-10-12 2021-05-18 Qualys, Inc. Dynamic hierarchical tagging system and method
US20130246565A1 (en) * 2011-09-19 2013-09-19 Qualcomn Incorporated Sending human input device commands over internet protocol
US9106651B2 (en) * 2011-09-19 2015-08-11 Qualcomm Incorporated Sending human input device commands over internet protocol
US20150358283A1 (en) * 2014-06-04 2015-12-10 Bank Of America Corporation Firewall Policy Converter
US9667596B2 (en) 2014-06-04 2017-05-30 Bank Of America Corporation Firewall policy comparison
US9391955B2 (en) * 2014-06-04 2016-07-12 Bank Of America Corporation Firewall policy converter
US20180278650A1 (en) * 2014-09-14 2018-09-27 Sophos Limited Normalized indications of compromise
US10841339B2 (en) * 2014-09-14 2020-11-17 Sophos Limited Normalized indications of compromise
CN106407815A (en) * 2016-09-30 2017-02-15 北京奇虎科技有限公司 Vulnerability detection method and device
CN106911520A (en) * 2017-04-12 2017-06-30 曙光信息产业(北京)有限公司 A kind of fault statistics method and apparatus towards HPC cluster
US20180314002A1 (en) * 2017-04-28 2018-11-01 Shinko Electric Industries Co., Ltd. Optical waveguide apparatus

Also Published As

Publication number Publication date
US9060024B2 (en) 2015-06-16
US20090276843A1 (en) 2009-11-05

Similar Documents

Publication Publication Date Title
US9060024B2 (en) Security event data normalization
JP6526895B2 (en) Automatic mitigation of electronic message based security threats
US20210288993A1 (en) Correlation-driven threat assessment and remediation
US11463457B2 (en) Artificial intelligence (AI) based cyber threat analyst to support a cyber security appliance
US7926113B1 (en) System and method for managing network vulnerability analysis systems
US8301771B2 (en) Methods, systems, and computer program products for transmission control of sensitive application-layer data
US8099782B1 (en) Event aggregation in a network
US7895649B1 (en) Dynamic rule generation for an enterprise intrusion detection system
US8407798B1 (en) Method for simulation aided security event management
US8997236B2 (en) System, method and computer readable medium for evaluating a security characteristic
US8108930B2 (en) Secure self-organizing and self-provisioning anomalous event detection systems
JP2016053979A (en) System and method for local protection against malicious software
US8856315B2 (en) Device classification system
CN103746956A (en) Virtual honeypot
Onwubiko Cocoa: An ontology for cybersecurity operations centre analysis process
CN110210213A (en) The method and device of filtering fallacious sample, storage medium, electronic device
US7634809B1 (en) Detecting unsanctioned network servers
US9027120B1 (en) Hierarchical architecture in a network security system
Hermanowski Open source security information management system supporting it security audit
Koulouris et al. SDN4S: Software defined networking for security
Nikolaienko et al. Application of the Threat Intelligence platformto increase the security of governmentinformation resources
Kothari Intrusion detection interoperability and standardization
US20240064158A1 (en) Automatic threat actor attribution based on multiple evidence
CN113726761A (en) Network security protection method based on white list
WO2023055971A1 (en) Entity attribute designation based on logic programming

Legal Events

Date Code Title Description
AS Assignment

Owner name: HIGH TOWER SOFTWARE, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:RATEL, RAJESH;REEL/FRAME:017069/0816

Effective date: 20050920

AS Assignment

Owner name: NETFORENSICS, INC., NEW JERSEY

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:HIGH TOWER SOFTWARE, INC.;REEL/FRAME:022607/0271

Effective date: 20090206

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION