Questions tagged [secast]

SecAst is an intrusion detection and prevention system designed specifically to protect Asterisk phone systems against attack / fraud.

SecAst is a software application that runs on the same host as Asterisk, and uses a variety of techniques to detect intrusion attempts, halt ongoing attacks, and prevent future attacks. In addition, SecAst uses advanced techniques to detect valid credentials that have been disclosed / compromised and are being abused. SecAst uses heuristic algorithms to detect fraudulent activity based on known attack patterns, and Geographic IP information to block attack attempts based on continent/country/region/city. Upon detection SecAst blocks the current attacker from the Asterisk host at the network level.

Definitions:

  • Geofencing: detecting and blocking IP's based on their geographic location.
  • Heuristics: detecting and blocking IP's based on the action / command patterns sent to Asterisk.
  • Dial Cadence: the rate at which calls are placed consecutively from the same extension.
  • Hacker Database: detecting and blocking IP's based on a database of IP's known to be involved in fraud and hacking/intrusion
  • Fraud Database: detecting and blocking dialing of phone numbers based on a database of phone numbers used in fraud. Also blocking of the originating source IP.

More information:

5 questions
2
votes
1 answer

Preventing SecAst access from across the network

I have SecAst up and running great, and I realize that any workstation on the network can access the SecAst telnet interface. Is there a way to limit this to only my laptop? I don't want one of the end users to mess with the ban/unban interace
user220412
0
votes
1 answer

SecAst Web Interface

Im running an asterisk 13 server with a freepbx frontend and I've be trying to get SecAst working properly. I've installed and configured it and it's running without errors. I can telnet into it ok but if I try and use the web interface I get the…
kevin
  • 1
0
votes
1 answer

SecAst blocking IP's that fail2ban is not

I'm using SecAst on my Asterisk server as well as fail2ban. (Setup as an option as per the SecAst installation guide). I did this to test if SecAst is working right. I planned to remove fail2ban if SecAst is working right. The list of banned IP's…
user220412
0
votes
1 answer

secast init file already exists

I'm installing SecAst on a new computer and I'm on step 2.1.7 (copying init files). I copied the first initd file, but when I copy the second one it says file already exists (and I'm overwriting the last file). This doesn't make sense.
user220412
0
votes
2 answers

Blocking geographic cities from accessing Asterisk using Secast

I am using Secast for intrusion protection on my Asterisk PBX. It’s working great, and I now want to start blocking specific geographic regions. My system is getting hammered from Ramallah Palestine, and I want to block them. Is this right? I…
user220412