Hallo,
seit einiger Zeit bemerke ich neue Einträge in meinen Logs (für eine eigene IP 80.90.100.110):
Asterisk gibt leider keine Fehlermeldungen für diese Fehlversuche aus.
Das Problem daran ist, dass auch eine korrekte Registrierung ähnliche Zeilen erzeugt:
Da fail2ban nicht die Folgezeile berücksichtigen kann erkennt man die Einträge nur daran, dass die AccountID unbekannt ist und meist auf "@80.90.100.110" endet oder der Häufigkeit der Anfragen.
Zur Abwehr ist also noch eine Erweiterung der asterisk.conf im fail2ban erforderlich.
Gruß,
Mathias
seit einiger Zeit bemerke ich neue Einträge in meinen Logs (für eine eigene IP 80.90.100.110):
Code:
[Feb 18 08:47:29] SECURITY[29418] res_security_log.c: SecurityEvent="ChallengeSent",EventTV="2016-02-18T08:47:29.410+0100",Severity="Informational",Service="SIP",EventVersion="1",AccountID="sip:[email protected]",SessionID="0x220de78",LocalAddress="IPV4/UDP/80.90.100.110/5060",RemoteAddress="IPV4/UDP/89.163.146.220/5071",Challenge="526e7f2d"
[Feb 18 09:10:45] SECURITY[29418] res_security_log.c: SecurityEvent="ChallengeSent",EventTV="2016-02-18T09:10:45.010+0100",Severity="Informational",Service="SIP",EventVersion="1",AccountID="sip:[email protected]",SessionID="0x284cf88",LocalAddress="IPV4/UDP/80.90.100.110/5060",RemoteAddress="IPV4/UDP/89.163.146.220/5077",Challenge="42937e32"
[Feb 18 09:37:25] SECURITY[29418] res_security_log.c: SecurityEvent="ChallengeSent",EventTV="2016-02-18T09:37:25.794+0100",Severity="Informational",Service="SIP",EventVersion="1",AccountID="sip:[email protected]",SessionID="0x220de78",LocalAddress="IPV4/UDP/80.90.100.110/5060",RemoteAddress="IPV4/UDP/89.163.146.220/5091",Challenge="119e7358"
[Feb 18 10:04:11] SECURITY[29418] res_security_log.c: SecurityEvent="ChallengeSent",EventTV="2016-02-18T10:04:11.565+0100",Severity="Informational",Service="SIP",EventVersion="1",AccountID="sip:[email protected]",SessionID="0x27f2348",LocalAddress="IPV4/UDP/80.90.100.110/5060",RemoteAddress="IPV4/UDP/89.163.146.220/5071",Challenge="1e9e37ba"
[Feb 18 10:31:04] SECURITY[29418] res_security_log.c: SecurityEvent="ChallengeSent",EventTV="2016-02-18T10:31:04.944+0100",Severity="Informational",Service="SIP",EventVersion="1",AccountID="sip:[email protected]",SessionID="0x2927448",LocalAddress="IPV4/UDP/80.90.100.110/5060",RemoteAddress="IPV4/UDP/89.163.146.220/5071",Challenge="683f95a1"
Das Problem daran ist, dass auch eine korrekte Registrierung ähnliche Zeilen erzeugt:
Code:
[Feb 18 11:44:21] SECURITY[29418] res_security_log.c: SecurityEvent="ChallengeSent",EventTV="2016-02-18T11:44:21.424+0100",Severity="Informational",Service="SIP",EventVersion="1",AccountID="<AccountName>",SessionID="0x2a3b728",LocalAddress="IPV4/UDP/80.90.100.110/5060",RemoteAddress="IPV4/UDP/217.244.100.200/7888",Challenge="3a722cc3"
[Feb 18 11:44:21] SECURITY[29418] res_security_log.c: SecurityEvent="SuccessfulAuth",EventTV="2016-02-18T11:44:21.463+0100",Severity="Informational",Service="SIP",EventVersion="1",AccountID="<AccountName>",SessionID="0x2a3b728",LocalAddress="IPV4/UDP/80.90.100.110/5060",RemoteAddress="IPV4/UDP/217.244.100.200/7888",UsingPassword="1"
[Feb 18 11:44:21] NOTICE[29408] chan_sip.c: Received SIP subscribe for peer without mailbox: <AccountName>
Zur Abwehr ist also noch eine Erweiterung der asterisk.conf im fail2ban erforderlich.
Gruß,
Mathias
Zuletzt bearbeitet: