Add isMalicious expansion and hover module - #798
Merged
Conversation
Contributor
Author
|
Ready for review. Expansion + hover module, auto-discovered under |
Member
|
Can you update the module to pass the CI? Thank you very much. |
Co-authored-by: Cursor <cursoragent@cursor.com>
The previous CI run failed on the unrelated BTC scam check live query; this rebases onto main (where that test is skipped in LiveCI) and covers the new module with mocked requests like the other recent expansions. Co-authored-by: Cursor <cursoragent@cursor.com>
hexablob
force-pushed
the
feat/ismalicious-module
branch
from
August 19, 2026 13:12
c16f0b3 to
8c3a345
Compare
Contributor
Author
|
Definitely updated it @adulau, rebased onto current
Local flake8 + those six tests pass. CI should go green on this push. |
Member
|
Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #797
Description
Adds
misp_modules/modules/expansion/ismalicious.py, an expansion + hover module that callsGET https://api.ismalicious.com/checkwithX-API-KEY.Input types:
ip-src,ip-dst,hostname,domain,url,domain|ipConfig:
api_key(required),api_url(optional, defaulthttps://api.ismalicious.com)Output: a text attribute summarizing
malicious, risk score, categories, and source count. Hover and expansion share the same handler.No extra Python dependencies (
requestsis already used by other expansion modules). Expansion modules in this directory are auto-discovered.Docs: https://ismalicious.com/integrations/misp