US20070094707A1 - Rule Based Security Policy Enforcement - Google Patents

Rule Based Security Policy Enforcement Download PDF

Info

Publication number
US20070094707A1
US20070094707A1 US11/561,153 US56115306A US2007094707A1 US 20070094707 A1 US20070094707 A1 US 20070094707A1 US 56115306 A US56115306 A US 56115306A US 2007094707 A1 US2007094707 A1 US 2007094707A1
Authority
US
United States
Prior art keywords
rule
rules
data access
condition
action
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/561,153
Inventor
Robert Karch
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.)
Teleran Technologies Inc
Original Assignee
Teleran Technologies 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 Teleran Technologies Inc filed Critical Teleran Technologies Inc
Priority to US11/561,153 priority Critical patent/US20070094707A1/en
Publication of US20070094707A1 publication Critical patent/US20070094707A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N5/00Computing arrangements using knowledge-based models
    • G06N5/02Knowledge representation; Symbolic representation
    • G06N5/022Knowledge engineering; Knowledge acquisition
    • G06N5/025Extracting rules from data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • G06F21/6227Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database where protection concerns the structure of data, e.g. records, types, queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q99/00Subject matter not provided for in other groups of this subclass

Definitions

  • This invention relates to the enforcement of security policies with respect to data base access, and more specifically, to an improved rule based access control mechanism that is preferably used to enforce security policies such as dynamic and static separation of duties, confidentiality, compliance and privacy.
  • An example of another kind of security policy is conflict of interest, specifically a ‘Chinese Wall Policy’.
  • This policy prevents an analyst who is consulting for company A from accessing potentially sensitive information on company B, a competitor of company A. Thus preventing the analyst from providing company A with confidential information about company B (or making recommendations to company A based on this confidential information). Separation of duties is considered to be an integrity policy while conflict of interest would be a confidentiality policy.
  • Other security policies such as compliance to legislative regulations, and privacy are also enforced through security policies.
  • One prior art solution to enforcement of the separation of duties policy is to include a rule within the data access software that tests for the occurrence of a first action by a particular entity each time a specified second action is attempted.
  • the software simply includes a rule that if entity A is the particular entity which wrote the order, then entity A cannot process the transaction required to pay the invoice.
  • the software would check to determine if the entity processing the invoice is the same entity that placed the order. If so, the transaction would be disallowed.
  • Such a technique enforces a separation of duties and thereby minimizes the possibility of the occurrence of fraud.
  • Another prior art solution attaches attributes or labels to the transaction items that represent the objects on which operations require compliance with the separation of duties policy. These attributes maintain the history of operations on the object and rules are written that utilized the information contained in these attributes.
  • the major drawback of this approach is that unless these attributes were designed into the system from the beginning, it can be prohibitively expensive to modify large legacy systems to contain and maintain the necessary attributes.
  • the system of the present invention does not require a large amount of excess code, nor does it make any requirements for special attributes to be attached to the protected transaction items (i.e. objects.) It can also be applied to enforcement of multiple types of security policies.
  • an object oriented rules based system which provides for an administrator to add Transient Rule Generator (TRG) rules which upon certain conditions occurring, will automatically generate transient custom rules.
  • TRG Transient Rule Generator
  • These transient custom rules will prevent the occurrence of some event only during a pre-defined relevant time period.
  • condition X if a particular condition X occurs, the data access software is automatically altered to preclude condition Y. At the expiration of condition X, the rule precluding action Y is then removed from the data access code.
  • the administrator may also enter customized rules directly.
  • the user or some other designated recipient is given messages regarding the particular reason for the denial, and may also be notified when the denial of a particular action takes effect, or terminates.
  • the security policies may be based upon the role of the user, as opposed to his or her particular identity.
  • FIG. 1 is a functional block diagram of the components of the present invention.
  • FIG. 1 is intended to implement the teachings of the present invention which can be used to enforce security policies without the problems described above with respect to the prior art.
  • a site specific domain model 102 is used by an editor 103 to selectively create Transient Rule Generator (TRG) Rules and customized template rules that are appropriate for a given environment, based on a set of Template Rules 104 .
  • TRG Transient Rule Generator
  • the site specific domain model provides information that is specific to any particular data access environment. This includes actual table and file names, schema names, user names, role names etc.
  • the editor 103 places these rules into a permanent storage area 107 ( 104 and 107 may be the same storage location, but this is not required). These rules are designed to generate new rules that prohibit certain data transactions from taking place.
  • the TRG rules are accessed and read for further customization, then integrated into the data access management software 111 at particular times as described hereafter.
  • Custom rules are loaded directly into memory 108 .
  • Rules are accessed in memory 108 and applied by data access management software 111 to the user request.
  • a file access or database manager 112 and a communication function 110 are also represented in FIG. 1 .
  • the user communications may take place via an intranet, the Internet, or any other available communications channel.
  • hundreds of users may be accessing data 113 with the file access or database manager 112 via the data access management software 111 .
  • the arrangement of FIG. 1 provides for the data access management software 111 to fire rules depending upon certain conditions.
  • the rules are all stored together in a rules file 107 .
  • the data access management software 111 will simply have a rule precluding Y.
  • the rules file 107 includes that rule and the rule is loaded into memory 108 and implemented for firing at 111 if and when condition X arises.
  • condition X e.g. the invoice has been paid
  • the rule prohibiting action Y is eliminated from software 111 and marked for archive from permanent storage 107 to an audit log 114 .
  • a rule precluding that individual from signing off to pay that invoice is loaded into the data access management software 111 and will fire each time an update to that invoice is attempted.
  • This rule would be generated at 106 immediately upon the purchase order being placed 105 .
  • that purchase order transaction would cause the rule to be generated and integrated into the data access management software 111 .
  • the rule would then preclude the payment of an invoice by a particular individual, namely he or she who signed off on the purchase order.
  • the rule is only loaded when the specified user logs on to the system and is only tested when the user performs some action. Upon the invoice being paid, the rule no longer needs to occupy processing power in software 111 , and the rule is immediately eliminated. Unlike prior systems, the rule need not be fired and return a false each time the payment of an invoice is attempted. That is, if the user did not enter the order, no rule exists for this user so no rule need be tested.
  • the event may be that all the information accessed by the analyst has been made public.
  • the event may be an override issued by an authorized individual.
  • the event may be the removal of the previous company from the database or the conflict set.
  • the rule will remove itself from consideration in the data access management software 111 and mark itself as inactive to be archived for audit purposes from permanent storage 107 to an audit log 114 .
  • the rule might notify the user 109 or some other designated recipient 115 (via message or e-mail or some other form of notification 110 ) of her/his change of status.
  • the recipient may be a person or another computer process.
  • conditions are precluded under certain circumstances not by testing for the existence of the circumstance to determine whether or not to allow the action. Rather, upon the circumstance occurring, a rule that unequivocally disallows the action is placed into the data access management software. Moreover, the rule is maintained in the data access management software only for the minimum amount of time required to enforce the security policy. More specifically, the rule is only loaded when the specified user logs on to the system. The rule only fires during the duration of the condition under which a particular action is to be precluded, and only for the specified user.
  • the user is notified of the particular time frame or condition that has caused his or her attempted action to be precluded.
  • a user may be notified that because he was the individual signing the invoice, he may not pay that invoice.
  • the user will know that he can pay other invoices or can pay for that invoice if someone else places the order. Or that he cannot access information about a company because it would be a conflict of interest.
  • the security policy may relate to an accounting department individual when compared to an individual in the role of Human Resources personnel.
  • a rule precluding a particular role from accomplishing any one or more actions may be implemented on the condition that a particular condition has been met.
  • the security policy is thus not based upon the identity of the individual, but upon the role in which that individual works.
  • a clerk role may be able to enter an order, but cannot approve any orders. This is handled by the current invention through the customization of template rules, which occurs in the editor 103 . These rules are static and thus do not require any dynamic behavior.
  • each transient rule that is created is archived along with its lifetime and statistics of its use. For example, each time an attempt is made to accomplish a precluded action, a system may log such an event for later review by security personnel. The system would then have a record of how many times during an interval that action Y was precluded and was attempted.

