Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

19 total results found

CFM

Cybersecurity & Firewall Manager Documentation

Overview

CFM

Project purpose, structure, key components

Models

CFM

Model summaries, fields, relationships, usage

API Routes

CFM

Route list, methods, paths, expected input/output

Artisan Commands and Scheduled Tasks (Crons)

CFM

Command list, arguments/options, usage

DataFeedProcessor

CFM

How the core logic handles feeds

Admin Interface

CFM

Pages, forms, tables, actions

Configuration

CFM

.env setup, configs, scheduler, RBL settings

Integration / Agent Guide

CFM

How external systems use the API or CLI

Testing

CFM

Example API tests, test scenarios

FAQ / Common Scenarios

CFM

Troubleshooting, usage examples

Notification handling

CFM

How the system handles and works around with notifications.

Overview

CFM Overview

# CFM Project Overview ## PurposeCFM is a Security - Firewall Management project designed to manage spam detection, blocklists, feed processing, and admin control using a web interface. ## Layers- Models: Handle data and relationships- Controllers: Process w...

Models Overview

CFM Models

This project includes the following Eloquent models, each representing a key part of the system's architecture: Model Purpose / Description Agent Represents remote scanning or reporting agents. AgentGroup Groups agents for easier conf...

API routes

CFM API Routes

API Routes These routes provide a secure, token-authenticated interface for interacting with blocklists, agent configurations, and unblocking systems. All routes are protected via the TokenAuthentication middleware. 🔒 Authentication All API endpoints req...

Introduction - Welcome to CFM

CFM Overview

🚀 CFM Feature Summary CFM is a powerful system for managing threat intelligence, spam filtering, phishing protection, and reputation data — backed by automation and agent-based sync. 🛡️ Security & Threat Intelligence Blocklist & Whitelist Management (...

Artisan Commands

CFM Artisan Commands and Scheduled Tasks (C...

Command Line Commands (Artisan) CFM includes a number of custom Laravel Artisan commands to help automate and manage blocklists, phishing detection, feed ingestion, and other system behaviors. To view available commands, use the following in your project roo...

Scheduled Tasks / Cron and Supervisor settings

CFM Artisan Commands and Scheduled Tasks (C...

⏱️ Scheduled Commands (Cron) Scheduled tasks are defined in routes/console.php and executed using Laravel's schedule:run command. They can be run via a cron shell script or with a process manager like Supervisor. Shell Cron Example: #!/bin/bashcd "$(dirname...

Notifications & Triggers

CFM Notification handling

📡 CFM Notifications System Overview The CFM Notifications System monitors the availability of network agents and provides customizable alerting when agents go offline or recover. It also integrates with user-triggered unblock request monitoring, helping admi...