[go: up one dir, main page]

US20150304333A1 - Network Zone Identification In A Network Security System - Google Patents

Network Zone Identification In A Network Security System Download PDF

Info

Publication number
US20150304333A1
US20150304333A1 US14/753,210 US201514753210A US2015304333A1 US 20150304333 A1 US20150304333 A1 US 20150304333A1 US 201514753210 A US201514753210 A US 201514753210A US 2015304333 A1 US2015304333 A1 US 2015304333A1
Authority
US
United States
Prior art keywords
zone
network
agent
security event
zones
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
US14/753,210
Inventor
Kenny Tidwell
Christian Beedgen
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.)
Hewlett Packard Enterprise Development LP
Original Assignee
Hewlett Packard Development Co LP
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 Hewlett Packard Development Co LP filed Critical Hewlett Packard Development Co LP
Priority to US14/753,210 priority Critical patent/US20150304333A1/en
Publication of US20150304333A1 publication Critical patent/US20150304333A1/en
Assigned to HEWLETT PACKARD ENTERPRISE DEVELOPMENT LP reassignment HEWLETT PACKARD ENTERPRISE DEVELOPMENT LP ASSIGNMENT OF ASSIGNOR'S INTEREST Assignors: HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P.
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/10Network architectures or network communication protocols for network security for controlling access to devices or network resources
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/02Network architectures or network communication protocols for network security for separating internal from external traffic, e.g. firewalls
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/10Network architectures or network communication protocols for network security for controlling access to devices or network resources
    • H04L63/101Access control lists [ACL]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/14Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic
    • H04L63/1408Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic by monitoring network traffic
    • 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

