ALERT chan_skinny probes after whole_enchilada install

restamp

Member
Joined
Apr 24, 2016
Messages
97
Reaction score
53
After installing a whole enchilada 13-13 field server recently (Thanks Ward!) I noticed some rats starting to nibble around open port 2000:

[2018-03-31 06:33:16] NOTICE[31797] chan_skinny.c: Starting Skinny session from 77.72.83.153
[2018-03-31 06:33:16] WARNING[31797] chan_skinny.c: Skinny packet too large (788529159 bytes), max length(2000 bytes)
[2018-03-31 06:33:16] NOTICE[31797] chan_skinny.c: Skinny Session returned: Success
[2018-03-31 06:33:16] NOTICE[31797] chan_skinny.c: Ending Skinny session from unknown at 77.72.83.153

Since I am not using either the skinny or SCCP protocols -- I think Cisco phones make use of them -- I closed port 2000 (/usr/local/sbin/iptables-custom) and excluded module chan_skinny.so in Admin > Asterisk Modules.

You may want to consider a similar remediation as well if you are not using chan_skinny.
 

Rrrr

Tink
Joined
May 28, 2009
Messages
343
Reaction score
25
@restamp thanks for your tip. I had same scary experience from IP 94.103.9.79 which was signalled.

I disabled port 2000 in iptables, but I did not find module chan_skinny.so in Admin > Asterisk Modules.

As per here, I want to add a "noload chan_skinny.so" into /etc/asterisk/modules.conf, but this file is system generated

Question:
How can I ensure that chan_skinny.so will not be loaded automatically by asterisk?
 

ostridge

Guru
Joined
Jan 22, 2015
Messages
1,633
Reaction score
523
Question:
How can I ensure that chan_skinny.so will not be loaded automatically by asterisk?
That file has an include
Code:
#include motif_custom.conf
So why not put your code there?

Oops sorry @Rrrr I looked in the wrong file
 
Last edited:

restamp

Member
Joined
Apr 24, 2016
Messages
97
Reaction score
53
"Question:
How can I ensure that chan_skinny.so will not be loaded automatically by asterisk?
From the FreePBX Admin console in your browser, go to "Admin > Asterisk Modules" and add chan_skinny.so under the "Excluded Modules" tab.
 

Members online

Forum statistics

Threads
25,816
Messages
167,785
Members
19,246
Latest member
rahee
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top