Git Product home page Git Product logo

Comments (7)

Neo23x0 avatar Neo23x0 commented on August 22, 2024 1

I'll apply it to files only by setting a "filesize" in the condition of this rule. This should help.

from loki.

Neo23x0 avatar Neo23x0 commented on August 22, 2024

The rule that triggered was the following one

rule Invoke_Mimikatz {
	meta:
		description = "Detects Invoke-Mimikatz String"
		author = "Florian Roth"
		reference = "https://github.com/clymb3r/PowerShell/tree/master/Invoke-Mimikatz"
		date = "2016-08-03"
	strings:
		$x1 = "Invoke-Mimikatz" wide fullword
	condition:
      1 of them
}

I suppose that the "SearchProtocolHost.exe" process started indexing the LOKI signature files on disk and that's why the "Invoke-Mimikatz" keyword made its way into memory of that process.

from loki.

antonioCoco avatar antonioCoco commented on August 22, 2024

Is there a way to fix that behaviour or maybe should I tune some false positive Yara rule? thank you for your support

from loki.

Neo23x0 avatar Neo23x0 commented on August 22, 2024

Sorry for the late reply. I would simply filter out this specific alert where you analyze the results.

from loki.

azfayel avatar azfayel commented on August 22, 2024

How to ensure that are false positives ? Code improvement ?

from loki.

Neo23x0 avatar Neo23x0 commented on August 22, 2024

If it's SearchProtocolHost.exe and the Invoke_Mimikatz YARA rule matching on that process memory than it is most likely a false positive. I could change the code and exclude some rules from process memory matching. Low prio task.

from loki.

lctrcl avatar lctrcl commented on August 22, 2024

I can confirm that this was triggered also while doing the scan. IMHO, would be useful to have this at least in the documentation somewhere as "Possible FPs".

from loki.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.