Definitions

  • the present invention relates to a computer-based system for capturing security events from heterogeneous and homogenous sources, and specifically to correlating a number of security events.
  • Intrusion detection may be regarded as the art of detecting inappropriate, incorrect or anomalous activity within or concerning a computer network or system.
  • the most common approaches to intrusion detection are statistical anomaly detection and pattern-matching detection.
  • IDS that operate on a host to detect malicious activity on that host are called host-based IDS (HIDS), which may exist in the form of host wrappers/personal firewalls or agent-based software, and those that operate on network data flows are called network-based IDS (NIDS).
  • HIDS host-based IDS
  • NIDS network-based IDS
  • Host-based intrusion detection involves loading software on the system (the host) to be monitored and using log files and/or the host's auditing agents as sources of data.
  • a network-based intrusion detection system monitors the traffic on its network segment and uses that traffic as a data source. Packets captured by the network interface cards are considered to be of interest if they match a signature.
  • Knowledge-based intrusion detection techniques involve comparing the captured data to information regarding known techniques to exploit vulnerabilities. When a match is detected, an alarm is triggered.
  • Behavior-based intrusion detection techniques attempt to spot intrusions by observing deviations from normal or expected behaviors of the system or the users (models of which are extracted from reference information collected by various means). When a suspected deviation is observed, an alarm is generated.
  • an intrusion detection system is only as useful as its ability to discriminate between normal system usage and true intrusions (accompanied by appropriate alerts). If intrusions can be detected and the appropriate personnel notified in a prompt fashion, measures can be taken to avoid compromises to the protected system. Otherwise such safeguarding cannot be provided. Accordingly, what is needed is a system that can provide accurate and timely intrusion detection and alert generation so as to effectively combat attempts to compromise a computer network or system.
  • the present invention includes a distributed agent of a security system receiving a security event from a network device monitored by the agent.
  • the agent normalizes the security event into an event schema including one or more zone fields.
  • the agent also determines one or more zones associated with the received security event, the one or more zones each describing a part of a network, and populates the one or more zone fields using the determined one or more zones.
  • FIG. 1 is a block diagram of a network security system according to one embodiment of the present invention.
  • FIG. 2 is a block diagram a distributed network security system according to one embodiment of the present invention.
  • FIG. 3 is a block diagram of a software agent according to one embodiment of the present invention.
  • FIG. 4 is a flow diagram illustrating zone mapping according to one embodiment of the present invention.
  • one embodiment of the present invention is instantiated in computer software, that is, computer readable instructions, which, when executed by one or more computer processors/systems, instruct the processors/systems to perform the designated actions.
  • Such computer software may be resident in one or more computer readable media, such as hard drives, CD-ROMs, DVD-ROMs, read-only memory, read-write memory and so on.
  • Such software may be distributed on one or more of these media, or may be made available for download across one or more computer networks (e.g., the Internet).
  • the computer programming, rendering and processing techniques discussed herein are simply examples of the types of programming, rendering and processing techniques that may be used to implement aspects of the present invention. These examples should in no way limit the present invention, which is best understood with reference to the claims that follow this description.
  • System 10 includes agents 12 , one or more managers 14 and one or more consoles 16 (which may include browser-based versions thereof).
  • agents, managers and/or consoles may be combined in a single platform or distributed in two, three or more platforms (such as in the illustrated example).
  • the use of this multi-tier architecture supports scalability as a computer network or system grows.
  • Agents 12 are software programs that provide efficient, real-time (or near real-time) local event data capture and filtering from a variety of network security devices and/or applications.
  • the primary sources of security events are common network security devices, such as firewalls, intrusion detection systems and operating system logs.
  • Agents 12 can collect events from any source that produces event logs or messages and can operate at the native device, at consolidation points within the network, and/or through simple network management protocol (SNMP) traps.
  • SNMP simple network management protocol
  • Agents 12 are configurable through both manual and automated processes and via associated configuration files.
  • Each agent 12 may include one or more software modules including a normalizing component, a time correction component, an aggregation component, a batching component, a resolver component, a transport component, and/or additional components. These components may be activated and/or deactivated through appropriate commands in the configuration file.
  • Managers 14 may be server-based components that further consolidate, filter and cross-correlate events received from the agents, employing a rules engine 18 and a centralized event database 20 .
  • One role of manager 14 is to capture and store all of the real-time and historic event data to construct (via database manager 22 ) a complete, enterprise-wide picture of security activity.
  • the manager 14 also provides centralized administration, notification (through one or more notifiers 24 ), and reporting, as well as a knowledge base 28 and case management workflow.
  • the manager 14 may be deployed on any computer hardware platform and one embodiment utilizes a relational database management system such as an OracleTM database to implement the event data store component.
  • manager 14 and agents 12 may be bi-directional (e.g., to allow manager 14 to transmit commands to the platforms hosting agents 12 ) and encrypted.
  • managers 14 may act as concentrators for multiple agents 12 and can forward information to other managers (e.g., deployed at a corporate headquarters).
  • Consoles 16 are computer- (e.g., workstation-) based applications that allow security professionals to perform day-to-day administrative and operation tasks such as event monitoring, rules authoring, incident investigation and reporting. Access control lists allow multiple security professionals to use the same system and event database, with each having their own views, correlation rules, alerts, reports and knowledge base appropriate to their responsibilities. A single manager 14 can support multiple consoles 16 .
  • a browser-based version of the console 16 may be used to provide access to security events, knowledge base articles, reports, notifications and cases. That is, the manager 14 may include a web server component accessible via a web browser hosted on a personal or handheld computer (which takes the place of console 16 ) to provide some or all of the functionality of a console 16 . Browser access is particularly useful for security professionals that are away from the consoles 16 and for part-time users. Communication between consoles 16 and manager 12 is bi-directional and may be encrypted.
  • the present invention can support a centralized or decentralized environment. This is useful because an organization may want to implement a single instance of system 10 and use an access control list to partition users. Alternatively, the organization may choose to deploy separate systems 10 for each of a number of groups and consolidate the results at a “master” level. Such a deployment can also achieve a “follow-the-sun” arrangement where geographically dispersed peer groups collaborate with each other by passing primary oversight responsibility to the group currently working standard business hours. Systems 10 can also be deployed in a corporate hierarchy where business divisions work separately and support a rollup to a centralized management function.
  • FIG. 1 The exemplary network security system illustrated in FIG. 1 is described in further detail in U.S. application Ser. No. 10/308,415, entitled “Real Time Monitoring and Analysis of Events from Multiple Security Devices”, filed Dec. 2, 2002, which is hereby incorporated fully by reference.
  • the agents 12 described above are configured, in one embodiment, to perform various pre-correlation processing on the security events they observe at their respective monitor devices.
  • An agent 12 can normalize observed events (i.e., map events to some universal schema used by the network security system 10 ), aggregate events to save memory and bandwidth, and batch events for efficient transmission.
  • observed events i.e., map events to some universal schema used by the network security system 10
  • aggregate events i.e., aggregate events to save memory and bandwidth
  • batch events for efficient transmission.
  • agent 12 functionalities, and others are described in further detail in U.S. application Ser. No. 10/308,584, entitled “Method for Aggregating Events to be Reported by software agent”, filed Dec. 2, 2002, which is hereby incorporated fully by reference.
  • FIG. 2 shows a configuration in which agents 12 are distributed at multiple remote sites that are connected to the Internet 54 .
  • Agent 12 ( d ) collects events from monitor device 42 , which monitors the Denver LAN 30 .
  • Agent 12 ( e ) collects events from monitor device 44 , which monitors the Austin LAN 32 .
  • the manager 14 collecting the security events from the agents 12 can be located at a third site, e.g., the Los Angeles headquarters, or at either site shown in FIG. 2 .
  • the Denver LAN 30 shares an address space with the Austin LAN 32 . Since IP addresses are scarce and/or expensive, many companies reuse the same address range in two or more network segments. Using network address translation (“NAT” also referred to as “nattting”) implemented for example in routers 34 and 46 , packets can be routed off the local network segments without confusion. However, the Manager 14 may have difficulty distinguishing IP addresses contained in security event fields.
  • NAT network address translation
  • agent 12 ( d ) may collect an attack by machine 38 targeted at fax 36
  • agent 12 ( e ) may collect an attack by machine 52 targeted at machine 50 . If machine 52 has the same IP address as machine 38 , then the source IP of both security events representing the attacks will be the same. This may cause confusion and possible faulty correlation at the manager 14 .
  • a zone describes a part of the network, such as “Denver LAN.” Zones may be on a smaller scale as well, or sub-zones can be further defined, such as “Denver: Engineering.” Any range of IP addresses, or any collection of non-consecutive IP addresses can be designated as a zone.
  • zone labeling is performed by the agents 12 .
  • zone labeling can be a part of the normalization process, but it may be performed at any time during event processing.
  • each security event has one zone field to be populated by a label of the zone that the monitor device and the agent 12 monitor. For example, agent 12 ( e ) would label each event as “Austin Zone.”
  • multiple zone fields can identify various zones associated with the security event.
  • a security event includes the zones of the source of the event, the destination of the event, the monitor device that is responsible for the original event, and the agent 12 that generated the normalized event. These zones can be used to populate event fields having some descriptive name, such as “Device Zone,” “Source Zone,” “Destination Zone,” “Agent Zone,” and other similar names.
  • the zone field contains a zone reference identifier that can be used to address into a table containing additional zone attributes, such as zone name, the zone's external identifier, and various other values or identifiers associated with the zone.
  • zone field may contain any of these attributes directly.
  • each event can have several zone fields for each zone identified, such as “Agent Zone ID,” “Agent Zone Name,” and so on.
  • the attacker machine 38 may be in zone “Denver: Engineering,” the target router 34 may be in zone “Denver: DMZ,” the monitor device may be in zone “Denver: IT,” and the agent 12 ( d ) may be in yet another zone, or also in the “Denver: IT” zone.
  • the agent 12 ( d ) may be in yet another zone, or also in the “Denver: IT” zone.
  • Various other entities and their zones may be included in other embodiments of security events.
  • agent 12 configured to perform zone identification is now described with reference to FIG. 3 .
  • unprocessed security events from the monitor device (e.g. IDS) associated with the agent 12 are collected by the agent 12 in an input buffer 60 .
  • This information is then used by the agent normalize module 62 , which is configured to map the data contained in the unprocessed security events to a normalized event schema.
  • the event fields included in the event schema include various zone fields. In one embodiment, these include a zone associated with an event source, a zone associated with an event destination, a zone associated with the monitor device, and a zone associated with the agent.
  • these fields are populated by a zone mapper 66 .
  • the zone mapper accesses a zone table 64 .
  • the zone table associates ranges of IP addresses with zones.
  • An example zone table is shown in Table 1 below:
  • a real world zone table 64 may specify one hundred or more zones, and cover the entire range of possible IP addresses.
  • the zone mapper 66 thus uses the zone table 64 to map certain IP addresses to zones according to the associations provided by the zone table 64 . For example, in the source IP of an event is 192.168.0.55, then the zone mapper 66 would populate the “Source Zone” filed with “Denver: Engineering.”
  • the zone table 64 shown in Table 1 would be resident on agent 12 ( d ) on the Denver LAN 30 .
  • the zone table 64 of agent 12 ( e ) describes the zones of the Austin LAN 32 instead of the Denver LAN 30 in the same IP address range.
  • the agent receives the raw unprocessed security event from the monitor device, such as a firewall, router, or IDS.
  • the agent determines the zone to which the source of the security event belongs.
  • the agent determines the zone to which the destination of the security event belongs. If the destination is not on the local network monitored by the device associated with the agent, then the zone of the destination may not be accurately determined, since the destination IP address may be translated before delivery at a remote site.
  • the agent determines the zone to which the monitor device that generated the security event belongs. Since the monitor device will generally not shift zones on a regular basis, the device zone may be fixed at agent configuration. In one embodiment, the device IP address is mapped to a zone for each security event.
  • the agent determines the zone to which the agent itself belongs. Since the agent will generally not shift zones on a regular basis, the agent zone may be fixed at agent configuration. In one embodiment, the agent's IP address is mapped to a zone for each security event.
  • the agent In block 112 , the agent generates a normalized security event. In one embodiment, this includes populating the various zone fields with the appropriate zones determined in blocks 104 , 106 , 108 , and 110 .
  • the normalized event may undergo additional processing before being sent on to a manager.
  • zones other than the four zones discussed above can also be determined and used to further identify the security event, such as a target and attacker zones, where there are different from source and destination.
  • less than four zones may be used.
  • only one of the four zones discussed above is used, e.g., the monitor device zone.
  • Other embodiments can use any two or any three of the zones discussed above.
  • the manager 14 can use the zone fields of the normalized security events in any number of ways. In one embodiment, it can use it to keep track of events from various network segments with overlapping address spaces. Correlation rules can also be created that respond to the observation of certain zones, such as prohibited zones. Furthermore, by distributing the zone identification to the agents, the manager 14 is spared this computational task.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Computer And Data Communications (AREA)