Abstract

A rules based system enforces security policies in a data access management system. The rules based system provides rules that preclude certain activities, but those rules are only implemented and fired upon certain conditions occurring. This results in certain actions being precluded when specified conditions are true, without additional software required to check for the condition each time the action is requested.

Description

    RELATED APPLICATIONS
  • This is a continuation patent application of, and claims the priority of U.S. patent application Ser. No. 09/495,509, filed Feb. 1, 2000, presently scheduled to issue on or about Nov. 21, 2006 as U.S. Pat. No. 7,140,035.
  • TECHNICAL FIELD
  • This invention relates to the enforcement of security policies with respect to data base access, and more specifically, to an improved rule based access control mechanism that is preferably used to enforce security policies such as dynamic and static separation of duties, confidentiality, compliance and privacy.
  • BACKGROUND OF THE INVENTION
  • In data access systems, often records are being accessed, modified, deleted, and added by various personnel on a daily or even hourly basis. In large organizations there could be hundreds of people accessing various records and changing them from time to time. It is important however, that security policies be enforced. For example, due to the potential for fraud and embezzlement, it is important that two or more people be involved in the total implementation of certain processes. Such a separation of duties policy reduces the potential for fraud because it requires that multiple people would have to conspire with each other in order to implement a dishonest transaction. Consider a record in a database created which reflects the ordering of a particular item. The company will incur a cost for such item, and approval is required. A record would be created in the database reflecting the order.
  • When payment is made, it is preferable that a different entity be responsible for signing the check and making payment. This precludes the ordering entity from ordering items that should not be ordered. Thus, in order to draft and sign the check for payment for the order, an additional entity should be involved. This additional entity means that for someone to order and pay for goods for a particular purchase, at least two parties would have to be involved in any potential fraud. This greatly decreases the possibility of such fraud occurring.
  • An example of another kind of security policy is conflict of interest, specifically a ‘Chinese Wall Policy’. This policy prevents an analyst who is consulting for company A from accessing potentially sensitive information on company B, a competitor of company A. Thus preventing the analyst from providing company A with confidential information about company B (or making recommendations to company A based on this confidential information). Separation of duties is considered to be an integrity policy while conflict of interest would be a confidentiality policy. Other security policies such as compliance to legislative regulations, and privacy are also enforced through security policies.
  • One prior art solution to enforcement of the separation of duties policy is to include a rule within the data access software that tests for the occurrence of a first action by a particular entity each time a specified second action is attempted. Specifically, the software simply includes a rule that if entity A is the particular entity which wrote the order, then entity A cannot process the transaction required to pay the invoice. Thus, each time an invoice payment is requested, the software would check to determine if the entity processing the invoice is the same entity that placed the order. If so, the transaction would be disallowed. Such a technique enforces a separation of duties and thereby minimizes the possibility of the occurrence of fraud.
  • The implementation of such an arrangement is less than perfect and is not without significant cost. First, the variety of rules regarding who can do what during specific times or with specific other conditions often leads to complex code which is difficult to modify and debug. For example, each time any action is requested, the software has to check every possible combination of prohibited transactions to determine if permitting the desired transaction would violate any rule.
  • Additionally, the execution time is greatly slowed by the fact that a large number of lines of code must be executed each and every time through any data access. This is extremely wasteful since, for the most part, most of the rules are not even needed unless certain other conditions apply.
  • An additional problem is that the separation of duties policy of prior systems is primitive in its user interface. There is little notification to users of the particular problems being encountered, and there is little flexibility in terms of changing the rules for different conditions.
  • Another prior art solution attaches attributes or labels to the transaction items that represent the objects on which operations require compliance with the separation of duties policy. These attributes maintain the history of operations on the object and rules are written that utilized the information contained in these attributes. The major drawback of this approach is that unless these attributes were designed into the system from the beginning, it can be prohibitively expensive to modify large legacy systems to contain and maintain the necessary attributes.
  • Both solutions suffer from the drawback that they only solve the separation of duties problem. Other solutions must be implemented to enforce other security policies.
  • SUMMARY OF THE INVENTION
  • The foregoing and other problems of the prior art are and a technical advance is achieved in accordance with the present invention, which relates to a method and apparatus for enforcing security policies in a user flexible manner. Moreover, the system of the present invention does not require a large amount of excess code, nor does it make any requirements for special attributes to be attached to the protected transaction items (i.e. objects.) It can also be applied to enforcement of multiple types of security policies.
  • In accordance with the teaching of the present invention, an object oriented rules based system is utilized which provides for an administrator to add Transient Rule Generator (TRG) rules which upon certain conditions occurring, will automatically generate transient custom rules. These transient custom rules will prevent the occurrence of some event only during a pre-defined relevant time period. Thus, if a particular condition X occurs, the data access software is automatically altered to preclude condition Y. At the expiration of condition X, the rule precluding action Y is then removed from the data access code. The administrator may also enter customized rules directly.
  • In additional embodiments, the user or some other designated recipient is given messages regarding the particular reason for the denial, and may also be notified when the denial of a particular action takes effect, or terminates. Further, the security policies may be based upon the role of the user, as opposed to his or her particular identity.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a functional block diagram of the components of the present invention.
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT
  • The arrangement of FIG. 1 is intended to implement the teachings of the present invention which can be used to enforce security policies without the problems described above with respect to the prior art. The arrangement of FIG. 1 a site specific domain model 102 is used by an editor 103 to selectively create Transient Rule Generator (TRG) Rules and customized template rules that are appropriate for a given environment, based on a set of Template Rules 104. The site specific domain model provides information that is specific to any particular data access environment. This includes actual table and file names, schema names, user names, role names etc. The editor 103 places these rules into a permanent storage area 107 (104 and 107 may be the same storage location, but this is not required). These rules are designed to generate new rules that prohibit certain data transactions from taking place. The TRG rules are accessed and read for further customization, then integrated into the data access management software 111 at particular times as described hereafter. Custom rules are loaded directly into memory 108. A request from a user 109 to access data 113 that meets the appropriate condition, produces an event 105 that will cause a TRG rule to create a transient customized rule 106 from a Template Rule previously loaded from the permanent storage 104, if the conditions specified in the TRG Rule are met. Rules are accessed in memory 108 and applied by data access management software 111 to the user request. A file access or database manager 112 and a communication function 110 are also represented in FIG. 1. The user communications may take place via an intranet, the Internet, or any other available communications channel.
  • In operation, hundreds of users may be accessing data 113 with the file access or database manager 112 via the data access management software 111. The arrangement of FIG. 1 provides for the data access management software 111 to fire rules depending upon certain conditions. The rules are all stored together in a rules file 107.
  • If a particular condition exists or action is taken which should prohibit a second action Y from being implemented, the data access management software 111 will simply have a rule precluding Y. The rules file 107 includes that rule and the rule is loaded into memory 108 and implemented for firing at 111 if and when condition X arises. At the end of condition X (e.g. the invoice has been paid) the rule prohibiting action Y is eliminated from software 111 and marked for archive from permanent storage 107 to an audit log 114.
  • As an example, we consider the order and invoice situation described above with respect to the prior art. Specifically, when it is desirable to prohibit an individual from paying an invoice, a rule precluding that individual from signing off to pay that invoice is loaded into the data access management software 111 and will fire each time an update to that invoice is attempted. This rule would be generated at 106 immediately upon the purchase order being placed 105. Thus, if an individual placed the purchase order, that purchase order transaction would cause the rule to be generated and integrated into the data access management software 111. The rule would then preclude the payment of an invoice by a particular individual, namely he or she who signed off on the purchase order.
  • The rule is only loaded when the specified user logs on to the system and is only tested when the user performs some action. Upon the invoice being paid, the rule no longer needs to occupy processing power in software 111, and the rule is immediately eliminated. Unlike prior systems, the rule need not be fired and return a false each time the payment of an invoice is attempted. That is, if the user did not enter the order, no rule exists for this user so no rule need be tested.
  • In the conflict of interest example of a “Chinese Wall”, an analyst consulting for a specific company must be prevented from accessing information about companies that are competitive with that company. A new analyst who is not consulting for any companies will have the ability to access information from any company in the database. The event of that analyst selecting information about any given company 105, will cause a transient rule to be generated 106, then loaded into memory 108 and saved to permanent storage 107. This rule will then be used by the data access management software 111 to prevent the analyst from accessing 112 any information about competitive companies stored in the database or file system 113. This rule will remain in effect until some pre-defined event occurs that indicates the analyst is no longer violating a conflict of interest when accessing information on a competitive company. This may be on the condition that the analyst has not accessed information for his previous company for some time period. This time period being considered to be long enough that information accessed is out of date and no longer considered sensitive or having any significant value. The event may be that all the information accessed by the analyst has been made public. The event may be an override issued by an authorized individual. The event may be the removal of the previous company from the database or the conflict set. At the notification of this event, the rule will remove itself from consideration in the data access management software 111 and mark itself as inactive to be archived for audit purposes from permanent storage 107 to an audit log 114. Upon this occurring, the rule might notify the user 109 or some other designated recipient 115 (via message or e-mail or some other form of notification 110) of her/his change of status. The recipient may be a person or another computer process.
  • In accordance with the teachings of the invention therefore, conditions are precluded under certain circumstances not by testing for the existence of the circumstance to determine whether or not to allow the action. Rather, upon the circumstance occurring, a rule that unequivocally disallows the action is placed into the data access management software. Moreover, the rule is maintained in the data access management software only for the minimum amount of time required to enforce the security policy. More specifically, the rule is only loaded when the specified user logs on to the system. The rule only fires during the duration of the condition under which a particular action is to be precluded, and only for the specified user.
  • In an enhanced embodiment, the user is notified of the particular time frame or condition that has caused his or her attempted action to be precluded. Thus, a user may be notified that because he was the individual signing the invoice, he may not pay that invoice. In this manner, the user will know that he can pay other invoices or can pay for that invoice if someone else places the order. Or that he cannot access information about a company because it would be a conflict of interest.
  • An expansion of the invention relates not to individual users but to particular roles. Thus, for example, the security policy may relate to an accounting department individual when compared to an individual in the role of Human Resources personnel. In such a scenario, a rule precluding a particular role from accomplishing any one or more actions may be implemented on the condition that a particular condition has been met. The security policy is thus not based upon the identity of the individual, but upon the role in which that individual works.
  • Often roles are used to implement static separation of duties. Specifically, a clerk role may be able to enter an order, but cannot approve any orders. This is handled by the current invention through the customization of template rules, which occurs in the editor 103. These rules are static and thus do not require any dynamic behavior.
  • Audit trails and records keeping are also contemplated by the invention. Specifically, each transient rule that is created is archived along with its lifetime and statistics of its use. For example, each time an attempt is made to accomplish a precluded action, a system may log such an event for later review by security personnel. The system would then have a record of how many times during an interval that action Y was precluded and was attempted.
  • If action Y is attempted too many times during the interval that it is precluded, additional security could preclude action Y altogether, even after the interval is over, unless and until overwritten with a supervisory function. Notifications may also be sent to the individual's manager, security personnel or some other computer process informing them of the situation. It is anticipated that certain race conditions may occur where the user attempts to violate the security policy before the rule can be generated. Insuring that the rule is generated and active before the first transaction is allowed to complete prevents this. In the event that the transaction fails, the rule would be made inactive. Since it is likely that the user will attempt to re-try the transaction if it fails, the rule need not be removed, but will be re-activated when the user re-submits the transaction. If the transaction has not been successfully completed at the time the user logs off the system, the rule will be removed at that time.
  • While the above describes the preferred embodiment of the invention, various modifications or additions will be apparent to those of skill in the art. Such additions and modifications are intended to be covered by the following claims.

Claims (1)

1. A method of enforcing security policies in a data access system, said data access system having data access management software in program memory, said method comprising:
defining a first condition;
upon occurrence of said first condition, placing a rule into data access management software in said data access system, said rule testing for a second condition and precluding an action if said second condition is present, said rule being stored remotely and only loaded into program memory for the duration of said first condition, said rule being placed into data access management and removed therefrom at times independent of when a particular user logs on or logs off.
US11/561,153 2000-02-01 2006-11-17 Rule Based Security Policy Enforcement Abandoned US20070094707A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/561,153 US20070094707A1 (en) 2000-02-01 2006-11-17 Rule Based Security Policy Enforcement

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/495,509 US7140035B1 (en) 2000-02-01 2000-02-01 Rule based security policy enforcement
US11/561,153 US20070094707A1 (en) 2000-02-01 2006-11-17 Rule Based Security Policy Enforcement

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/495,509 Continuation US7140035B1 (en) 2000-02-01 2000-02-01 Rule based security policy enforcement

Related Child Applications (4)

Application Number Title Priority Date Filing Date
US11/785,997 Continuation-In-Part US7687641B2 (en) 2003-06-20 2007-04-23 Chemicals, compositions, and methods for treatment and prevention of orthopoxvirus infections and associated diseases
US11/785,998 Continuation-In-Part US8039504B2 (en) 2003-06-20 2007-04-23 Chemicals, compositions, and methods for treatment and prevention of orthopoxvirus infections and associated diseases
US12/643,641 Division US8124643B2 (en) 2003-06-20 2009-12-21 Compounds, compositions and methods for treatment and prevention of orthopoxvirus infections and associated diseases
US12/752,462 Division US7956197B2 (en) 2003-06-20 2010-04-01 Compounds, compositions and methods for treatment and prevention of orthopoxvirus infections and associated diseases

Publications (1)

Publication Number Publication Date
US20070094707A1 true US20070094707A1 (en) 2007-04-26

Family

ID=37423369

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/495,509 Expired - Fee Related US7140035B1 (en) 2000-02-01 2000-02-01 Rule based security policy enforcement
US11/561,153 Abandoned US20070094707A1 (en) 2000-02-01 2006-11-17 Rule Based Security Policy Enforcement

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/495,509 Expired - Fee Related US7140035B1 (en) 2000-02-01 2000-02-01 Rule based security policy enforcement

Country Status (1)

Country Link
US (2) US7140035B1 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100023782A1 (en) * 2007-12-21 2010-01-28 Intel Corporation Cryptographic key-to-policy association and enforcement for secure key-management and policy execution
US20100192194A1 (en) * 2009-01-23 2010-07-29 International Business Machines Corporation Extraction of code level security specification
US20100299741A1 (en) * 2009-05-18 2010-11-25 Tufin Software Technologies Ltd. Method and system for management of security rule set
US20110060713A1 (en) * 2009-05-18 2011-03-10 Tufin Software Technologies Ltd. Method and system for management of security rule set
US20110125588A1 (en) * 2009-11-20 2011-05-26 Turner Charles C Automated traffic control and billing for billboard advertising
US20120005720A1 (en) * 2010-07-01 2012-01-05 International Business Machines Corporation Categorization Of Privacy Data And Data Flow Detection With Rules Engine To Detect Privacy Breaches
US8914841B2 (en) 2010-11-24 2014-12-16 Tufin Software Technologies Ltd. Method and system for mapping between connectivity requests and a security rule set

