Moriagent malware

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Moriagent malware

L4 Transporter

Dear Team,

 

I don't have much idea about Moriagent malware, i got an instruction i need to create a rule or block this malware

 

 How to stop MortiAgent Malware using snort rule?

 

I want to stop the MoriAgent malware by applying /using snort rule.

How to configure this in Palo alto ?

Below are snort rule.

1. The below SNORT rule can be used to detect the MoriAgent Beacon.
alert tcp $HOME_NET any -> $EXTERNAL_NET $HTTP_PORTS (msg:" MoriAgent Beacon
HTTP Request"; content:"/Index.php?i="; depth:200; content:"&t="; within:64;
content:"HTTP/1.1"; within:64; content:"Content-Type: application/json"; within:32;
content:"Content-Length: 0"; within:90; threshold:type limit,track by_src,count
1,seconds 120; sid:1000001; rev:001;)

 

Can anyone help me to understand what I need to do, I searched about this but didn't get much information.

 

11 REPLIES 11

Hello,

If its a 'White' IOC notice, I wouldnt worry about it but I guess a EDL or a special policy with a block for those IP's would do.

 

Regards,

@OtakarKlier 

Thanks. i have found the pattern of the signature.

(/Index.php?i= and &t and HTTP/1.1 and Content-Type: application/json)
 
In the custom signature which condition i need to follow "And" condition "OR" condition. and for the qualifier which information i need to add.
 
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!