Abstract

Different network segments can have overlapping address spaces. In one embodiment, the present invention includes a distributed agent of a security system receiving a security event from a network device monitored by the agent. In one embodiment, the agent normalizes the security event into an event schema including one or more zone fields. In one embodiment, the agent also determines one or more zones associated with the received security event, the one or more zones each describing a part of a network, and populates the one or more zone fields using the determined one or more zones.

Description

    FIELD OF THE INVENTION
  • The present invention relates to a computer-based system for capturing security events from heterogeneous and homogenous sources, and specifically to correlating a number of security events.
  • BACKGROUND
  • Computer networks and systems have become indispensable tools for modern business. Today terabits of information on virtually every subject imaginable are stored in and accessed across such networks by users throughout the world. Much of this information is, to some degree, confidential and its protection is required. Not surprisingly then, intrusion detection systems (IDS) have been developed to help uncover attempts by unauthorized persons and/or devices to gain access to computer networks and the information stored therein. In addition, network devices such as routers and firewalls maintain activity logs that can be used to examine such attempts.
  • Intrusion detection may be regarded as the art of detecting inappropriate, incorrect or anomalous activity within or concerning a computer network or system. The most common approaches to intrusion detection are statistical anomaly detection and pattern-matching detection. IDS that operate on a host to detect malicious activity on that host are called host-based IDS (HIDS), which may exist in the form of host wrappers/personal firewalls or agent-based software, and those that operate on network data flows are called network-based IDS (NIDS). Host-based intrusion detection involves loading software on the system (the host) to be monitored and using log files and/or the host's auditing agents as sources of data. In contrast, a network-based intrusion detection system monitors the traffic on its network segment and uses that traffic as a data source. Packets captured by the network interface cards are considered to be of interest if they match a signature.
  • Regardless of the data source, there are two complementary approaches to detecting intrusions: knowledge-based approaches and behavior-based approaches. Almost all IDS tools in use today are knowledge-based. Knowledge-based intrusion detection techniques involve comparing the captured data to information regarding known techniques to exploit vulnerabilities. When a match is detected, an alarm is triggered. Behavior-based intrusion detection techniques, on the other hand, attempt to spot intrusions by observing deviations from normal or expected behaviors of the system or the users (models of which are extracted from reference information collected by various means). When a suspected deviation is observed, an alarm is generated.
  • Advantages of the knowledge-based approaches are that they have the potential for very low false alarm rates, and the contextual analysis proposed by the intrusion detection system is detailed, making it easier for a security officer using such an intrusion detection system to take preventive or corrective action. Drawbacks include the difficulty in gathering the required information on the known attacks and keeping it up to date with new vulnerabilities and environments.
  • Advantages of behavior-based approaches are that they can detect attempts to exploit new and unforeseen vulnerabilities. They are also less dependent on system specifics. However, the high false alarm rate is generally cited as a significant drawback of these techniques and because behaviors can change over time, the incidence of such false alarms can increase.
  • Regardless of whether a host-based or a network-based implementation is adopted and whether that implementation is knowledge-based or behavior-based, an intrusion detection system is only as useful as its ability to discriminate between normal system usage and true intrusions (accompanied by appropriate alerts). If intrusions can be detected and the appropriate personnel notified in a prompt fashion, measures can be taken to avoid compromises to the protected system. Otherwise such safeguarding cannot be provided. Accordingly, what is needed is a system that can provide accurate and timely intrusion detection and alert generation so as to effectively combat attempts to compromise a computer network or system.
  • SUMMARY OF THE INVENTION
  • Different network segments can have overlapping address spaces. In one embodiment, the present invention includes a distributed agent of a security system receiving a security event from a network device monitored by the agent. In one embodiment, the agent normalizes the security event into an event schema including one or more zone fields. In one embodiment, the agent also determines one or more zones associated with the received security event, the one or more zones each describing a part of a network, and populates the one or more zone fields using the determined one or more zones.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The present invention is illustrated by way of example, and not limitation, in the figures of the accompanying drawings in which:
  • FIG. 1 is a block diagram of a network security system according to one embodiment of the present invention;
  • FIG. 2 is a block diagram a distributed network security system according to one embodiment of the present invention;
  • FIG. 3 is a block diagram of a software agent according to one embodiment of the present invention; and
  • FIG. 4 is a flow diagram illustrating zone mapping according to one embodiment of the present invention.
  • DETAILED DESCRIPTION
  • Although the present system will be discussed with reference to various illustrated examples, these examples should not be read to limit the broader spirit and scope of the present invention. For example, the examples presented herein describe distributed agents, managers and consoles, which are but one embodiment of the present invention. The general concepts and reach of the present invention are much broader and may extend to any computer-based or network-based security system. Also, examples of the messages that may be passed to and from the components of the system and the data schemas that may be used by components of the system are given in an attempt to further describe the present invention, but are not meant to be all-inclusive examples and should not be regarded as such.
  • Some portions of the detailed description that follows are presented in terms of algorithms and symbolic representations of operations on data within a computer memory. These algorithmic descriptions and representations are the means used by those skilled in the computer science arts to most effectively convey the substance of their work to others skilled in the art. An algorithm is here, and generally, conceived to be a self-consistent sequence of steps leading to a desired result. The steps are those requiring physical manipulations of physical quantities. Usually, though not necessarily, these quantities take the form of electrical or magnetic signals capable of being stored, transferred, combined, compared and otherwise manipulated. It has proven convenient at times, principally for reasons of common usage, to refer to these signals as bits, values, elements, symbols, characters, terms, numbers or the like. It should be borne in mind, however, that all of these and similar terms are to be associated with the appropriate physical quantities and are merely convenient labels applied to these quantities. Unless specifically stated otherwise, it will be appreciated that throughout the description of the present invention, use of terms such as “processing”, “computing”, “calculating”, “determining”, “displaying” or the like, refer to the action and processes of a computer system, or similar electronic computing device, that manipulates and transforms data represented as physical (electronic) quantities within the computer system's registers and memories into other data similarly represented as physical quantities within the computer system memories or registers or other such information storage, transmission or display devices.
  • As indicated above, one embodiment of the present invention is instantiated in computer software, that is, computer readable instructions, which, when executed by one or more computer processors/systems, instruct the processors/systems to perform the designated actions. Such computer software may be resident in one or more computer readable media, such as hard drives, CD-ROMs, DVD-ROMs, read-only memory, read-write memory and so on. Such software may be distributed on one or more of these media, or may be made available for download across one or more computer networks (e.g., the Internet). Regardless of the format, the computer programming, rendering and processing techniques discussed herein are simply examples of the types of programming, rendering and processing techniques that may be used to implement aspects of the present invention. These examples should in no way limit the present invention, which is best understood with reference to the claims that follow this description.
  • Referring now to FIG. 1, an example of a computer-based network security system 10 architected in accordance with an embodiment of the present invention is illustrated. System 10 includes agents 12, one or more managers 14 and one or more consoles 16 (which may include browser-based versions thereof). In some embodiments, agents, managers and/or consoles may be combined in a single platform or distributed in two, three or more platforms (such as in the illustrated example). The use of this multi-tier architecture supports scalability as a computer network or system grows.
  • Agents 12 are software programs that provide efficient, real-time (or near real-time) local event data capture and filtering from a variety of network security devices and/or applications. The primary sources of security events are common network security devices, such as firewalls, intrusion detection systems and operating system logs. Agents 12 can collect events from any source that produces event logs or messages and can operate at the native device, at consolidation points within the network, and/or through simple network management protocol (SNMP) traps.
  • Agents 12 are configurable through both manual and automated processes and via associated configuration files. Each agent 12 may include one or more software modules including a normalizing component, a time correction component, an aggregation component, a batching component, a resolver component, a transport component, and/or additional components. These components may be activated and/or deactivated through appropriate commands in the configuration file.
  • Managers 14 may be server-based components that further consolidate, filter and cross-correlate events received from the agents, employing a rules engine 18 and a centralized event database 20. One role of manager 14 is to capture and store all of the real-time and historic event data to construct (via database manager 22) a complete, enterprise-wide picture of security activity. The manager 14 also provides centralized administration, notification (through one or more notifiers 24), and reporting, as well as a knowledge base 28 and case management workflow. The manager 14 may be deployed on any computer hardware platform and one embodiment utilizes a relational database management system such as an Oracle™ database to implement the event data store component. Communications between manager 14 and agents 12 may be bi-directional (e.g., to allow manager 14 to transmit commands to the platforms hosting agents 12) and encrypted. In some installations, managers 14 may act as concentrators for multiple agents 12 and can forward information to other managers (e.g., deployed at a corporate headquarters).
  • Consoles 16 are computer- (e.g., workstation-) based applications that allow security professionals to perform day-to-day administrative and operation tasks such as event monitoring, rules authoring, incident investigation and reporting. Access control lists allow multiple security professionals to use the same system and event database, with each having their own views, correlation rules, alerts, reports and knowledge base appropriate to their responsibilities. A single manager 14 can support multiple consoles 16.
  • In some embodiments, a browser-based version of the console 16 may be used to provide access to security events, knowledge base articles, reports, notifications and cases. That is, the manager 14 may include a web server component accessible via a web browser hosted on a personal or handheld computer (which takes the place of console 16) to provide some or all of the functionality of a console 16. Browser access is particularly useful for security professionals that are away from the consoles 16 and for part-time users. Communication between consoles 16 and manager 12 is bi-directional and may be encrypted.
  • Through the above-described architecture the present invention can support a centralized or decentralized environment. This is useful because an organization may want to implement a single instance of system 10 and use an access control list to partition users. Alternatively, the organization may choose to deploy separate systems 10 for each of a number of groups and consolidate the results at a “master” level. Such a deployment can also achieve a “follow-the-sun” arrangement where geographically dispersed peer groups collaborate with each other by passing primary oversight responsibility to the group currently working standard business hours. Systems 10 can also be deployed in a corporate hierarchy where business divisions work separately and support a rollup to a centralized management function.
  • The exemplary network security system illustrated in FIG. 1 is described in further detail in U.S. application Ser. No. 10/308,415, entitled “Real Time Monitoring and Analysis of Events from Multiple Security Devices”, filed Dec. 2, 2002, which is hereby incorporated fully by reference.
  • The agents 12 described above are configured, in one embodiment, to perform various pre-correlation processing on the security events they observe at their respective monitor devices. An agent 12, for example, can normalize observed events (i.e., map events to some universal schema used by the network security system 10), aggregate events to save memory and bandwidth, and batch events for efficient transmission. Such agent 12 functionalities, and others, are described in further detail in U.S. application Ser. No. 10/308,584, entitled “Method for Aggregating Events to be Reported by software agent”, filed Dec. 2, 2002, which is hereby incorporated fully by reference.
  • Another configuration of the network security system 10 is illustrated by a simplified diagram in FIG. 2. FIG. 2 shows a configuration in which agents 12 are distributed at multiple remote sites that are connected to the Internet 54. Agent 12(d) collects events from monitor device 42, which monitors the Denver LAN 30. Similarly Agent 12(e) collects events from monitor device 44, which monitors the Austin LAN 32. The manager 14 collecting the security events from the agents 12 can be located at a third site, e.g., the Los Angeles headquarters, or at either site shown in FIG. 2.
  • In one embodiment, the Denver LAN 30 shares an address space with the Austin LAN 32. Since IP addresses are scarce and/or expensive, many companies reuse the same address range in two or more network segments. Using network address translation (“NAT” also referred to as “nattting”) implemented for example in routers 34 and 46, packets can be routed off the local network segments without confusion. However, the Manager 14 may have difficulty distinguishing IP addresses contained in security event fields.
  • For example, agent 12(d) may collect an attack by machine 38 targeted at fax 36, while agent 12(e) may collect an attack by machine 52 targeted at machine 50. If machine 52 has the same IP address as machine 38, then the source IP of both security events representing the attacks will be the same. This may cause confusion and possible faulty correlation at the manager 14.
  • Various issues related to address translation are overcome in one embodiment of the present invention using zone labeling. In one embodiment, a zone describes a part of the network, such as “Denver LAN.” Zones may be on a smaller scale as well, or sub-zones can be further defined, such as “Denver: Engineering.” Any range of IP addresses, or any collection of non-consecutive IP addresses can be designated as a zone.
  • In one embodiment, zone labeling is performed by the agents 12. In one embodiment, zone labeling can be a part of the normalization process, but it may be performed at any time during event processing. In one embodiment, each security event has one zone field to be populated by a label of the zone that the monitor device and the agent 12 monitor. For example, agent 12(e) would label each event as “Austin Zone.”
  • In another embodiment, multiple zone fields can identify various zones associated with the security event. In one embodiment, a security event includes the zones of the source of the event, the destination of the event, the monitor device that is responsible for the original event, and the agent 12 that generated the normalized event. These zones can be used to populate event fields having some descriptive name, such as “Device Zone,” “Source Zone,” “Destination Zone,” “Agent Zone,” and other similar names.
  • In one embodiment, the zone field contains a zone reference identifier that can be used to address into a table containing additional zone attributes, such as zone name, the zone's external identifier, and various other values or identifiers associated with the zone. In another embodiment, the zone field may contain any of these attributes directly. In yet another embodiment, each event can have several zone fields for each zone identified, such as “Agent Zone ID,” “Agent Zone Name,” and so on.
  • Such labeling is even more useful when zones are on a smaller scale than entire facility networks. For example, the attacker machine 38 may be in zone “Denver: Engineering,” the target router 34 may be in zone “Denver: DMZ,” the monitor device may be in zone “Denver: IT,” and the agent 12(d) may be in yet another zone, or also in the “Denver: IT” zone. Various other entities and their zones may be included in other embodiments of security events.
  • One embodiment of an agent 12 configured to perform zone identification is now described with reference to FIG. 3. In one embodiment, unprocessed security events from the monitor device (e.g. IDS) associated with the agent 12 are collected by the agent 12 in an input buffer 60. This information is then used by the agent normalize module 62, which is configured to map the data contained in the unprocessed security events to a normalized event schema. In one embodiment, the event fields included in the event schema include various zone fields. In one embodiment, these include a zone associated with an event source, a zone associated with an event destination, a zone associated with the monitor device, and a zone associated with the agent.
  • In one embodiment, these fields are populated by a zone mapper 66. The zone mapper accesses a zone table 64. In one embodiment, the zone table associates ranges of IP addresses with zones. An example zone table is shown in Table 1 below:
  • TABLE 1
    IP Address Range Zone Name
    9.0.0.0-9.255.255.255 Public Address Space: IBM
    56.0.0.0-56.255.255.255 Public Address Space: US
    Postal Service
    191.0.0.0-192.0.1.255   Public Address Space
    192.168.0.0-192.168.0.64    Denver: Engineering
    192.168.0.64-192.168.0.128    Denver: Marketing
    192.168.0.128-192.168.0.255    Denver: DMZ
    192.168.0.255-192.168.255.255   Private Address Space
    197.0.0.0-197.255.255.255 Dark Address Space
  • Table 1 above is only a simplified example. A real world zone table 64 may specify one hundred or more zones, and cover the entire range of possible IP addresses. The zone mapper 66 thus uses the zone table 64 to map certain IP addresses to zones according to the associations provided by the zone table 64. For example, in the source IP of an event is 192.168.0.55, then the zone mapper 66 would populate the “Source Zone” filed with “Denver: Engineering.”
  • In one embodiment, the zone table 64 shown in Table 1 would be resident on agent 12(d) on the Denver LAN 30. In one embodiment, the zone table 64 of agent 12(e) describes the zones of the Austin LAN 32 instead of the Denver LAN 30 in the same IP address range.
  • One embodiment of zone identification is now described with reference to FIG. 4. In block 102, the agent receives the raw unprocessed security event from the monitor device, such as a firewall, router, or IDS. In block 104, the agent determines the zone to which the source of the security event belongs.
  • In block 106, the agent determines the zone to which the destination of the security event belongs. If the destination is not on the local network monitored by the device associated with the agent, then the zone of the destination may not be accurately determined, since the destination IP address may be translated before delivery at a remote site.
  • In block 108, the agent determines the zone to which the monitor device that generated the security event belongs. Since the monitor device will generally not shift zones on a regular basis, the device zone may be fixed at agent configuration. In one embodiment, the device IP address is mapped to a zone for each security event.
  • In block 110, the agent determines the zone to which the agent itself belongs. Since the agent will generally not shift zones on a regular basis, the agent zone may be fixed at agent configuration. In one embodiment, the agent's IP address is mapped to a zone for each security event.
  • In block 112, the agent generates a normalized security event. In one embodiment, this includes populating the various zone fields with the appropriate zones determined in blocks 104, 106, 108, and 110. The normalized event may undergo additional processing before being sent on to a manager.
  • In other embodiments, zones other than the four zones discussed above can also be determined and used to further identify the security event, such as a target and attacker zones, where there are different from source and destination. In yet other embodiments, less than four zones may be used. In one embodiment, only one of the four zones discussed above is used, e.g., the monitor device zone. Other embodiments can use any two or any three of the zones discussed above.
  • The manager 14 can use the zone fields of the normalized security events in any number of ways. In one embodiment, it can use it to keep track of events from various network segments with overlapping address spaces. Correlation rules can also be created that respond to the observation of certain zones, such as prohibited zones. Furthermore, by distributing the zone identification to the agents, the manager 14 is spared this computational task.
  • Thus, a network security system has been described. In the forgoing description, various specific values and data structures were given names, such as “security event” and “zone table,” and various specific modules, such as “agents” and “agent normalize module” have been described. However, these names are merely to describe and illustrate various aspects of the present invention, and in no way limit the scope of the present invention. Furthermore, various modules, such as the manager 14, and the agents 12 in FIG. 1, can be implemented as software or hardware modules, or without dividing their functionalities into modules at all. The present invention is not limited to any modular architecture either in software or in hardware, whether described above or not.

Claims (30)

What is claimed is:
1. A method performed by a distributed software agent of a network security system, the method comprising:
receiving a security event from a network device monitored by the agent;
normalizing the security event into an event schema including one or more zone fields;
determining one or more zones associated with the received security event, the one or more zones each describing a part of a network; and
populating the one or more zone fields using the determined one or more zones.
2. The method of claim 1, wherein determining one or more zones comprises determining a zone associated with a source of the received security event.
3. The method of claim 2, wherein determining the zone associated with the source of the received security event comprises mapping a source Internet protocol (“IP”) address to the zone associated with the source of the received security event, the zone comprising a range of IP addresses.
4. The method of claim 3, further comprising mapping the determined zone associated with the source of the received security event to a zone name, and populating a zone name field of the normalized security event.
5. The method of claim 1, wherein determining one or more zones comprises determining a zone associated with the network device monitored by the agent.
6. The method of claim 5, wherein determining the zone associated with the network device monitored by the agent comprises mapping a network device Internet protocol (“IP”) address to the zone associated with the network device responsible for generating the received security event, the zone comprising a range of IP addresses.
7. The method of claim 1, wherein determining one or more zones comprises determining a zone associated with the agent.
8. The method of claim 7, wherein determining the zone associated with agent comprises mapping an Internet protocol (“IP”) address of the agent to the zone associated with the agent, the zone comprising a range of IP addresses.
9. The method of claim 1, wherein determining one or more zones comprises determining a zone associated with a destination of the received security event.
10. The method of claim 9, wherein determining the zone associated with the destination of the received security event comprises mapping a destination Internet protocol (“IP”) address to the zone associated with the destination of the received security event, the zone comprising a range of IP addresses.
11. The method of claim 1, wherein determining one or more zones associated with the received security event comprises mapping an Internet protocol (“IP”) address to a zone, wherein the zone comprises a range of IP addresses.
12. The method of claim 11, wherein mapping the IP address to a zone comprises mapping the IP address to a zone and a sub-zone, wherein the sub-zone comprises a range of IP addresses within the range of the zone.
13. A distributed agent of a network security system, the agent comprising:
an input buffer to receive a security event from a network device monitored by the agent;
a zone table configured to provide a mapping between internet protocol (“IP”) addresses and zones;
a zone mapper to determine one or more zones associated with the received security event using the zone table; and
an agent normalize module to generate a normalized security event based on the received security event, the normalized security event including the determined one or more zones.
14. The agent of claim 13, wherein the one or more zones include a zone associated with a source of the received security event.
15. The agent claim 13, wherein the one or more zones include a zone associated with a destination of the received security event.
16. The agent of claim 13, wherein the one or more zones include a zone associated with the network device that generated the received security event.
17. The agent of claim 13, wherein the one or more zones include a zone associated with the agent.
18. A method preformed by a manager of a network security system monitoring a network, the method comprising:
receiving a first security event from a first distributed agent of the network security system, the first distributed agent configured to receive security events from a first network device monitoring a first portion of the network, the security event including an identifier of the first portion of the network; and
receiving a second security event from a second distributed agent of the network security system, the second distributed agent configured to receive security events from a second network device monitoring a second portion of the network, the second security event including an identifier of the second portion of the network.
19. The method of claim 18, wherein the first portion of the network at least partially shares an address space with the second portion of the network.
20. The method of claim 19, wherein the address space comprises a range of Internet protocol (“IP”) addresses.
21. The method of claim 18, further comprising correlating the first and the second security events using a rules engine.
22. The method of claim 18, wherein the identifier of the first portion of the network comprises an identifier of a portion of the network where a source of the first security event resides.
23. The method of claim 18, wherein the identifier of the first portion of the network comprises an identifier of a portion of the network where the first distributed agent resides.
24. The method of claim 18, wherein the identifier of the first portion of the network comprises an identifier of a portion of the network where the first network device resides.
25. A manager of a network security system, the manager comprising:
an agent manager to receive a first security event from a first distributed agent of the network security system, the first distributed agent configured to receive security events from a first network device monitoring a first portion of the network, the security event including an identifier of the first portion of the network, wherein the agent manager is also to receive a second security event from a second distributed agent of the network security system, the second distributed agent configured to receive security events from a second network device monitoring a second portion of the network, the second security event including an identifier of the second portion of the network; and
a rules engine to correlate the first and second security events using the identifier of the first portion of the network and the identifier of the second portion of the network.
26. The manager of claim 25, wherein the first portion of the network at least partially shares an address space with the second portion of the network.
27. The manager of claim 26, wherein the address space comprises a range of Internet protocol (“IP”) addresses.
28. A normalized event schema for a security event comprising:
an agent zone field to identify a zone to which a distributed agent of a network security system belongs.
29. The event schema of claim 28 further comprising:
a device zone field to identify a zone to which a monitor device that generated the security event belongs;
a source zone field to identify a zone to which a source of the security event belongs; and
a destination zone field to identify a zone to which a destination of the security event belongs.
30. A machine-readable medium having stored thereon data representing instructions that, when executed by a processor, cause the processor to perform operations comprising:
receiving a security event from a network device monitored by the agent;
normalizing the security event into an event schema including one or more zone fields;
determining one or more zones associated with the received security event, the one or more zones each describing a part of a network; and
populating the one or more zone fields using the determined one or more zones.
US14/753,210 2004-10-27 2015-06-29 Network Zone Identification In A Network Security System Abandoned US20150304333A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/753,210 US20150304333A1 (en) 2004-10-27 2015-06-29 Network Zone Identification In A Network Security System

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/974,105 US9100422B1 (en) 2004-10-27 2004-10-27 Network zone identification in a network security system
US14/753,210 US20150304333A1 (en) 2004-10-27 2015-06-29 Network Zone Identification In A Network Security System

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/974,105 Continuation US9100422B1 (en) 2004-10-27 2004-10-27 Network zone identification in a network security system

