Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

IOK (Indicator Of Kit) is an open source language and ruleset for detecting phishing threat actor tools and tactics

License

NotificationsYou must be signed in to change notification settings

phish-report/IOK

Repository files navigation

IOK logo

View detections on phish.report 🐟


Screenshot of one of the IOK indicator rules

Indicator of Kit is an open source detection language for phishing site techniques, kits, and threat actors 🕵️

  • Simple: based onSigma, a simple detection rules language 🚀
  • Rich metadata: rules have descriptions, tags, and links to blog posts or related rules.

Use cases:

📝 Creating indicators

IOK indicators are written usingSigma

Field nameTypeDescription
title[]stringThe title of the site as shown in a browser. If multiple titles are set (e.g. by JavaScript), this contains each one.
hostnamestringThe hostname of the site
htmlstringThe contents of the page HTML (as returned by the server)
domstringThe contents of the page HTML after loading (e.g. after javascript has executed)
js[]stringContents of JavaScript from the page (includes inline scripts as well as scripts loaded externally)
css[]stringContents of CSS from the page (includes inline stylesheets as well as externally loaded stylesheets)
cookies[]stringCookies from the page. Each is in the formcookieName=value
headers[]stringHeaders sent by the server. Each is in the formHeader-Name: value
requests[]stringURLs of requests made by the page (and assets loaded by the page)

We are always looking for contributions: there's far more phishing kits and techniques than a single team can analyse!

To contribute a new rule:

  1. Try to make sure it doesn't already exist
  2. Open a pull request, adding your new file in theindicators/ folder
  3. We'll review it and merge your PR
  4. It'll go live onphish.report/IOK!

💭 Comparison to similar projects

IOKPhishingKit-Yara-RulesWappalyzer
Open Source
Ruleset size> 215 Rules 🦐500 rules 🐠1000s of rules 🐳
Can scanLive websites 🕸Phishing kit zips 📦Live websites 🕸
Phishing focused
Supports complex conditions
Sends out stickers to contributors 🎁

🤝 Contributing

There's areference on how to write IOK rules in the Phish Report documentation.

📝 License

This project isODbL licensed.You're free to use the rules in your own projects (including commercial ones!)as long as you creditphish.report/IOK as the source.

For more details, readOpenStreetMap's guidance (who also usethe ODbL license).

About

IOK (Indicator Of Kit) is an open source language and ruleset for detecting phishing threat actor tools and tactics

Topics

Resources

License

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp