- Joined
- Oct 26, 2017
- Messages
- 44
- Reaction score
- 5
Hello,
I have noticed multiple scanning/registration attemps from this user agent:
I have added these lines to my iptable file:
but it seems not working. Any idea how to get rid of them?
Thanks you
I have noticed multiple scanning/registration attemps from this user agent:
12/12/2017 1:07:53 PM - [CM500002]: Unidentified incoming call. Review INVITE and adjust source identification:
Invite-UNK Recv Req INVITE from 185.107.94.121:31980 tid=95dafa57doirino0 Call-ID=DLwVa3SBacifNJlfO3i7nz..:
INVITE sip:[email protected]:5060;transport=UDP SIP/2.0
Via: SIP/2.0/UDP 145.189.92.202:5060;branch=z9hG4bK-524287-1---95dafa57doirino0;received=185.107.94.121
Max-Forwards: 70
Contact: <sip:[email protected]:5060;transport=UDP>
To: <sip:[email protected];transport=UDP>
From: <sip:[email protected];transport=UDP>;tag=p2prdi7a
Call-ID: DLwVa3SBacifNJlfO3i7nz..
CSeq: 1 INVITE
Content-Type: application/sdp
User-Agent: Z 3.14.38765 rv2.8.3
Allow-Events: presence, kpml, talk
Content-Length: 0
12/12/2017 1:07:47 PM - [CM500002]: Unidentified incoming call. Review INVITE and adjust source identification:
Invite-UNK Recv Req INVITE from 185.107.94.10:14694 tid=k0ipc6todtykdc46 Call-ID=ZQMIDeoIzdG8tIuNeayGYP..:
INVITE sip:[email protected]:5060;transport=UDP SIP/2.0
Via: SIP/2.0/UDP 101.121.71.73:5060;branch=z9hG4bK-524287-1---k0ipc6todtykdc46;received=185.107.94.10
Max-Forwards: 70
Contact: <sip:[email protected]:5060;transport=UDP>
To: <sip:[email protected];transport=UDP>
From: <sip:[email protected];transport=UDP>;tag=qv9vrsvz
Call-ID: ZQMIDeoIzdG8tIuNeayGYP..
CSeq: 1 INVITE
Content-Type: application/sdp
User-Agent: Z 3.14.38765 rv2.8.3
Allow-Events: presence, kpml, talk
Content-Length: 288
I have added these lines to my iptable file:
-A INPUT -j DROP -p udp --dport 5060:5061 -m string --string "Z 3.14.38765 rv2.8.3" --algo bm
-A INPUT -j DROP -p tcp --dport 5060:5061 -m string --string "Z 3.14.38765 rv2.8.3" --algo bm
but it seems not working. Any idea how to get rid of them?
Thanks you