Skip to content
Avanet

Sophos Firewall Spoof Protection and DoS Settings check

Spoof Protection and DoS Settings are among the classic hardening functions of a Sophos Firewall. The features reduce simple, noisy or obviously incorrect packets before they become unnecessary noise in logs, rules or published services. At the same time, these settings are not a magical protection against every kind of attack.

The article classifies the functions as careful basic hardening: first understand the network design and return paths, then activate, test and check the logs. The distinction is particularly important: These functions complement clean firewall rules, IPS, Threat Feeds, WAF and logging. They are not a replacement for these building blocks.

Briefly explained

Spoof Protection checks whether packets with a plausible source address arrive on the expected interface. For example, if a packet with an internal source address appears from the direction of the Internet, this is suspicious in most designs. DoS Settings, on the other hand, respond to certain flooding or connection attack patterns, for example noticeable amounts of SYN, UDP or ICMP traffic.

The typical menu path, depending on the SFOS version, is in the range:

Protect > Intrusion prevention > DoS & spoof protection

If the interface is labeled slightly differently in a newer version, you should look for DoS, spoof protection or intrusion prevention. What is important is not the exact click path, but rather that the function is consciously planned, tested and later logged.

What the functions do

FunctionWhat it helps forWhat it is not enough for
Spoof ProtectionDiscard packets with implausible source IP, reduce simple spoofing attempts, make incorrectly routed packets visibledoes not replace clean zone, interface and Routing planning
DoS Settingslimit simple flooding patterns, make loud attacks or misconfigurations noticeable earlierdoes not replace provider DDoS protection, no WAF and no cleanly dimensioned upstream design

In practice, these functions are particularly interesting as basic hardening. The benefit is to reduce obvious nonsense. In real volumetric DDoS attacks, the Internet connection is often already at capacity before the firewall can respond meaningfully. Then you need protection from the provider, upstream scrubbing or another architecture.

When Spoof Protection makes sense

Spoof Protection fits particularly well with clearly segmented networks in which source networks, interfaces and routes are clearly planned. The clearer the network structure, the easier it is to assess whether a source address on an interface is plausible.

Useful applications:

  • Internet WAN on which no internal RFC1918 sources should appear.
  • DMZ or server zones with clear source and destination networks.
  • Client, guest or IoT zones in which no external internal networks should appear as sources.
  • Locations where routing, VLANs and zones are clearly documented.
  • Environments in which packet drops must later be traceable with Packet Capture and logs.

Things get more difficult with asymmetrical routing, complex transit networks, temporary migration paths, incorrectly documented VLANs or multiple firewalls in the same data path. A legitimate data stream can look like spoofing, although the routing design or the return path is actually unclean.

Check before activation

Spoof Protection and DoS Settings should not be activated blindly in a production environment. It should be clear beforehand which networks and services are affected.

Important checkpoints:

  1. Document zones, interfaces, VLANs, bridges and LAGs.
  2. Check static routes, SD-WAN routes, VPN routes and asymmetric paths.
  3. Identify published services via DNAT or WAF.
  4. Note critical services such as VoIP, monitoring, backup, scans, VPN and site connections.
  5. Prepare logging and central evaluation if events need to be traceable later.
  6. Set maintenance window or pilot area for first activation.

If normal firewall rules are difficult to understand, the rule and routing status should be cleaned up first. For individual test connections, Test firewall rule with Log Viewer, Policy Test and Packet Capture is a better start.

Spoof Protection activate carefully

A step-by-step approach makes sense for Spoof Protection. You should secure the clearest areas first, not every special zone immediately.

Practical process:

  1. Save the current configuration or at least document the affected settings.
  2. Start with a clear zone or interface, for example WAN or a cleanly separated client zone.
  3. Save activation.
  4. Run planned test connections: Internet access, VPN, published services, central servers, monitoring.
  5. Check Log Viewer and Packet Capture for unexpected drops.
  6. Do not immediately deal with conspicuous legitimate drops with broad exceptions, but first check routing, source IP and interface.

A common mistake is to treat Spoof Protection as a pure security hook. In reality, the function tests an assumption about the network design. If this assumption is not correct, Spoof Protection does not necessarily have to be wrong. Often an interface, a route, a VLAN or a return route is not built as expected.

DoS Settings plan

DoS Settings should fit the environment. It rarely makes sense to adopt values ​​from another example without checking. A site with a few users, VoIP and a small WAN behaves differently than a data center, a school network or a site with regular scans and monitoring.

Before adapting, answer these questions:

  • Which public services are exposed?
  • Are there legitimate load peaks, scans, monitoring or health checks?
  • Are VoIP, VPN, WAF, DNAT or large file transfers used?
  • Which events should only be logged and which should really be blocked?
  • Who checks the logs after activation?

DoS Settings can help limit simple flooding patterns. However, thresholds that are too strict can also affect legitimate traffic. Particular care should be taken with VoIP, monitoring systems, backup jobs, vulnerability scans and heavily used published services.

What these settings don’t solve

Spoof Protection and DoS Settings are important building blocks, but they don’t solve every security problem.

ProblemBetter additional module
Server is attacked via permitted HTTP requestsCheck WAF rule and web server protection
Known malicious source IP attacksThreat Feeds or Check country/IP blocking
Exploit attempt against a serviceActivate IPS-Policy according to the rule
Internet line is full due to DDoSInclude provider, scrubbing or upstream DDoS protection
Firewall rule allows too muchClean up rules, NAT and object model
Drops are incomprehensibleImprove logging, Packet Capture, syslog or central reporting

The article Publish server with DNAT on Sophos Firewall is also relevant for publicly accessible servers. It’s about NAT, firewall rules and typical publishing errors.

Logs and follow-up check

After activation you should not only check whether normal internet access still works. What is important is whether the firewall clearly shows expected and unexpected events.

Check:

  1. Log Viewer filter for firewall and relevant security events.
  2. Trigger test traffic with clear source IP, destination IP and service.
  3. Use Packet Capture for unclear drops.
  4. For longer storage, plan syslog to SIEM or log server.
  5. When running Sophos Central, check whether Central Firewall Reporting makes the desired events visible.

If a packet is dropped but the reason is not clear, the systematic drop analysis in Sophos Firewall drops packets: check causes helps. It also describes why Log Viewer and Packet Capture answer different questions.

Typical errors

ErrorImpactBetter approach
Spoof Protection activate without routing understandinglegitimate traffic can be blockedCheck zones, interfaces, routes and return paths beforehand
Apply DoS thresholds without checkingVoIP, monitoring, scans or published services can be disruptedPlan baseline and test phase
Solve every anomaly with a broad exceptionHardening becomes ineffective and confusingLimit the cause and closely document exceptions
Sell DoS Settings as DDoS protectionfalse expectations for bandwidth attacksPlan provider and upstream protection separately
Do not check logsIncorrect blocks or attacks remain invisibleDefine Log Viewer, central reporting or syslog as operating point
Interpret spoofing drops as a pure attackRouting or VLAN errors are overlookedCompare source IP, interface, route and Packet Capture

Operational Checklist

Before Activation:

  • zones, interfaces and routing understood.
  • Critical services and test cases defined.
  • Backup or change documentation available.
  • Logging and evaluation prepared.
  • Pilot area or maintenance window set.

After activation:

  • Internet, VPN, WAF, DNAT, VoIP and monitoring tested.
  • Log Viewer checked for unexpected drops.
  • Packet Capture used for at least one clear test case when drops occur.
  • Exceptions are only made narrowly and with reasons.
  • Result recorded in the operating documentation.

Regularly:

  • Check DoS and spoof events.
  • Check exceptions for necessity.
  • Test again after network modifications, VPN changes or new VLANs. Correlate
  • logs with IPS, threat feed, WAF and firewall rule events.

FAQ

Should you always activate Spoof Protection on Sophos Firewall?

Spoof Protection makes sense in many environments, but should fit the routing and zone design. In the case of asymmetrical routing, migrations or unclear transit networks, you should test and check logs first.

Does DoS Settings stop a real DDoS attack?

Limited only. DoS Settings can reduce simple flooding patterns. If the Internet line itself becomes overloaded, protection must take place before or at the provider.

Why is legitimate traffic blocked after Spoof Protection?

Often the source IP does not match the expected interface or the return path is asymmetrical. One should first check routing, VLAN, gateway, VPN path and Packet Capture before creating a broad exception.

What values ​​should you use for DoS Settings?

There are no universal values ​​for every environment. It makes sense to start cautiously with baseline, test traffic, log checks and adaptation to real services such as VoIP, VPN, WAF, monitoring and scans.

Which logs help with DoS or spoof events?

The Log Viewer is the first entry point. Packet Capture helps for individual connections. For longer retention or correlation with other systems, consider Syslog, SIEM or Sophos Central reporting.