Embodiments relate to the field of compliance assessment, in particular to methods and apparatuses for performing continuous compliance assessment of target host data in response to changes on a target host.
Compliance with industry standards often requires occasional monitoring of rules, settings, and configuration parameters of computing devices. For example, one industry standard might mandate a minimum password length, and registry settings of a computing device may be monitored to determine whether minimum password lengths used by the compute device meet or exceed the industry standard. This monitoring is often initiated by a server that requests a number of client settings from a monitored computing device. Upon receiving the settings, the server may then analyze, classify, and/or store them, and issue a compliance report. If changes occur to the settings after they are reported to the server, those changes are not captured and evaluated until the next server request.
Embodiments of the disclosure will be described by way of exemplary embodiments, but not limitations, illustrated in the accompanying drawings in which like references denote similar elements, and in which:
Illustrative embodiments include, but are not limited to, methods, systems, and articles for receiving, by a compliance server, change data associated with a change captured on a target host. In various embodiments, the target host may have provided the change data in response to detecting the change, and the change data may include one or more rules, settings, and/or parameters. Also, in various embodiments, the compliance server may determine whether the one or more rules, settings, and/or parameters meet one or more compliance policies and generate one or more test results based at least on the results of the determining. Further, in some embodiments, the target host may detect a change to a rule, setting, or parameter based on a collection policy defining what change data is to be collected by the target host and provide data associated with the rule, setting, or parameter as change data to the compliance server.
Various aspects of the illustrative embodiments will be described using terms commonly employed by those skilled in the art to convey the substance of their work to others skilled in the art. However, it will be apparent to those skilled in the art that alternate embodiments may be practiced with only some of the described aspects. For purposes of explanation, specific numbers, materials, and configurations are set forth in order to provide a thorough understanding of the illustrative embodiments. However, it will be apparent to one skilled in the art that alternate embodiments may be practiced without the specific details. In other instances, well-known features are omitted or simplified in order not to obscure the illustrative embodiments.
Further, various operations will be described as multiple discrete operations, in turn, in a manner that is most helpful in understanding the illustrative embodiments; however, the order of description should not be construed as to imply that these operations are necessarily order dependent. In particular, these operations need not be performed in the order of presentation.
The phrase “in one embodiment” is used repeatedly. The phrase generally does not refer to the same embodiment; however, it may. The terms “comprising,” “having,” and “including” are synonymous, unless the context dictates otherwise. The phrase “A/B” means “A or B”. The phrase “A and/or B” means “(A), (B), or (A and B)”. The phrase “at least one of A, B and C” means “(A), (B), (C), (A and B), (A and C), (B and C) or (A, B and C)”. The phrase “(A) B” means “(B) or (A B)”, that is, A is optional.
In various embodiments, target host 102 may include one or more rules or collection policies 104 for use in capturing changes to data of the target host 102, such as changes to rules, settings, and/or configuration parameters. Upon detecting/capturing a change, the target host 102 may provide data associated with the change to the compliance server 106 to store in a change database 108 of the compliance server 106. Logic of the compliance server 106 may then generate an event to notify one or more event listeners of the compliance server 106 that data associated with a new change has been stored in the change database 108. The compliance server 106 may then look up all compliance policies 110 that match collection policies or rules 104 specified in the received change data. In some embodiments, the compliance server 106 may then filter the change data and determine whether one or more rules, settings, and/or parameters of the change data meet one or more compliance policies 110. The determining may include evaluating an expression of at least one of the compliance policies 110 against element data specified in the change data. In various embodiments, the compliance server 106 may then generate test results based on whether the compliance policies 110 were met. In one embodiment, the compliance server 106 may further generate a report. The report may then be provided to target host 102, and/or an administrative user of compliance server 106, or to some other system.
In various embodiments, target host 102 and compliance server 106 may be any sort of computing devices known in the art, except for collection policies 104, change database 108, compliance policies 110, and logic configured to perform the operations discussed herein. The computing devices may be personal computers (PC), workstations, servers, routers, mainframes, modular computers within blade servers or high-density servers, personal digital assistants (PDA), entertainment centers, set-top boxes, or mobile devices. An exemplary computing device is illustrated by
In various embodiments, as mentioned above, target host 102 may have one or more collection policies or rules 104, and compliance server 106 may have a change database 108 and one or more compliance policies 110. These components and associated data and logic are also illustrated in
In various embodiments, where target host 102 and compliance server 106 are remotely disposed from each other, they may be communicatively coupled to each other. In some embodiments, the computing devices may be coupled by a networking fabric (not illustrated). Such a networking fabric may include one or more of a local area network (LAN), a wide area network (WAN), and the Internet, as is known in the art. In one embodiment, the networking fabric may comprise a private network or a virtual private network (VPN) that may utilize tunneling. In some embodiments, where target host 102 and compliance server 106 belong to the same organization, they may be coupled by one or more private LANs or WANs of the organization.
In various embodiments, the captured/detected change may be associated with other descriptive data to form change data 202. For example, the change data 202 for a given change may include an identification of the node or target host 102 on which the change was captured, the rule or collection policy 104 responsible for the capturing of the change, a name of the data element (such as a rule, setting, or configuration parameter) for which the change was detected, and the element data of the element for which the change was detected. In one exemplary embodiment, if the change was detected for a minimum password length setting, the change data 202 may include the name of the setting (e.g., “minPwdLength”) and the minimum password length (e.g., 10 characters).
In some embodiments, the collection policies 104 and the logic for applying them may be used to monitor a remote host. In such embodiments, the collection policies 104 and logic may be located on compliance server 106, or another device, and may be used to remotely detect changes on a target host 102.
In various embodiments, upon being generated, change data 202 may be stored in change database 108. As mentioned above, in some embodiments change database 108 may be a database of the compliance server 106. In other embodiments, change database 108 may reside on a different computing device then compliance server 106. For example, change database 108 may reside on a database server device that is communicatively coupled to compliance server 106. Further, in various embodiments, change database 108 may be any sort of database known in the art, such as a relational database, a normalized or de-normalized database, a data structure, or an unformatted file. In some embodiments, change database 108 may store all change data 202 received from target hosts. In other embodiments, change database 108 may have a data retention policy and may discard change data 202 after a specified/pre-determined duration of time.
As mentioned previously, upon new change data 202 being stored in change database 108, an event may be generated to notify logic of compliance server 106 of the arrival of the change data 202. Such logic may include one or more event listeners configured to detect events as they are generated. Upon detecting an event, the logic of compliance server 106 may look up tests/compliance policies 110 (hereinafter “compliance policies 110”) that match collection policies or rules 104 specified in the received change data 202. For example, if a collection policy 104 specified monitoring of a minimum password length, a compliance policy 110 specifying a minimum password length standard may be determined to be a match. Also, in some embodiments, compliance policies 110 may include elements specifying collection policies 104 to which they may apply. In such embodiments, determining matches may simply comprise comparing compliance policy 110 elements to collection policies 104 of change data 202 to determine if the elements specify the collection policies 104.
In various embodiments, compliance policies 110 may each comprise a number of elements. For example, a compliance policy 110 may specify a rule or collection policy 104, a change name (such as a name of the target host 102 data element for which a change was detected), one or more waivers from the compliance policy 110, and an expression for evaluating element data of the change data 202. In some embodiments, the collection policy 104 may correspond to a collection policy 104 specified in change data 202 and the change name may correspond to the element name specified in change data 202. Also, the waivers may specify whether a target host 102 identified by change data 202 is exempted from the compliance policy 110. In some embodiments, the expression may include one or more conditions that are to be applied to data elements of change data 202 to determine whether the data elements are in compliance with the policy 110. In various embodiments, compliance policies 110 may be specified in any manner, such as, for example, tables, collections of tables, lists, or other data structures. Further, compliance policies 110 may be stored in any sort of file, database, or structure of compliance server 106. In one embodiment, compliance policies 110 may be stored remotely and fetched by compliance server 106.
In some embodiments, compliance server 106 may receive or retrieve new or updated compliance policies 110, periodically or as they become available. In one embodiment, such new or updated policies may be retrieved or received from a service or a compliance standards organization that defines industry standards.
In various embodiments, logic of compliance server 106 may filter 204 change data 202 after looking up matching compliance policies 106. As illustrated in
In some embodiments, the compliance server 106 may apply a compliance policy 110 to change data 202 to determine whether the one or more rules, settings, and/or configuration parameters specified in the change data meet one or more compliance policies 110. As previously mentioned, the rules, settings, and/or configuration parameters may be specified by the element name and element data of change data 202. And as illustrated, that determining may comprise evaluating 206 an expression specified in a compliance policy 110 against element data specified in the change data 202. For example, the expression of the compliance policy may specify that all passwords must be at least 10 characters long, and the element data of change data 202 may specify that a recently changed password setting requires passwords to be at least 9 characters long. Such an evaluation may then indicate that the password setting of the target host 102 is not in compliance with compliance policy 110.
In various embodiments, the compliance server may then generate 208 a test result based on the determining/evaluating. The test result may indicate either that the rule, setting, or configuration parameter specified in change data 202 is in compliance or not in compliance with compliance policy 110. In various embodiments, the test results may then be stored in a test results database (not illustrated). In one embodiment, the test results database may be identical to the change database. In some embodiments, the compliance server 106 may then generate a report based on the test result and may store the report or provide it to the target host 102, an administrative user through a user interface of compliance server 106, and/or some other system. The report may include an indication of whether or not a given rule, setting, or parameter is in compliance and, if not in compliance, an indication of what an appropriate value or values for a compliant rule, setting, or parameter would be. In one embodiment, the compliance server 106 may provide the report to an industry standards/compliance monitoring organization.
In some embodiments, upon receiving a report indicating that a rule, setting, or parameter is not in compliance, target host 102 may take a remedial measure to place the rule, setting, or change in compliance.
As is further illustrated, the compliance server may store the received change data in a change database, block 306. Also, in response to receiving the change data, the compliance server may generate an event to indicate receipt of the change data, block 308. The compliance server may then lookup all compliance policies that match collection policies or rules specified in the received change data, block 310. In various embodiments, each compliance policy may include a rule or collection policy, a change name, one or more waivers from the compliance policy, and an expression for evaluating element data of the change. Also, in some embodiments, the compliance server may receive or retrieve new or updated compliance policies, block 302, from another server, system, or storage.
In various embodiments, the compliance server may then filter the change data, blocks 312a-312c. As illustrated in
As illustrated in
In some embodiments, the compliance server may then generate one or more test results based at least on the results of the determining, block 316. In such embodiments, the generating may comprise generating a report to the target host and/or an administrative user.
Also, in various embodiments, the compliance server may repeat the receiving, determining, and generating in real time each time the target host captures an additional change.
Each of these elements performs its conventional functions known in the art. In particular, system memory 404 and mass storage 406 may be employed to store a working copy and a permanent copy of the programming instructions implementing one or more aspects of the above described teachings to practice the various embodiments, herein collectively denoted as 422. The various components may be implemented by assembler instructions supported by processor(s) 402 or high-level languages, such as, for example, C, that may be compiled into such instructions.
The permanent copy of the programming instructions may be placed into permanent storage 406 in the factory, or in the field, through, for example, a distribution medium (not illustrated), such as a compact disc (CD), or through communication interface 410 (from a distribution server (not illustrated)). That is, one or more distribution media having an implementation of the agent program may be employed to distribute the agent and program various computing devices.
The constitution of these elements 402-412 are generally known to one skilled in the art, and accordingly will not be further described.
In embodiments of the present invention, an article of manufacture (not illustrated) may be employed to implement one or more methods as disclosed herein. For example, in exemplary embodiments, an article of manufacture may comprise a storage medium and a plurality of programming instructions stored on the storage medium and configured to program a target host to detect a change to a rule, setting, or parameter based on a collection policy defining what change data is to be collected by the target host, and provide data associated with the rule, setting, or parameter as change data to a compliance server. The compliance server may determine whether the rule, setting, or parameter meet one or more compliance policies. In other exemplary embodiments, the plurality of programming instructions may be configured to program a compliance server to receive data associated with a change captured on a target host, the target host providing the data in response to detecting the change, and the data including one or more rules, settings, and/or parameters. The instructions may further be configured to determine whether the one or more rules, settings, and/or parameters meet one or more compliance policies, and to generate one or more test results based at least on the results of the determining.
Although specific embodiments have been illustrated and described herein, it will be appreciated by those of ordinary skill in the art that a wide variety of alternate and/or equivalent implementations may be substituted for the specific embodiments illustrated and described, without departing from the scope of the embodiments. This application is intended to cover any adaptations or variations of the embodiments discussed herein. Therefore, it is manifestly intended that the embodiments be limited only by the claims and the equivalents thereof.
This application is a continuation of U.S. patent application Ser. No. 14/570,737, filed Dec. 15, 2014, entitled “METHOD AND APPARATUS FOR CONTINUOUS COMPLIANCE ASSESSMENT,” which is a continuation of U.S. patent application Ser. No. 12/167,934, filed Jul. 3, 2008, entitled “METHOD AND APPARATUS FOR CONTINUOUS COMPLIANCE ASSESSMENT,” which are hereby incorporated herein by reference.
Number | Name | Date | Kind |
---|---|---|---|
5063523 | Vrenjak | Nov 1991 | A |
5542047 | Armstrong | Jul 1996 | A |
5655081 | Bonnell et al. | Aug 1997 | A |
5745669 | Hugard et al. | Apr 1998 | A |
5764913 | Jancke et al. | Jun 1998 | A |
5778184 | Brownmiller et al. | Jul 1998 | A |
5845062 | Branton et al. | Dec 1998 | A |
5878408 | Van Huben et al. | Mar 1999 | A |
5913036 | Brownmiller et al. | Jun 1999 | A |
5913037 | Spofford et al. | Jun 1999 | A |
5933838 | Lomet | Aug 1999 | A |
5963959 | Sun et al. | Oct 1999 | A |
6041347 | Harsham et al. | Mar 2000 | A |
6052722 | Taghadoss | Apr 2000 | A |
6064656 | Angal et al. | May 2000 | A |
6070244 | Orchier et al. | May 2000 | A |
6072777 | Bencheck et al. | Jun 2000 | A |
6122639 | Babu et al. | Sep 2000 | A |
6122664 | Boukobza et al. | Sep 2000 | A |
6125390 | Touboul | Sep 2000 | A |
6144993 | Fukunaga et al. | Nov 2000 | A |
6195689 | Bahlmann | Feb 2001 | B1 |
6222827 | Grant et al. | Apr 2001 | B1 |
6253339 | Tse et al. | Jun 2001 | B1 |
6272537 | Kekic et al. | Aug 2001 | B1 |
6341287 | Sziklai et al. | Jan 2002 | B1 |
6356885 | Ross et al. | Mar 2002 | B2 |
6393386 | Zager et al. | May 2002 | B1 |
6393474 | Eichert et al. | May 2002 | B1 |
6493755 | Hansen et al. | Dec 2002 | B1 |
6535512 | Daniel et al. | Mar 2003 | B1 |
6647400 | Moran | Nov 2003 | B1 |
6658568 | Ginter et al. | Dec 2003 | B1 |
6664978 | Kekic et al. | Dec 2003 | B1 |
6701345 | Carley et al. | Mar 2004 | B1 |
6742114 | Carter et al. | May 2004 | B1 |
6751661 | Geddes | Jun 2004 | B1 |
6853987 | Cook | Feb 2005 | B1 |
6886047 | Leong et al. | Apr 2005 | B2 |
6895414 | Ford et al. | May 2005 | B2 |
6957227 | Fogel et al. | Oct 2005 | B2 |
6983317 | Bishop et al. | Jan 2006 | B1 |
7016888 | Slemmer et al. | Mar 2006 | B2 |
7035877 | Markham et al. | Apr 2006 | B2 |
7039698 | Slemmer et al. | May 2006 | B2 |
7051050 | Chen et al. | May 2006 | B2 |
7058861 | Adams | Jun 2006 | B1 |
7065767 | Kambhammettu et al. | Jun 2006 | B2 |
7080037 | Burger et al. | Jul 2006 | B2 |
7082554 | Wilson et al. | Jul 2006 | B2 |
7131037 | LeFaive et al. | Oct 2006 | B1 |
7158985 | Liskov | Jan 2007 | B1 |
7159036 | Hinchliffe et al. | Jan 2007 | B2 |
7228460 | Pomaranski et al. | Jun 2007 | B2 |
7243348 | Good et al. | Jul 2007 | B2 |
7290164 | Harvey et al. | Oct 2007 | B1 |
7316016 | DiFalco | Jan 2008 | B2 |
7317693 | Roesch et al. | Jan 2008 | B1 |
7360099 | DiFalco et al. | Apr 2008 | B2 |
7474425 | Sasama | Jan 2009 | B2 |
7529197 | Shell et al. | May 2009 | B2 |
7587754 | DiFalco et al. | Sep 2009 | B2 |
7590669 | Yip et al. | Sep 2009 | B2 |
7600007 | Lewis | Oct 2009 | B1 |
7603440 | Grabowski et al. | Oct 2009 | B1 |
7620715 | DiFalco et al. | Nov 2009 | B2 |
7636736 | Kumar et al. | Dec 2009 | B1 |
7765460 | DiFalco et al. | Jul 2010 | B2 |
7774791 | Appelbaum et al. | Aug 2010 | B1 |
7822724 | DiFalco et al. | Oct 2010 | B2 |
8090677 | Murphy et al. | Jan 2012 | B2 |
8140635 | DiFalco | Mar 2012 | B2 |
8176158 | DiFalco et al. | May 2012 | B2 |
8443445 | Andruss | May 2013 | B1 |
8914341 | DiFalco | Dec 2014 | B2 |
9209996 | DiFalco | Dec 2015 | B2 |
9256841 | DiFalco | Feb 2016 | B2 |
20010044840 | Carleton | Nov 2001 | A1 |
20010052010 | Kim | Dec 2001 | A1 |
20020026339 | Frankland et al. | Feb 2002 | A1 |
20020035561 | Archer et al. | Mar 2002 | A1 |
20020069274 | Tindal et al. | Jun 2002 | A1 |
20020116363 | Grainger | Aug 2002 | A1 |
20020156799 | Markel | Oct 2002 | A1 |
20020176378 | Hamilton et al. | Nov 2002 | A1 |
20020188711 | Meyer et al. | Dec 2002 | A1 |
20030005109 | Kambhammettu et al. | Jan 2003 | A1 |
20030008662 | Stern et al. | Jan 2003 | A1 |
20030101341 | Kettler et al. | May 2003 | A1 |
20030110280 | Hinchliffe et al. | Jun 2003 | A1 |
20030149756 | Grieve et al. | Aug 2003 | A1 |
20030172151 | Schade | Sep 2003 | A1 |
20030197743 | Hill et al. | Oct 2003 | A1 |
20030202201 | Muto et al. | Oct 2003 | A1 |
20030204517 | Skinner et al. | Oct 2003 | A1 |
20030217134 | Fontoura et al. | Nov 2003 | A1 |
20030233431 | Reddy et al. | Dec 2003 | A1 |
20040006614 | DiFalco | Jan 2004 | A1 |
20040024843 | Smith | Feb 2004 | A1 |
20040059770 | Bossen | Mar 2004 | A1 |
20040059930 | DiFalco et al. | Mar 2004 | A1 |
20040060046 | Good et al. | Mar 2004 | A1 |
20040068562 | Tilton et al. | Apr 2004 | A1 |
20040122962 | DiFalco et al. | Jun 2004 | A1 |
20040123133 | DiFalco et al. | Jun 2004 | A1 |
20040153875 | Amyot et al. | Aug 2004 | A1 |
20040186903 | Lambertz | Sep 2004 | A1 |
20040205182 | Geddes | Oct 2004 | A1 |
20040243600 | Ikeda et al. | Dec 2004 | A1 |
20040252693 | Cheriton et al. | Dec 2004 | A1 |
20040254927 | Lang et al. | Dec 2004 | A1 |
20040260803 | Nakamura | Dec 2004 | A1 |
20050005169 | Kelekar | Jan 2005 | A1 |
20050015622 | Williams et al. | Jan 2005 | A1 |
20050043961 | Torres et al. | Feb 2005 | A1 |
20050071642 | Moghe et al. | Mar 2005 | A1 |
20050096949 | Aiber et al. | May 2005 | A1 |
20050097199 | Woodard et al. | May 2005 | A1 |
20050120101 | Nocera | Jun 2005 | A1 |
20050149578 | Sustman et al. | Jul 2005 | A1 |
20050165790 | Seliger et al. | Jul 2005 | A1 |
20050165954 | Burdick et al. | Jul 2005 | A1 |
20050177600 | Eilam et al. | Aug 2005 | A1 |
20050207553 | Fleck et al. | Sep 2005 | A1 |
20050256787 | Wadawadigi et al. | Nov 2005 | A1 |
20050278191 | DiFalco et al. | Dec 2005 | A1 |
20050278453 | Cherkasova | Dec 2005 | A1 |
20060025985 | Vinberg et al. | Feb 2006 | A1 |
20060031529 | Keith, Jr. | Feb 2006 | A1 |
20060036560 | Fogel | Feb 2006 | A1 |
20060080656 | Cain et al. | Apr 2006 | A1 |
20060085403 | Harrison et al. | Apr 2006 | A1 |
20060143685 | Vasishth et al. | Jun 2006 | A1 |
20060149704 | Wyatt et al. | Jul 2006 | A1 |
20060195905 | Fudge | Aug 2006 | A1 |
20060212477 | Murphy et al. | Sep 2006 | A1 |
20060212487 | Kennis et al. | Sep 2006 | A1 |
20060224663 | DiFalco | Oct 2006 | A1 |
20060224742 | Shahbazi | Oct 2006 | A1 |
20060242277 | Torrence et al. | Oct 2006 | A1 |
20060248084 | Sack et al. | Nov 2006 | A1 |
20060277080 | DeMartine et al. | Dec 2006 | A1 |
20070005320 | Vinberg et al. | Jan 2007 | A1 |
20070005740 | DiFalco et al. | Jan 2007 | A1 |
20070022365 | DiFalco et al. | Jan 2007 | A1 |
20070028303 | Brennan | Feb 2007 | A1 |
20070043674 | DiFalco et al. | Feb 2007 | A1 |
20070043786 | DiFalco et al. | Feb 2007 | A1 |
20070124255 | DiFalco et al. | May 2007 | A1 |
20070180490 | Renzi et al. | Aug 2007 | A1 |
20070214193 | Takahashi et al. | Sep 2007 | A1 |
20080021883 | Alstrin | Jan 2008 | A1 |
20080082374 | Kennis et al. | Apr 2008 | A1 |
20080104217 | Srinivasa et al. | May 2008 | A1 |
20080126377 | Bush et al. | May 2008 | A1 |
20080229262 | Harashima et al. | Sep 2008 | A1 |
20090171732 | Bobak et al. | Jul 2009 | A1 |
20090183236 | Ben-Ezra et al. | Jul 2009 | A1 |
20090204701 | Herzog et al. | Aug 2009 | A1 |
20100005107 | DiFalco | Jan 2010 | A1 |
20110137905 | Good et al. | Jun 2011 | A1 |
20110138038 | Good et al. | Jun 2011 | A1 |
20110138039 | Good et al. | Jun 2011 | A1 |
20110197094 | Wagner | Aug 2011 | A1 |
20110197189 | Wagner et al. | Aug 2011 | A1 |
20110197205 | Wagner et al. | Aug 2011 | A1 |
20120023076 | Torrence et al. | Jan 2012 | A1 |
Entry |
---|
Case et al., “A Simple Network Management Protocol (SNMP),” RFC1157, 32 pp. (May 1990). |
IEEE 100: The Authoritiative Dictionary of IEEE Standards Terms, Seventh Edition, p. 407 (2000). |
Kerschberg et al., “Intelligent Network Management: A Heterogeneous Knowledge Source Approach,” IEEE, pp. 314-316 (1990). |
Kim et al., “The Design and Implementation of Tripwire: A File System Integrity Checker,” (1993) Computer Science Technical Reports, 23 pages. |
Kim et al., “Experiences with Tripwire: Using Integrity checkers for Intrusion Detection,” (1994) Computer Science Technical Reports, 15 pages. |
Parnas, “On the Criteria to Be Used in Decomposing Systems into Modules,” Communications of the ACM, vol. 15, No. 12, pp. 1053-1058 (Dec. 1972). |
Visa U.S.A., Inc., “Payment Card Industry Data Security Standard,” Version 1.0, 12 pp. (Dec. 15, 2004). |
Number | Date | Country | |
---|---|---|---|
Parent | 14570737 | Dec 2014 | US |
Child | 16025872 | US | |
Parent | 12167934 | Jul 2008 | US |
Child | 14570737 | US |