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.

 

1 ACCEPTED SOLUTION

Accepted Solutions

@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.
 

View solution in original post

11 REPLIES 11

Cyber Elite
Cyber Elite

@Jafar_Hussain,

Check the Threat Vault at the link below for Morti and there's already two antivirus signatures for MortiAgent and a WildFire signature. If you don't find that suitable defense you'll need to look into creating your own custom threat signature.

 

Custom Threat Signature

Threat Vault

@BPry 

Thanks for the information.

I was unable to find MortiAgent in the PAN threat vault

It is mandatory to create a custom signature for Mortiagent malware.

I have gone through the documents which you provided. if i will create a customer signature what is the threat id we need to use.

@Jafar_Hussain,

The threat ID you select doesn't matter, as long as it's within the available range. Some people make enough to actually create a format for numbering their custom IDs, others don't follow one and simply increment with each entry.

 

@BPry 

Thank you for the information, i will check this.

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!