Hunting Pastebin with PasteHunter
Common Information
Type Value
UUID a0774ba1-0da9-4ee8-84a7-d20a5485a6ac
Fingerprint 354807928717e79d
Analysis status DONE
Considered CTI value 0
Text language
Published April 9, 2017, 5:34 p.m.
Added to db Jan. 19, 2023, 12:05 a.m.
Last updated Nov. 19, 2024, 3:11 a.m.
Headline Hunting Pastebin with PasteHunter
Title Hunting Pastebin with PasteHunter
Detected Hints/Tags/Attributes 25/1/6
Attributes
Details Type #Events CTI Value
Details Domain 4135
github.com
Details Domain 3
techanarchy.net
Details Email 1
thehermit@techanarchy.net
Details Github username 5
kevthehermit
Details Url 1
https://github.com/kevthehermit/pastehunter
Details Yara rule 1
rule custom_keywords {
	meta:
		author = "@KevTheHermit"
		info = "Part of PasteHunter"
	strings:
		$my_email = "thehermit@techanarchy.net" ascii wide nocase
		$my_domain = "techanarchy.net" ascii wide nocase
		$this_word = "This Word"
		$other_word = "More Words"
	condition:
		any of them
}