-
Notifications
You must be signed in to change notification settings - Fork 236
Description
I made a client-server association with ss7 but am receiving error of (Received SccpMessage for translation but no matching rule found )
INIT message and INIT-ACK have been exchange between client and server.
But onSending message i am receiving this error:
$ sudo java -jar SendIMSI.jar
*** IMSI Information - HLR ***
Input Stream = sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1fbc7afb
0 [main] DEBUG SendIMSIResp - Initializing SCTP Stack ....
1403 [main] DEBUG SendIMSIResp - Initialized SCTP Stack ....
1408 [main] DEBUG SendIMSIResp - Initializing M3UA Stack ....
2028 [main] DEBUG SendIMSIResp - Initialized M3UA Stack ....
2032 [main] DEBUG SendIMSIResp - Initializing SCCP Stack ....
2149 [main] WARN org.mobicents.protocols.ss7.sccp.impl.SccpStackImpl-MapLoadServerSccpStack - Failed to load the Sccp Management configuration file.
/home/ss8/sigploit_3/Testing/Server/Attacks/Fraud/SendIMSI_Server/MapLoadServerSccpStack_management2.xml (No such file or directory)
2473 [main] DEBUG SendIMSIResp - Initialized SCCP Stack ....
2478 [main] DEBUG SendIMSIResp - Initializing TCAP Stack ....
3190 [main] DEBUG SendIMSIResp - Initialized TCAP Stack ....
3193 [main] DEBUG SendIMSIResp - Initializing MAP Stack ....
3911 [main] DEBUG SendIMSIResp - Initialized MAP Stack ....
430008 [pool-9-thread-1] WARN org.mobicents.protocols.ss7.sccp.impl.SccpStackImpl-MapLoadServerSccpStack - Rx : MTP-RESUME: AffectedDpc=1
439743 [pool-2-thread-1] WARN org.mobicents.protocols.ss7.sccp.impl.SccpRoutingControl - Received SccpMessage for Translation but no matching Rule found for local routing
SccpMessage=Sccp Msg [Type=UDT networkId=0 sls=1 incomingOpc=1 incomingDpc=2 outgoingDpc=-1 CallingAddress(pc=0,ssn=7,AI=18,gt=GlobalTitle0100Impl [digits=441234567890, natureOfAddress=INTERNATIONAL, numberingPlan=ISDN_TELEPHONY, translationType=0, encodingScheme=BCDEvenEncodingScheme[type=BCD_ODD, code=2]]) CalledParty(pc=0,ssn=6,AI=18,gt=GlobalTitle0100Impl [digits=2348123461759, natureOfAddress=INTERNATIONAL, numberingPlan=ISDN_TELEPHONY, translationType=0, encodingScheme=BCDOddEncodingScheme[type=BCD_ODD, code=1]]) DataLen=60]
469821 [Thread-0] WARN org.mobicents.protocols.ss7.m3ua.impl.AspFactoryImpl - Communication channel shutdown for AspFactroy=SASP1 Association=serverAsscoiation
469828 [Thread-0] WARN org.mobicents.protocols.ss7.m3ua.impl.AspFactoryImpl - Communication channel shutdown for AspFactroy=SASP1 Association=serverAsscoiation
469836 [Thread-0] ERROR org.mobicents.protocols.sctp.AssociationImpl - Rx -1 while trying to read from underlying socket for Association=serverAsscoiation
469840 [Thread-0] WARN org.mobicents.protocols.ss7.m3ua.impl.AspFactoryImpl - Communication channel shutdown for AspFactroy=SASP1 Association=serverAsscoiation
471991 [pool-9-thread-1] WARN org.mobicents.protocols.ss7.sccp.impl.SccpStackImpl-MapLoadServerSccpStack - Rx : MTP-PAUSE: AffectedDpc=1
Can someone Help