Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def main():
feeds_token = extract_configuration_param(
siemplify,
Config.INTEGRATION_NAME,
param_name="ANYRUN TI Feeds Basic token",
param_name="ANYRUN TI Feeds API key",
is_mandatory=True,
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


class Config:
VERSION: str = "Google-SecOps:2.0"
VERSION: str = "Google-SecOps:3.0"
INTEGRATION_NAME: str = "ANYRUN-TI-Feeds"
DATE_TIME_FORMAT: str = "%Y-%m-%d %H:%M:%S"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(self, siemplify: SiemplifyJob) -> None:
token = extract_configuration_param(
siemplify,
Config.INTEGRATION_NAME,
param_name="ANYRUN TI Feeds Basic token",
param_name="ANYRUN TI Feeds API key",
is_mandatory=True,
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ parameters:
description: Google SecOps - instance.
is_mandatory: true
integration_identifier: ANYRUN-TI-Feeds
- name: ANYRUN TI Feeds Basic token
- name: ANYRUN TI Feeds API key
type: password
description: Example [Basic с2vtio5fbl...l0RvUag==]
description: Example [WmNfqnpo...2Sjon7mtvm8e ]
is_mandatory: true
integration_identifier: ANYRUN-TI-Feeds
- name: Verify SSL
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[project]
name = "ANYRUN-TI-Feeds"
version = "2.0"
version = "3.0"
description = "ANY.RUN Threat Intelligence Feeds (TI Feeds) is a service that delivers data on indicators of compromise derived from real-time analyses in the ANY.RUN Sandbox. With fresh and accurate IOCs, including malicious IPs, URLs, and domains, you can seamlessly integrate it with Google SecOps. This expands your existing threat coverage and boosts detection rates for more effective security operations."
requires-python = ">=3.11,<3.12"
dependencies = [
"anyrun-sdk>=1.11.11",
"anyrun-sdk>=1.12.11",
"google-auth>=2.41.1",
"tipcommon",
"environmentcommon"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@
item_type: Integration
publish_time: '2025-12-16'
ticket_number: xxx
- description: Updated authorization workflow. Update SDK version.
integration_version: 3.0
item_name: ANYRUN TI Feeds
item_type: Integration
publish_time: '2026-01-21'

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading