Version | SecureXL Support | Notes |
---|---|---|
R75 and earlier | ❌ Not supported | SecureXL was unavailable or unstable in these versions. |
R76 – R77.30 | ✅ Basic support | Early SecureXL features available, limited performance. |
R80.10 – R80.30 | ✅ Full support | Stable with CLI tools and acceleration. |
R80.40+ | ✅ Enhanced | Hardware acceleration improvements and better template handling. |
R81 – R81.20 | ✅ Recommended | Most robust version with multithreaded SecureXL. |
R82+ (future) | ✅ Ongoing | Continued optimization expected. |
Security Policies
→ Threat Prevention
→ Indicators
→ External Feeds
OFA - [Type] Feed
(e.g., OFA - IP Feed
)Custom Headers
Authorization
→ <your_ofa_token_here>
N.B.
if the Header is not working, you can also put the OFA jwt token through the Basic Auth
. Fill the username
with the OFA jwt token, and keep password
empty or with a whitespace)5 minutes
(as preferred)SSL Verification
if supported and requiredFeed Type | URL Example |
---|---|
IP Addresses | https://api.onefirewall.com/api/v1/ipv4/{OFA_SCORE}?agid=OFA-AGENT-ID-{RANDOM_ALFA_NUMERIC}&plugin=checkpoint-ip |
Domains | https://api.onefirewall.com/api/v1/domains/score/{OFA_SCORE}?agid=OFA-AGENT-ID-{RANDOM_ALFA_NUMERIC}&plugin=checkpoint-domain |
URLs | https://api.onefirewall.com/api/v1/urls/score/{OFA_SCORE}?agid=OFA-AGENT-ID-{RANDOM_ALFA_NUMERIC}&plugin=checkpoint-url |
File Hashes | https://api.onefirewall.com/api/v1/files/score/{OFA_SCORE}?digest=MD5&agid=OFA-AGENT-ID-{RANDOM_ALFA_NUMERIC}&plugin=checkpoint-hash-md5 |
File Hashes | https://api.onefirewall.com/api/v1/files/score/{OFA_SCORE}?digest=SHA1&agid=OFA-AGENT-ID-{RANDOM_ALFA_NUMERIC}&plugin=checkpoint-hash-sha1 |
File Hashes | https://api.onefirewall.com/api/v1/files/score/{OFA_SCORE}?digest=SHA256&agid=OFA-AGENT-ID-{RANDOM_ALFA_NUMERIC}&plugin=checkpoint-hash-sha256 |
Replace these with actual URLs provided in your OFA dashboard. Authentication via bearer token is required. OFA_SCORE is the score suggested by OneFirewall guidance, and RANDOM_ALFA_NUMERIC is a random alfa numeric value, i.e. 827c65d86a44.