Skip to main content

Stamus

This Integration is part of the Stamus Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.9.0 and later.

[Get Declaration of Compromises from Stamus Security Platform and build Incidents. Then get related artifacts, events and Host Insight information] This integration was integrated and tested with version 39.0.1 of Stamus Security Platform

Configure Stamus on Cortex XSOAR#

  1. Navigate to Settings > Integrations > Servers & Services.

  2. Search for Stamus.

  3. Click Add instance to create and configure a new integration instance.

    ParameterDescriptionRequired
    Stamus Central ServerTrue
    API KeyThe API Key to use for connectionTrue
    Trust any certificate (not secure)False
    Use system proxy settingsFalse
    Incident typeFalse
    Fetch incidentsFalse
    Maximum number of incidents per fetchFalse
    First fetch timeFalse
  4. Click Test to validate the URLs, token, and connection.

Commands#

You can execute these commands from the Cortex XSOAR CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.

stamus-check-ioc#


[Get events with IOC key/value filter]

Base Command#

stamus-check-ioc

Input#

Argument NameDescriptionRequired
indicator_key[Indicator of Compromise key].Required
indicator_value[Indicator of Compromise value].Required

Context Output#

PathTypeDescription
StamusIntegration.IOCString[Fetch events matching an IOC.]
StamusIntegration.IOC.timestampString[Timestamp of the event]
StamusIntegration.IOC.src_ipString[Source IP of the event]
StamusIntegration.IOC.dest_ipString[Destination IP of the event]
StamusIntegration.IOC.event_typeString[Type of the event - can be multitude, example: HTTP,SMB,DNS,Flow,TLS,KRB5,FTP etc]

stamus-get-host-insight#


[Get Host Insights information]

Base Command#

stamus-get-host-insight

Input#

Argument NameDescriptionRequired
ip[IP to get Host Insights information].Required

Context Output#

PathTypeDescription
StamusIntegration.HostInsightsString[Fetch information about a host known by Host Insight module]
StamusIntegration.HostInsights.ipString[Stamus Host Insights IP address]
StamusIntegration.HostInsights.host_id.client_service.first_seenString[Timestamp of first time seen]
StamusIntegration.HostInsights.host_id.client_serviceString[Client network service detected]
StamusIntegration.HostInsights.host_id.services.protoString[Network services protocol]
StamusIntegration.HostInsights.host_id.services.portString[Network services port]
StamusIntegration.HostInsights.host_id.services.values.first_seenString[Network services for the corresponding application protocol first time seen]
StamusIntegration.HostInsights.host_id.services.values.last_seenString[Network services for the corresponding application protocol last time seen]
StamusIntegration.HostInsights.host_id.services.values.app_protoString[Network services application layer protocol]
StamusIntegration.HostInsights.host_id.services.services_countNumber[Number of network services detected on the host]
StamusIntegration.HostInsights.host_id.client_service.nameString[Type of client network service detected - can be HTTP,KRB5,TLS,DCERPC,SMB etc]
StamusIntegration.HostInsights.host_id.hostname.hostString[Hostname detected on the host]
StamusIntegration.HostInsights.host_id.username.userString[Username detected loggin in on the host]
StamusIntegration.HostInsights.host_id.http.user_agent.agentString[HTTP User-Agent detected being used from the host]
StamusIntegration.HostInsights.host_id.tls.ja3.hashString[TLS JA3 hash detected being used from the host]
StamusIntegration.HostInsights.host_id.tls.ja3s.hashString[TLS JA3S hash detected being used from the host]

stamus-get-doc-events#


[Get events for a Declaration of Compromise using the Stamus ID]

Base Command#

stamus-get-doc-events

Input#

Argument NameDescriptionRequired
id[Stamus ID used to get related information].Required

Context Output#

PathTypeDescription
StamusIntegration.RelatedEventsString[Get events for a Declaration of Compromise.]
StamusIntegration.RelatedEvents.timestampString[Timestamp of the Stamus event]
StamusIntegration.RelatedEvents.stamus.assetString[Stamus asset]
StamusIntegration.RelatedEvents.offenderString[Offender, against the Stamus asset]
StamusIntegration.RelatedEvents.killchainString[Killchain stage]
StamusIntegration.RelatedEvents.methodString[Stamus method triggered]
StamusIntegration.RelatedEvents.infoString[Extra Information]
StamusIntegration.RelatedEvents.src_ipString[Source IP of the event]
StamusIntegration.RelatedEvents.dest_ipString[Destination IP of the event]
StamusIntegration.RelatedEvents.app_protoString[Application protocol of the event]