feat: ioc batch-search --info=locations + --limit#286
Merged
Conversation
Surfaces the new info=locations / limit params on POST
/insight/{oid}/objects (lc_api-go) which routes to insight-go's
get_obj_batch_locations RPC. Adds the params to Insight.batch_search
and exposes them as --info / --limit on the batch-search CLI.
The whole batch still consumes a single ioc-search rate-limit
charge regardless of --info -- that's the entire reason callers
should prefer batch-search over fanning out per-IOC search calls.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
CLI/SDK support for the new
infoandlimitparams onPOST /insight/{oid}/objects(lc_api-go feat/batch-ioc-locations-info-param), which routes to insight-go'sget_obj_batch_locationsRPC (insight-go ac80936 / #280).Insight.batch_searchSDK gainsinfo(`summary` | `locations`) andlimitkwargs.limacharlie ioc batch-searchgains--infoand--limitflags.--info. That gateway-level protection is what makes the batch endpoint preferable to fanning out per-IOC search calls.Test plan
tests/unit/test_sdk_insight.pycovers defaultinfo=summary,info=locations, limit included/excluded.Depends on
feat/batch-ioc-locations-info-parambranch (32d7bbf, 40c3ce6)🤖 Generated with Claude Code