Home > Articles > Security > General Security and Privacy

This chapter is from the book

The Rule Base

As mentioned before, the rule base is composed of multiple rules. Figure 3.2shows a sample rule base.

Figure 3.2

Figure 3.2 A sample rule base.

Each rule is independent of the others and is processed in sequence, meaning that the whole rule must match and that a lower numbered rule could potentially negate the effects of a higher numbered rule.

This last point could use some more explanation. Take for instance the following plain-English rules:

  1. HostA can connect to any web server using HTTP.

  2. No one can connect to WebServer1.

HostA is able to connect to WebServer1 via HTTP by virtue of rule 1, even though rule 2 says that no one can connect to WebServer1. Because rules are processed in order, stopping with the first match, rule 1 is matched and rule 2 is never considered.

Examining a Rule

Understanding the individual components of a rule is important to understanding the function of the whole rule. One of the things you’ll be expected to do on both the exam and in real life is to look at a rule base and determine what traffic is matched, and what actions will be performed.

These are the fields of a rule:

  • Number—The rule’s position in the rule base.

  • Source—A set of network objects representing the origin of the traffic.

  • Destination—A set of network objects representing the recipient of the traffic.

  • VPN—If desired, can specify that the traffic is to be encrypted.

  • Service—A set of service objects indicating which protocols are to be matched.

  • Action—A set of predefined items telling the gateway what to do with the packet if this rule is matched.

  • Track—A set of predefined items indicating whether any log entries or other notifications are to be made if this rule is matched.

  • Install On—Specifies which enforcement points will enforce this rule.

  • Time—Optionally specifies the time at which this rule will be enforced.

  • Comment—For administrative purposes, allows you to make a comment about who put in the rule, what it does, and any other pertinent information.

The Source, Destination, and Service fields use objects from the object tree. By double-clicking, or right-clicking and selecting Edit, you can see the specifics of the object. If multiple objects are within the same column, this forms an OR relationship. If no objects are placed in the column, it defaults to Any, meaning any value will match.

If the icon for the cell has an x through it, like the source address in Figure 3.3, the selection is negated. That is, a match will occur only if the cell’s value is not matched. With multiple objects in the column, none of the objects can match for the rule itself to be considered a match. For instance, the rule in the example will match any HTTP packets that don’t come from Network1 or Network2.

Figure 3.3

Figure 3.3 A rule with a negated source address.

When you’re reading a rule, it is important to understand that a rule represents the conversation, not the individual packets. Allowing traffic for a particular source to a given destination implicitly allows packets in the return direction after the connection has been established.

The action of the rule tells FireWall-1 what to do when a match is found. These are the possible actions:

  • Accept—Permit this packet for further processing.

  • Drop—Discard the packet with no notification to the sender.

  • Reject—Discard the packet, sending an ICMP unreachable message to the sender.

  • User Auth—Require user authentication to allow this connection.

  • Client Auth—Require client authentication to allow this connection.

  • Session Auth—Require session authentication to allow this connection.

The authentication rules are covered in Chapter 7.

In addition to deciding the action, the firewall must also decide whether any logging is needed. The Track column dictates what logging will happen, and may take one of the following options:

  • None—Does nothing.

  • Log—Sends a logging entry to the logging server.

  • Account—Logs more information about the flow, including number of packets and size.

  • Alert—Logs the event, but also sends a pop-up message to the SmartConsole.

  • SNMP Trap—Sends an SNMP trap to a management station.

  • Mail—Emails the details about the event.

  • User Defined—Runs a user-supplied script.

The Install On column allows you to select which firewalls are to enforce the rule. For instance, if you have a mail server in a DMZ in Winnipeg, there’s little point in having the same rule enforced in Calgary. Either network objects representing the enforcement points will be here (Check Points or Groups), or the phrase "Policy Targets," meaning all firewalls.

The Time column allows you to dictate when the rule is valid. Within the cell are time objects, available through Manage, Time, that specify a time or date range.

Finally, comments are necessary for administrative sanity. The comment field should contain a description of why the rule is there, or any other special notes (including "Don’t delete this or Oracle will break!").

Creating and Deleting Rules

To create a new rule, first determine where it is to be inserted. The Rules, Add Rule menu option then gives you four choices:

  • Bottom

  • Top

  • Below

  • Above

The first two options—Bottom and Top—place the new rule at the bottom or top of the policy, respectively. Below and Above place the new rule next to the currently highlighted rule, either above or below, depending on which you chose.

The rule that is created, called the default rule, is shown in Table 3.1.

Table 3.1 The Default Rule

Source

Destination

Service

Action

Track

Install On

Time

Any

Any

Any

Drop

None

Policy Targets

Any


As the default rule shows, it specifies that all packets are to be dropped on all firewalls. You must change the relevant fields to do what you want.

All cells can be configured by right-clicking within the cell. The Action and Track columns give you a menu with the available options; the rest of the fields require you to select Add and then select the objects you want from the menu. If it turns out you forgot to create an object, this menu also has the option to create a new object. You can also populate cells by dragging objects from the objects tree, or dragging objects from other cells.

One of the options available when you right-click one of the Source, Destination, or Service cells is Negate Cell. As discussed previously, this causes a red x to be displayed through the icon, and has the effect of matching anything except for the contents of the cell.

To remove a rule from service, you have two options. One is to highlight the rule and press the Delete key; the other is to select the Rules, Delete menu item. This removes the rule completely from the rule base. If you just want to disable it temporarily, right-clicking on the rule’s number will give you the Disable Rule(s) option (or select Rules, Disable Rule). The rule will have a red x through the rule’s number, and will not be enforced. To re-enable the rule, do the same thing again.

Hiding and Unhiding Rules

When working on a large rule base, you may be distracted by extra rules. SmartDashboard allows you to hide the rules from viewing, while still enforcing them. Contrast this with disabling or deleting a rule, which stops the rule from being processed.

You can hide a rule from view by highlighting it and selecting Rules, Hide, Hide. Rules can be unhidden through Rules, Hide, Unhide. Note that when a rule is hidden, the numbering remains unchanged, and a small white spacer appears, letting you know that there are hidden rules there.

Querying the Rule Base

Sometimes hiding rules isn’t enough to do what you want. Often, you want to ask questions like "What rules apply to HTTP traffic?" This is where queries come in.

Queries are handled through the Search menu, or by a right-click on the column heading in the rule base. For example, right-clicking on the Service heading and selecting Query Column brings up the dialog shown in Figure 3.4.

Figure 3.4>

Figure 3.4 The Rule Base Query Clause dialog showing the available options.

The pull-down at the upper left called Column lets you select the column to search from. All the relevant objects then appear in the left side of the dialog. If you highlight the objects you are interested in, and click Add, they are moved to the right side of the screen. If there is more than one object on the right side, the radio buttons at the top become enabled, and can be used to determine whether all the objects need to appear in the rule.

There is also a check box at the bottom of the dialog that negates the selection.

From here, you can click Apply to hide all the rules except those that match your query, or save your query with the Save button.

The Search, Manage Rule Queries menu option brings up a dialog showing your saved queries. By highlighting a saved query and clicking And, you can further refine your query to handle multiple columns. The Or button shows rules that match either query.

Finally, Search, Clear Rules Query unhides all the rules and shows the entire rule base.

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020