Skip to main content

JizoM

This Integration is part of the JizoM Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.10.0 and later.

This integration ensures interaction with the JizoM API. This integration was integrated and tested with version 12.3 of JizoM.

Configure JizoM on Cortex XSOAR#

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

  2. Search for JizoM.

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

    ParameterDescriptionRequired
    UsernameReliability of the source providing the intelligence data.True
    PasswordTrue
    Server URL. e.g., https://127.0.0.1:9001True
    Fetch incidentsFalse
    Incident typeFalse
    Trust any certificate (not secure)False
    Use system proxy settingsFalse
    Incidents Fetch IntervalFalse
    First fetch time (number, time unit, for example, 12 hours, 7 days, 3 months, 1 year)False
    Maximum number of alerts per fetchFalse
  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.

jizo-m-protocols-get#


Get the list of alerts sorted by protocols.

Base Command#

jizo-m-protocols-get

Input#

Argument NameDescriptionRequired
ip_srcIpv4 or Ipv6 of the source.Optional
ip_destIpv4 or Ipv6 of the destination.Optional
datetime_fromGet the alerts that were occurred from this date, for example, "3 days ago", "2020-01-01-00:00:00". The default value is 7 days ago.Optional
datetime_toGet the alerts that were occurred up to this date, for example, "3 days ago", "2020-01-01-00:00:00". The default is now.Optional
probe_nameThe name of the jizo probe.Optional
pageA page number for pagination.Optional
limitThe maximum number of protocols to display per alert.Optional

Context Output#

PathTypeDescription
JizoM.Protocols.alerts_flows.countNumberThe number of displayed alerts.
JizoM.Protocols.alerts_flows.dataStringThe details of alerts.
JizoM.Protocols.alerts_flows.totalNumberThe total number of alerts.
JizoM.Protocols.alerts_files.countNumberThe number of displayed alerts.
JizoM.Protocols.alerts_files.dataStringThe details of alerts.
JizoM.Protocols.alerts_files.totalNumberThe total number of alerts.
JizoM.Protocols.alerts_usecase.countNumberThe number of displayed alerts.
JizoM.Protocols.alerts_usecase.dataStringThe details of alerts.
JizoM.Protocols.alerts_usecase.totalNumberThe total number of alerts.

jizo-m-peers-get#


Get list of IP addresses connected to a specific one.

Base Command#

jizo-m-peers-get

Input#

Argument NameDescriptionRequired
ip_srcIpv4 or Ipv6 of the source.Optional
ip_destIpv4 or Ipv6 of the destination.Optional
datetime_fromGet the alerts that were occurred from this date, for example, "3 days ago", "2020-01-01-00:00:00". The default value is 7 days ago.Optional
datetime_toGet the alerts that were occurred up to this date, for example, "3 days ago", "2020-01-01-00:00:00". The default is now.Optional
probe_nameThe name of the jizo probe.Optional
pageA page number for pagination.Optional
limitThe maximum number of samples to display per alert.Optional

Context Output#

PathTypeDescription
JizoM.Peers.alerts_flows.countNumberThe number of displayed alerts.
JizoM.Peers.alerts_flows.dataStringThe details of alerts.
JizoM.Peers.alerts_flows.totalNumberThe total number of alerts.
JizoM.Peers.alerts_files.countNumberThe number of displayed alerts.
JizoM.Peers.alerts_files.dataStringThe details of alerts.
JizoM.Peers.alerts_files.totalNumberThe total number of alerts.
JizoM.Peers.alerts_usecase.countNumberThe number of displayed alerts.
JizoM.Peers.alerts_usecase.dataStringThe details of alerts.
JizoM.Peers.alerts_usecase.totalNumberThe total number of alerts.

jizo-m-query-records-get#


Retrieve all information available on Jizo M, mainly alerts.

Base Command#

jizo-m-query-records-get

Input#

Argument NameDescriptionRequired
ip_srcIpv4 or Ipv6 of the source.Optional
ip_destIpv4 or Ipv6 of the destination.Optional
protoThe protocol. Possible values are: TCP, UDP, IP, IPSEC, ICMP, ARP.Optional
app_protoThe application protocol. Possible values are: HTTP, HTTPS, FTP, DNS, DHCP, DCERPC, SMB, SMTP, SNMP, SSL, SSH, SIP, RDP, RFB, NFS, MQTT, MSN, MODBUS, IMAP, TFTP, KRBS.Optional
port_srcThe source port.Optional
port_destThe destination port.Optional
flow_idThe id of the flow.Optional
sidThe id of the rule.Optional
probe_nameThe name of the jizo probe.Optional
portThe alert port.Optional
datetime_fromGet the alerts that were occurred from this date, for example, "3 days ago", "2020-01-01-00:00:00". The default value is 7 days ago.Optional
datetime_toGet the alerts that were occurred up to this date, for example, "3 days ago", "2020-01-01-00:00:00". The default is now.Optional
pageA page number for pagination.Optional
limitThe maximum number of samples to display per alert.Optional

Context Output#

PathTypeDescription
JizoM.QueryRecords.alerts_flows.countNumberThe number of displayed alerts.
JizoM.QueryRecords.alerts_flows.dataStringThe details of alerts.
JizoM.QueryRecords.alerts_flows.totalNumberThe total number of alerts.
JizoM.QueryRecords.alerts_files.countNumberThe number of displayed alerts.
JizoM.QueryRecords.alerts_files.dataStringThe details of alerts.
JizoM.QueryRecords.alerts_files.totalNumberThe total number of alerts.
JizoM.QueryRecords.alerts_usecase.countNumberThe number of displayed alerts.
JizoM.QueryRecords.alerts_usecase.dataStringThe details of alerts.
JizoM.QueryRecords.alerts_usecase.totalNumberThe total number of alerts.