Families Citing this family (47)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7140035B1 (en) * 2000-02-01 2006-11-21 Teleran Technologies, Inc. Rule based security policy enforcement
JP4400059B2 (en) * 2002-10-17 2010-01-20 株式会社日立製作所 Policy setting support tool
US8141159B2 (en) 2002-12-31 2012-03-20 Portauthority Technologies Inc. Method and system for protecting confidential information
US7523316B2 (en) * 2003-12-08 2009-04-21 International Business Machines Corporation Method and system for managing the display of sensitive content in non-trusted environments
US20050246762A1 (en) * 2004-04-29 2005-11-03 International Business Machines Corporation Changing access permission based on usage of a computer resource
JP2005339025A (en) * 2004-05-25 2005-12-08 Sony Corp Content distribution system, content transmitting device, content receiving device and content distribution method
US7885934B2 (en) * 2004-08-17 2011-02-08 Teleran Technologies, Inc. Monitoring and auditing system
US8561126B2 (en) * 2004-12-29 2013-10-15 International Business Machines Corporation Automatic enforcement of obligations according to a data-handling policy
FR2880441B1 (en) * 2004-12-31 2010-06-18 Trusted Logic SECURE DYNAMIC LOADING
US9069436B1 (en) * 2005-04-01 2015-06-30 Intralinks, Inc. System and method for information delivery based on at least one self-declared user attribute
US7730523B1 (en) * 2005-06-17 2010-06-01 Oracle America, Inc. Role-based access using combinatorial inheritance and randomized conjugates in an internet hosted environment
WO2006137057A2 (en) * 2005-06-21 2006-12-28 Onigma Ltd. A method and a system for providing comprehensive protection against leakage of sensitive information assets using host based agents, content- meta-data and rules-based policies
US7941336B1 (en) * 2005-09-14 2011-05-10 D2C Solutions, LLC Segregation-of-duties analysis apparatus and method
US8291483B2 (en) * 2007-04-30 2012-10-16 Hewlett-Packard Development Company, L.P. Remote network device with security policy failsafe
US9043861B2 (en) * 2007-09-17 2015-05-26 Ulrich Lang Method and system for managing security policies
US7971231B2 (en) * 2007-10-02 2011-06-28 International Business Machines Corporation Configuration management database (CMDB) which establishes policy artifacts and automatic tagging of the same
US20090178102A1 (en) * 2008-01-04 2009-07-09 Khaled Alghathbar Implementing Security Policies in Software Development Tools
US8707385B2 (en) * 2008-02-11 2014-04-22 Oracle International Corporation Automated compliance policy enforcement in software systems
FR2932043B1 (en) * 2008-06-03 2010-07-30 Groupe Ecoles Telecomm METHOD FOR TRACEABILITY AND RESURGENCE OF PUSH-STARTED FLOWS ON COMMUNICATION NETWORKS, AND METHOD FOR TRANSMITTING INFORMATION FLOW TO SECURE DATA TRAFFIC AND ITS RECIPIENTS
US8555333B2 (en) * 2008-08-18 2013-10-08 International Business Machines Corporation Identifying and resolving separation of duties conflicts in a multi-application environment
US8489685B2 (en) 2009-07-17 2013-07-16 Aryaka Networks, Inc. Application acceleration as a service system and method
US8161060B2 (en) * 2009-10-19 2012-04-17 The Frayman Group, Inc. Methods and systems for identifying, assessing and clearing conflicts of interest
US8544103B2 (en) 2010-05-04 2013-09-24 Intertrust Technologies Corporation Policy determined accuracy of transmitted information
US8806578B2 (en) * 2010-05-05 2014-08-12 Microsoft Corporation Data driven role based security
US9384112B2 (en) * 2010-07-01 2016-07-05 Logrhythm, Inc. Log collection, structuring and processing
US9251360B2 (en) 2012-04-27 2016-02-02 Intralinks, Inc. Computerized method and system for managing secure mobile device content viewing in a networked secure collaborative exchange environment
US9148417B2 (en) 2012-04-27 2015-09-29 Intralinks, Inc. Computerized method and system for managing amendment voting in a networked secure collaborative exchange environment
US9253176B2 (en) 2012-04-27 2016-02-02 Intralinks, Inc. Computerized method and system for managing secure content sharing in a networked secure collaborative exchange environment
US9553860B2 (en) 2012-04-27 2017-01-24 Intralinks, Inc. Email effectivity facility in a networked secure collaborative exchange environment
US9411962B2 (en) 2012-07-18 2016-08-09 Sequitur Labs Inc. System and methods for secure utilization of attestation in policy-based decision making for mobile device management and security
US10169571B1 (en) 2012-07-18 2019-01-01 Sequitur Labs, Inc. System and method for secure, policy-based access control for mobile computing devices
WO2016010602A2 (en) 2014-05-01 2016-01-21 Sequitur Labs, Inc. Applications of secured memory areas and secure environments in policy-based access control systems for mobile computing devices
EP3069462A4 (en) 2013-11-14 2017-05-03 Intralinks, Inc. Litigation support in cloud-hosted file sharing and collaboration
US9699214B2 (en) 2014-02-10 2017-07-04 Sequitur Labs Inc. System for policy-managed content presentation
WO2015164521A1 (en) 2014-04-23 2015-10-29 Intralinks, Inc. Systems and methods of secure data exchange
US10581852B2 (en) 2014-05-14 2020-03-03 Sequitur Labs, Inc. Hardware implementation methods and system for secure, policy-based access control for computing devices
US9894101B2 (en) 2014-06-02 2018-02-13 Sequitur Labs, Inc. Autonomous and adaptive methods and system for secure, policy-based control of remote and locally controlled computing devices
US10462185B2 (en) 2014-09-05 2019-10-29 Sequitur Labs, Inc. Policy-managed secure code execution and messaging for computing devices and computing device security
US10454933B2 (en) 2015-01-21 2019-10-22 Sequitur Labs, Inc. System and methods for policy-based active data loss prevention
US10685130B2 (en) 2015-04-21 2020-06-16 Sequitur Labs Inc. System and methods for context-aware and situation-aware secure, policy-based access control for computing devices
US11847237B1 (en) 2015-04-28 2023-12-19 Sequitur Labs, Inc. Secure data protection and encryption techniques for computing devices and information storage
WO2016183504A1 (en) 2015-05-14 2016-11-17 Sequitur Labs, Inc. System and methods for facilitating secure computing device control and operation
US10033702B2 (en) 2015-08-05 2018-07-24 Intralinks, Inc. Systems and methods of secure data exchange
US10700865B1 (en) 2016-10-21 2020-06-30 Sequitur Labs Inc. System and method for granting secure access to computing services hidden in trusted computing environments to an unsecure requestor
US11616744B2 (en) 2021-07-29 2023-03-28 Intuit Inc. Context-dependent message extraction and transformation
US11809390B2 (en) 2021-07-29 2023-11-07 Intuit Inc. Context-dependent event cleaning and publication
US20230035551A1 (en) * 2021-07-29 2023-02-02 Intuit Inc. Multiple source audit log generation

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5377354A (en) * 1989-08-15 1994-12-27 Digital Equipment Corporation Method and system for sorting and prioritizing electronic mail messages
US6055637A (en) * 1996-09-27 2000-04-25 Electronic Data Systems Corporation System and method for accessing enterprise-wide resources by presenting to the resource a temporary credential
US6073142A (en) * 1997-06-23 2000-06-06 Park City Group Automated post office based rule analysis of e-mail messages and other data objects for controlled distribution in network environments
US6098172A (en) * 1997-09-12 2000-08-01 Lucent Technologies Inc. Methods and apparatus for a computer network firewall with proxy reflection
US6460141B1 (en) * 1998-10-28 2002-10-01 Rsa Security Inc. Security and access management system for web-enabled and non-web-enabled applications and content on a computer network
US6574666B1 (en) * 1998-10-22 2003-06-03 At&T Corp. System and method for dynamic retrieval loading and deletion of packet rules in a network firewall
US7140035B1 (en) * 2000-02-01 2006-11-21 Teleran Technologies, Inc. Rule based security policy enforcement

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5377354A (en) * 1989-08-15 1994-12-27 Digital Equipment Corporation Method and system for sorting and prioritizing electronic mail messages
US6055637A (en) * 1996-09-27 2000-04-25 Electronic Data Systems Corporation System and method for accessing enterprise-wide resources by presenting to the resource a temporary credential
US6073142A (en) * 1997-06-23 2000-06-06 Park City Group Automated post office based rule analysis of e-mail messages and other data objects for controlled distribution in network environments
US6098172A (en) * 1997-09-12 2000-08-01 Lucent Technologies Inc. Methods and apparatus for a computer network firewall with proxy reflection
US6574666B1 (en) * 1998-10-22 2003-06-03 At&T Corp. System and method for dynamic retrieval loading and deletion of packet rules in a network firewall
US6460141B1 (en) * 1998-10-28 2002-10-01 Rsa Security Inc. Security and access management system for web-enabled and non-web-enabled applications and content on a computer network
US7140035B1 (en) * 2000-02-01 2006-11-21 Teleran Technologies, Inc. Rule based security policy enforcement

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100023782A1 (en) * 2007-12-21 2010-01-28 Intel Corporation Cryptographic key-to-policy association and enforcement for secure key-management and policy execution
US20100192194A1 (en) * 2009-01-23 2010-07-29 International Business Machines Corporation Extraction of code level security specification
US8539593B2 (en) 2009-01-23 2013-09-17 International Business Machines Corporation Extraction of code level security specification
US20110060713A1 (en) * 2009-05-18 2011-03-10 Tufin Software Technologies Ltd. Method and system for management of security rule set
US8458766B2 (en) 2009-05-18 2013-06-04 Tufin Software Technologies Ltd. Method and system for management of security rule set
US8468113B2 (en) 2009-05-18 2013-06-18 Tufin Software Technologies Ltd. Method and system for management of security rule set
US20100299741A1 (en) * 2009-05-18 2010-11-25 Tufin Software Technologies Ltd. Method and system for management of security rule set
US9122990B2 (en) 2009-05-18 2015-09-01 Tufin Software Technologies Ltd. Method and system for management of security rule set
US9203808B2 (en) 2009-05-18 2015-12-01 Tufin Software Technologies Ltd. Method and system for management of security rule set
US20110125588A1 (en) * 2009-11-20 2011-05-26 Turner Charles C Automated traffic control and billing for billboard advertising
WO2011062613A1 (en) * 2009-11-20 2011-05-26 Clear Channel Management Services, Inc. Automated traffic control and billing for billboard advertising
US10810639B2 (en) 2009-11-20 2020-10-20 Clear Channel Ip, Llc Automated traffic control and billing for billboard advertising
US20120005720A1 (en) * 2010-07-01 2012-01-05 International Business Machines Corporation Categorization Of Privacy Data And Data Flow Detection With Rules Engine To Detect Privacy Breaches
US8914841B2 (en) 2010-11-24 2014-12-16 Tufin Software Technologies Ltd. Method and system for mapping between connectivity requests and a security rule set