Publications (1)

Publication Number Publication Date
US20150304333A1 true US20150304333A1 (en) 2015-10-22

Family

ID=53719098

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/974,105 Active 2030-06-17 US9100422B1 (en) 2004-10-27 2004-10-27 Network zone identification in a network security system
US14/753,210 Abandoned US20150304333A1 (en) 2004-10-27 2015-06-29 Network Zone Identification In A Network Security System

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/974,105 Active 2030-06-17 US9100422B1 (en) 2004-10-27 2004-10-27 Network zone identification in a network security system

Country Status (1)

Country Link
US (2) US9100422B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110167440A1 (en) * 2010-01-05 2011-07-07 CSC Holdings, LLC Enhanced Subscriber Authentication Using Location Tracking

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9824107B2 (en) 2006-10-25 2017-11-21 Entit Software Llc Tracking changing state data to assist in computer network security
CN102239472B (en) 2008-09-05 2017-04-12 惠普发展公司,有限责任合伙企业 Efficiently store log data while supporting queries
US9565213B2 (en) * 2012-10-22 2017-02-07 Centripetal Networks, Inc. Methods and systems for protecting a secured network
US11006278B2 (en) * 2015-11-19 2021-05-11 Airwatch Llc Managing network resource permissions for applications using an application catalog
US9876810B2 (en) * 2015-12-04 2018-01-23 Raytheon Company Systems and methods for malware lab isolation
US9948664B2 (en) * 2016-07-11 2018-04-17 Petabi, Inc. Method and system for correlation and management of distributed and heterogeneous events
US10701100B2 (en) 2016-12-30 2020-06-30 Microsoft Technology Licensing, Llc Threat intelligence management in security and compliance environment
US10848501B2 (en) 2016-12-30 2020-11-24 Microsoft Technology Licensing, Llc Real time pivoting on data to model governance properties
US10579821B2 (en) 2016-12-30 2020-03-03 Microsoft Technology Licensing, Llc Intelligence and analysis driven security and compliance recommendations
US11641377B2 (en) 2020-09-22 2023-05-02 Cyborg Security, Inc. System for mapping information security configurations across technology platforms
US12284207B2 (en) 2022-10-07 2025-04-22 Cyborg Security, Inc. System for generating information security management packages through malware tracing, logging, and analysis

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030041238A1 (en) * 2001-08-15 2003-02-27 International Business Machines Corporation Method and system for managing resources using geographic location information within a network management framework
US20030056140A1 (en) * 2000-05-05 2003-03-20 Taylor David K. Help desk systems and methods for use with communications networks
US7089428B2 (en) * 2000-04-28 2006-08-08 Internet Security Systems, Inc. Method and system for managing computer security information

Family Cites Families (65)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5557742A (en) 1994-03-07 1996-09-17 Haystack Labs, Inc. Method and system for detecting intrusion into and misuse of a data processing system
US5717919A (en) 1995-10-02 1998-02-10 Sybase, Inc. Database system with methods for appending data records by partitioning an object into multiple page chains
US5956404A (en) 1996-09-30 1999-09-21 Schneier; Bruce Digital signature with auditing bits
US5850516A (en) 1996-12-23 1998-12-15 Schneier; Bruce Method and apparatus for analyzing information systems using stored tree database structures
US6192034B1 (en) 1997-06-30 2001-02-20 Sterling Commerce, Inc. System and method for network integrity management
US5978475A (en) 1997-07-18 1999-11-02 Counterpane Internet Security, Inc. Event auditing system
US6070244A (en) 1997-11-10 2000-05-30 The Chase Manhattan Bank Computer network security management system
US6408391B1 (en) 1998-05-06 2002-06-18 Prc Inc. Dynamic system defense for information warfare
US6275942B1 (en) 1998-05-20 2001-08-14 Network Associates, Inc. System, method and computer program product for automatic response to computer system misuse using active response modules
US6134664A (en) 1998-07-06 2000-10-17 Prc Inc. Method and system for reducing the volume of audit data and normalizing the audit data received from heterogeneous sources
US6408404B1 (en) 1998-07-29 2002-06-18 Northrop Grumman Corporation System and method for ensuring and managing situation awareness
US6321338B1 (en) 1998-11-09 2001-11-20 Sri International Network surveillance
US6839850B1 (en) 1999-03-04 2005-01-04 Prc, Inc. Method and system for detecting intrusion into and misuse of a data processing system
US6981146B1 (en) * 1999-05-17 2005-12-27 Invicta Networks, Inc. Method of communications and communication network intrusion protection methods and intrusion attempt detection system
US6694362B1 (en) 2000-01-03 2004-02-17 Micromuse Inc. Method and system for network event impact analysis and correlation with network administrators, management policies and procedures
US6871284B2 (en) * 2000-01-07 2005-03-22 Securify, Inc. Credential/condition assertion verification optimization
US7159237B2 (en) 2000-03-16 2007-01-02 Counterpane Internet Security, Inc. Method and system for dynamic network intrusion monitoring, detection and response
WO2001084775A2 (en) 2000-04-28 2001-11-08 Internet Security Systems, Inc. System and method for managing security events on a network
US20020069356A1 (en) * 2000-06-12 2002-06-06 Kwang Tae Kim Integrated security gateway apparatus
US7127743B1 (en) 2000-06-23 2006-10-24 Netforensics, Inc. Comprehensive security structure platform for network managers
US6542075B2 (en) 2000-09-28 2003-04-01 Vigilos, Inc. System and method for providing configurable security monitoring utilizing an integrated information portal
US7383191B1 (en) 2000-11-28 2008-06-03 International Business Machines Corporation Method and system for predicting causes of network service outages using time domain correlation
US7168093B2 (en) 2001-01-25 2007-01-23 Solutionary, Inc. Method and apparatus for verifying the integrity and security of computer networks and implementation of counter measures
AU2002244083A1 (en) 2001-01-31 2002-08-12 Timothy David Dodd Method and system for calculating risk in association with a security audit of a computer network
US20020162026A1 (en) * 2001-02-06 2002-10-31 Michael Neuman Apparatus and method for providing secure network communication
US6966015B2 (en) 2001-03-22 2005-11-15 Micromuse, Ltd. Method and system for reducing false alarms in network fault management systems
WO2002097587A2 (en) 2001-05-31 2002-12-05 Internet Security Systems, Inc. Method and system for implementing security devices in a network
US7043727B2 (en) 2001-06-08 2006-05-09 Micromuse Ltd. Method and system for efficient distribution of network event data
US7624444B2 (en) * 2001-06-13 2009-11-24 Mcafee, Inc. Method and apparatus for detecting intrusions on a computer system
US7516208B1 (en) 2001-07-20 2009-04-07 International Business Machines Corporation Event database management method and system for network event reporting system
US7278160B2 (en) 2001-08-16 2007-10-02 International Business Machines Corporation Presentation of correlated events as situation classes
US6928556B2 (en) 2001-08-30 2005-08-09 International Business Machines Corporation Method and apparatus in a data processing system for managing situations from correlated events
US7039953B2 (en) 2001-08-30 2006-05-02 International Business Machines Corporation Hierarchical correlation of intrusion detection events
US7379993B2 (en) 2001-09-13 2008-05-27 Sri International Prioritizing Bayes network alerts
US20030084349A1 (en) 2001-10-12 2003-05-01 Oliver Friedrichs Early warning system for network attacks
US20030093692A1 (en) 2001-11-13 2003-05-15 Porras Phillip A. Global deployment of host-based intrusion sensors
US7325248B2 (en) * 2001-11-19 2008-01-29 Stonesoft Corporation Personal firewall with location dependent functionality
US7143444B2 (en) 2001-11-28 2006-11-28 Sri International Application-layer anomaly and misuse detection
US7644151B2 (en) * 2002-01-31 2010-01-05 Lancope, Inc. Network service zone locking
US7171689B2 (en) 2002-02-25 2007-01-30 Symantec Corporation System and method for tracking and filtering alerts in an enterprise and generating alert indications for analysis
US20030221123A1 (en) 2002-02-26 2003-11-27 Beavers John B. System and method for managing alert indications in an enterprise
US20030188189A1 (en) 2002-03-27 2003-10-02 Desai Anish P. Multi-level and multi-platform intrusion detection and response system
US20040024864A1 (en) 2002-07-31 2004-02-05 Porras Phillip Andrew User, process, and application tracking in an intrusion detection system
CA2496779C (en) 2002-08-26 2011-02-15 Guardednet, Inc. Determining threat level associated with network activity
US7376969B1 (en) 2002-12-02 2008-05-20 Arcsight, Inc. Real time monitoring and analysis of events from multiple network security devices
US7219239B1 (en) 2002-12-02 2007-05-15 Arcsight, Inc. Method for batching events for transmission by software agent
US7308689B2 (en) 2002-12-18 2007-12-11 International Business Machines Corporation Method, apparatus, and program for associating related heterogeneous events in an event handler
US7483972B2 (en) 2003-01-08 2009-01-27 Cisco Technology, Inc. Network security monitoring system
US20040255167A1 (en) * 2003-04-28 2004-12-16 Knight James Michael Method and system for remote network security management
US7712133B2 (en) * 2003-06-20 2010-05-04 Hewlett-Packard Development Company, L.P. Integrated intrusion detection system and method
US6985920B2 (en) 2003-06-23 2006-01-10 Protego Networks Inc. Method and system for determining intra-session event correlation across network address translation devices
US7260844B1 (en) 2003-09-03 2007-08-21 Arcsight, Inc. Threat detection in a network security system
US7644365B2 (en) 2003-09-12 2010-01-05 Cisco Technology, Inc. Method and system for displaying network security incidents
US7333999B1 (en) 2003-10-30 2008-02-19 Arcsight, Inc. Expression editor
FR2864282A1 (en) 2003-12-17 2005-06-24 France Telecom Alarm management method for intrusion detection system, involves adding description of alarms to previous alarm, using values established by taxonomic structures, and storing added alarms in logical file system for analysis of alarms
FR2864392A1 (en) 2003-12-17 2005-06-24 France Telecom Intrusion sensing probe alarm set classifying process for use in information security system, involves constructing lattice for each alarm originated from intrusion sensing probes, and merging lattices to form general lattice
US7509677B2 (en) * 2004-05-04 2009-03-24 Arcsight, Inc. Pattern discovery in a network security system
WO2005122522A1 (en) 2004-05-10 2005-12-22 France Telecom Suppression of false alarms in alarms arising from intrusion detection probes in a monitored information system
US8850565B2 (en) 2005-01-10 2014-09-30 Hewlett-Packard Development Company, L.P. System and method for coordinating network incident response activities
US7577633B2 (en) 2005-12-08 2009-08-18 Intellitactics Inc. Self learning event parser
US7961633B2 (en) 2005-12-08 2011-06-14 Sanjeev Shankar Method and system for real time detection of threats in high volume data streams
US7437359B2 (en) 2006-04-05 2008-10-14 Arcsight, Inc. Merging multiple log entries in accordance with merge properties and mapping properties
US8108550B2 (en) 2006-10-25 2012-01-31 Hewlett-Packard Development Company, L.P. Real-time identification of an asset model and categorization of an asset to assist in computer network security
US9824107B2 (en) 2006-10-25 2017-11-21 Entit Software Llc Tracking changing state data to assist in computer network security
SG177213A1 (en) 2006-12-28 2012-01-30 Arcsight Inc Storing log data efficiently while supporting querying to assist in computer network security

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7089428B2 (en) * 2000-04-28 2006-08-08 Internet Security Systems, Inc. Method and system for managing computer security information
US20030056140A1 (en) * 2000-05-05 2003-03-20 Taylor David K. Help desk systems and methods for use with communications networks
US20030041238A1 (en) * 2001-08-15 2003-02-27 International Business Machines Corporation Method and system for managing resources using geographic location information within a network management framework

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110167440A1 (en) * 2010-01-05 2011-07-07 CSC Holdings, LLC Enhanced Subscriber Authentication Using Location Tracking
US9729930B2 (en) * 2010-01-05 2017-08-08 CSC Holdings, LLC Enhanced subscriber authentication using location tracking
US10356457B1 (en) 2010-01-05 2019-07-16 CSC Holdings, LLC Enhanced subscriber authentication using location tracking
US10917678B1 (en) 2010-01-05 2021-02-09 CSC Holdings, LLC Enhanced subscriber authentication using location tracking