Also Published As

Publication number Publication date
US7140035B1 (en) 2006-11-21

Similar Documents

Publication Publication Date Title
US7140035B1 (en) Rule based security policy enforcement
US10754932B2 (en) Centralized consent management
Champlain Auditing information systems
Whitman et al. Information systems security and the need for policy
US9202189B2 (en) System and method of fraud and misuse detection using event logs
US9846847B2 (en) Organizational reference data and entitlement system with entitlement generator
Herschel et al. Ethical implications of technological advances on business communication
US8037029B2 (en) Automated records management with hold notification and automatic receipts
JP2008508577A (en) Active contextual risk management using risk software objects
Botha et al. Access control in document-centric workflow systems—an agent-based approach
WO2018139951A1 (en) System for placing a confidentiality mark in an electronic document
Turner et al. Use ERP internal control exception reports to monitor and improve controls
US20210067554A1 (en) Real-time notifications on data breach detected in a computerized environment
Warkentin Information system security and privacy
Everette et al. Examination of the Internet Message Access Protocol (IMAP) to facilitate user-friendly multilevel email management
Dowell An overview of privacy and security requirements for data bases
Policy Recommendation
Irvine et al. Theresa Everette September 2000
Kobus Jr et al. Security Policy
Bouffard A commercially viable computer security implementation framework
Wood Duress terminations and information security
Bent Multidimensional model for control of private information.
Boockholdt PC-Mainframe Links: Controlling Their Threats in Government Computer Networks
Lyons Brigstock Skin and Laser Centre
Yenmunkong et al. An experimental study of ERBAC03 for access control administration

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

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