Also Published As

Publication number Publication date
US9100422B1 (en) 2015-08-04

Similar Documents

Publication Publication Date Title
US20150304333A1 (en) Network Zone Identification In A Network Security System
US7644438B1 (en) Security event aggregation at software agent
US8230507B1 (en) Modular agent for network security intrusion detection system
US7650638B1 (en) Network security monitoring system employing bi-directional communication
US7376969B1 (en) Real time monitoring and analysis of events from multiple network security devices
US8176527B1 (en) Correlation engine with support for time-based rules
US7219239B1 (en) Method for batching events for transmission by software agent
CA2660054C (en) Real-time identification of an asset model and categorization of an asset to assist in computer network security
US7607169B1 (en) User interface for network security console
US8065732B1 (en) Object reference in a system
US7984502B2 (en) Pattern discovery in a network system
US8015604B1 (en) Hierarchical architecture in a network security system
US20030084349A1 (en) Early warning system for network attacks
CN105915532A (en) Method and device for recognizing fallen host
US7424742B1 (en) Dynamic security events and event channels in a network security system
US7844999B1 (en) Message parsing in a network security system
KR100401088B1 (en) Union security service system using internet
US8528077B1 (en) Comparing events from multiple network security devices
US9027120B1 (en) Hierarchical architecture in a network security system
LaPadula State of the art in anomaly detection and reaction
WO2023128976A1 (en) A network protection system
Yu TRINETR: an intrusion detection alert management and analysis system
Anusha et al. Online Intrusion Alert Based on Aggregation and Correlation
LaPadula Compendium of anomaly detection and reaction tools and projects
Wani et al. Techniques and counter attack methodologies used in intrusion detection system

Legal Events

Date Code Title Description
AS Assignment

Owner name: HEWLETT PACKARD ENTERPRISE DEVELOPMENT LP, TEXAS

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P.;REEL/FRAME:037079/0001

Effective date: 20151027

STCB Information on status: application discontinuation

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