Skip to main content

iboss

This Integration is part of the iboss Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.2.0 and later.

Manage block lists, manage allow lists, and perform domain, IP, and/or URL reputation and categorization lookups. This integration was integrated and tested with version 9.8.38.245 of iboss Zero Trust Secure Service Edge.

Configure iboss on Cortex XSOAR#

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

  2. Search for iboss.

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

    ParameterDescriptionRequired
    UsernameTrue
    PasswordTrue
    Account Settings IDTrue
    Trust any certificate (not secure)False
    Use system proxy settingsFalse
    Source ReliabilityReliability of the source providing the intelligence data
  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.

iboss-add-entity-to-allow-list#


Adds domains, IPs, and/or URLs to an allow list.

Base Command#

iboss-add-entity-to-allow-list

Input#

Argument NameDescriptionRequired
entityDomains, IPs, and/or URLs to add to an allow list.Required
current_policy_being_editedThe group/policy number to update. Default is 1.Optional
allow_keywordWhether to enforce blocked keywords. Possible values are: 0, 1. Default is 0.Optional
directionWhich direction(s) to match. Possible values are: 0, 1, 2. Default is 2.Optional
start_portWhich start port(s) to match; 0 indicates all ports. Default is 0.Optional
end_portWhich end port(s) to match; 0 indicates all ports. Default is 0.Optional
globalWhether to apply to all groups. Possible values are: 0, 1. Default is 0.Optional
is_regexWhether entity consists of a regex pattern. Possible values are: 0, 1. Default is 0.Optional
priorityPriority of entry (higher number takes precedence) when conflicting entry in allow list. Default is 0.Optional
time_url_expires_in_minutesThe expiration time in minutes for the entry (0 indicates an entry that does not expire). Default is 0.Optional
noteNote added to the entry.Optional

Context Output#

PathTypeDescription
iboss.AddEntityToAllowList.messageStringOperation result.

Command example#

!iboss-add-entity-to-allow-list entity=iboss.com

Context Example#

{
"iboss": {
"AddEntityToAllowList": {
"message": "`iboss.com` successfully added to policy 1 allow list."
}
}
}

Human Readable Output#

iboss.com successfully added to policy 1 allow list.

iboss-add-entity-to-block-list#


Adds domains, IPs, and/or URLs to a block list.

Base Command#

iboss-add-entity-to-block-list

Input#

Argument NameDescriptionRequired
entityDomains, IPs, and/or URLs to add to the block list.Required
current_policy_being_editedThe group/policy number to update. Default is 1.Optional
allow_keywordWhether to enforce blocked keywords. Possible values are: 0, 1. Default is 0.Optional
directionWhich direction(s) to match. Possible values are: 0, 1, 2. Default is 2.Optional
start_portWhich start port(s) to match; 0 indicates all ports. Default is 0.Optional
end_portWhich end port(s) to match; 0 indicates all ports. Default is 0.Optional
globalWhether to apply to all groups. Possible values are: 0, 1. Default is 0.Optional
is_regexWhether entity consists of a regex pattern. Possible values are: 0, 1. Default is 0.Optional
priorityPriority of entry (higher number takes precedence) when conflicting entry in the block list. Default is 0.Optional
time_url_expires_in_minutesThe expiration time in minutes for the entry (0 indicates an entry that does not expire). Default is 0.Optional
noteNote added to the entry.Optional

Context Output#

PathTypeDescription
iboss.AddEntityToBlockList.messageStringOperation result.

Command example#

!iboss-add-entity-to-block-list entity=iboss.com

Context Example#

{
"iboss": {
"AddEntityToBlockList": {
"message": "`iboss.com` successfully added to policy 1 block list."
}
}
}

Human Readable Output#

iboss.com successfully added to policy 1 block list.

domain#


Lookup reputation for domain names.

Base Command#

domain

Input#

Argument NameDescriptionRequired
domainDomain(s) to lookup.Required

Context Output#

PathTypeDescription
DBotScore.IndicatorStringThe indicator that was tested.
DBotScore.TypeStringThe indicator type.
DBotScore.VendorStringThe vendor used to calculate the score.
DBotScore.ScoreNumberThe actual score.
Domain.Malicious.DescriptionStringThe indicator context description
Domain.Malicious.VendorStringThe vendor that indicator context originated from.
Domain.NameStringThe domain.
iboss.Domain.isSafeUrlNumberWhether entity is deemed safe
iboss.Domain.categoriesStringThe entity categories.
DBotScore.activeMalwareSubscriptionNumberWhether active malware subscription is active
iboss.Domain.categorizedNumberWhether entity is categorized.
iboss.Domain.googleSafeBrowsingDescriptionStringGoogle safe browsing description
iboss.Domain.messageStringEntity lookup message.
iboss.Domain.urlStringThe entity to perforum URL check on.
iboss.Domain.googleSafeBrowsingEnabledNumberWhether Google safe browsing is enabled.
iboss.Domain.googleSafeBrowsingIsSafeUrlNumberWhether entity deemed safe by Google safe browsing.
iboss.Domain.googleSafeBrowsingSuccessNumberWhether Google safe browsing check was successful.
iboss.Domain.googleSafeBrowsingSupportStringWhether Google safe browsing is supported
iboss.Domain.malwareEngineAnalysisDescriptionStringMalware engine analysis description
iboss.Domain.malwareEngineAnalysisEnabledNumberWhether the malware engine analysis is enabled.
iboss.Domain.malwareEngineAnalysisSuccessNumberWhether the malware engine analysis check was successful.
iboss.Domain.malwareEngineIsSafeUrlNumberWhether the entity was deemed safe by the malware engine.
iboss.Domain.malwareEngineResultCodeStringThe result code from the malware engine analysis
iboss.Domain.realtimeCloudLookupDomainIsGreyNumberWhether realtime cloud lookup is grey.
iboss.Domain.realtimeCloudLookupDomainEnabledNumberWhether realtime cloud lookup is enabled.
iboss.Domain.realtimeCloudLookupIsSafeUrlNumberWhether realtime cloud lookup determined entity is safe.
iboss.Domain.realtimeCloudLookupRiskDescriptionStringRealtime cloud lookup risk description.
iboss.Domain.realtimeCloudLookupSuccessNumberWhether realtime cloud lookup chec was successful.
iboss.Domain.reputationDatabaseBotnetDetectionNumberWhether reputation database detected a botnet.
iboss.Domain.reputationDatabaseMalwareDetectionNumberWhether reputation database detected malware.
iboss.Domain.reputationDatabaseEnabledNumberWhether reputation database check is enabled.
iboss.Domain.reputationDatabaseIsSafeUrlStringWhether reputation database check determined entity is safe.
iboss.Domain.reputationDatabaseLookupSuccessNumberWhether reputation database lookup was successful.
iboss.Domain.webRequestHeuristicBlockUnreachableSitesNumberWhether unreachable sites will be blocked.
iboss.Domain.webRequestHeuristicDescriptionStringThe web request heuristic description.
iboss.Domain.webRequestHeuristicIsSafeUrlNumberWhether web request heuristics determined URL is safe.
iboss.Domain.webRequestHeuristicLevelHighScoreStringThe web request heuristic score high threshold.
iboss.Domain.webRequestHeuristicLevelLowScoreStringThe web request heuristic score low threshold.
iboss.Domain.webRequestHeuristicLevelMediumScoreStringThe web request heuristic score low threshold.
iboss.Domain.webRequestHeuristicLevelNoneScoreStringThe web request heuristic score none threshold.
iboss.Domain.webRequestHeuristicProtectionActionHighNumberThe web request heuristic protection action high threshold.
iboss.Domain.webRequestHeuristicProtectionActionLowNumberThe web request heuristic protection action low threshold.
iboss.Domain.webRequestHeuristicProtectionActionMediumNumberThe web request heuristic protection action medium threshold.
iboss.Domain.webRequestHeuristicProtectionLevelStringThe web request heuristic protection level.
iboss.Domain.webRequestHeuristicSuccessNumberWhether web request heuristic check was successful.
iboss.Domain.webRequestHeuristicSupportNumberWhether web request heuristic support enabled.

Command example#

!domain domain=iboss.com

Context Example#

{
"DBotScore": {
"Indicator": "iboss.com",
"Score": 1,
"Type": "domain",
"Vendor": "iboss"
},
"Domain": {
"DetectionEngines": 5,
"Name": "iboss.com",
"PositiveDetections": 0
},
"iboss": {
"Domain": {
"activeMalwareSubscription": 1,
"categories": [
"Business",
"Technology"
],
"categorized": "true",
"googleSafeBrowsingDescription": "",
"googleSafeBrowsingEnabled": 1,
"googleSafeBrowsingIsSafeUrl": 1,
"googleSafeBrowsingSuccess": 1,
"googleSafeBrowsingSupport": 1,
"isSafeUrl": 1,
"malwareEngineAnalysisDescription": "",
"malwareEngineAnalysisEnabled": 1,
"malwareEngineAnalysisSuccess": 1,
"malwareEngineIsSafeUrl": 1,
"malwareEngineResultCode": 0,
"message": "Status: Url Known. Please see categories below.",
"realtimeCloudLookupDomainIsGrey": 0,
"realtimeCloudLookupEnabled": 1,
"realtimeCloudLookupIsSafeUrl": 1,
"realtimeCloudLookupRiskDescription": "",
"realtimeCloudLookupSuccess": 1,
"reputationDatabaseBotnetDetection": 0,
"reputationDatabaseEnabled": 1,
"reputationDatabaseIsSafeUrl": 1,
"reputationDatabaseLookupSuccess": 1,
"reputationDatabaseMalwareDetection": 0,
"url": "iboss.com",
"webRequestHeuristicBlockUnreachableSites": "1",
"webRequestHeuristicDescription": "",
"webRequestHeuristicIsSafeUrl": 1,
"webRequestHeuristicLevelHighScore": "79",
"webRequestHeuristicLevelLowScore": "10",
"webRequestHeuristicLevelMediumScore": "60",
"webRequestHeuristicLevelNoneScore": "0",
"webRequestHeuristicProtectionActionHigh": "3",
"webRequestHeuristicProtectionActionLow": "0",
"webRequestHeuristicProtectionActionMedium": "3",
"webRequestHeuristicProtectionLevel": "1",
"webRequestHeuristicSuccess": 1,
"webRequestHeuristicSupport": 1
}
}
}

Human Readable Output#

iboss Result for domain iboss.com#

messagecategoriesisSafeUrlmalwareEngineAnalysisSuccessmalwareEngineAnalysisDescriptionreputationDatabaseLookupSuccessreputationDatabaseMalwareDetectionreputationDatabaseBotnetDetectionwebRequestHeuristicSuccesswebRequestHeuristicProtectionLevelwebRequestHeuristicDescriptiongoogleSafeBrowsingSuccessgoogleSafeBrowsingIsSafeUrlgoogleSafeBrowsingDescriptionrealtimeCloudLookupSuccessrealtimeCloudLookupDomainIsGreyrealtimeCloudLookupRiskDescription
Status: Url Known. Please see categories below.Business,
Technology
11100111110

ip#


Lookup reputation data for IP addresses.

Base Command#

ip

Input#

Argument NameDescriptionRequired
ipIP(s) to lookup.Required

Context Output#

PathTypeDescription
DBotScore.IndicatorStringThe indicator that was tested.
DBotScore.TypeStringThe indicator type.
DBotScore.VendorStringThe vendor used to calculate the score.
DBotScore.ScoreNumberThe actual score.
IP.Malicious.DescriptionStringThe indicator context description
IP.Malicious.VendorStringThe vendor that indicator context originated from.
IP.AddressStringThe IP address.
iboss.IP.isSafeUrlNumberWhether entity is deemed safe
iboss.IP.categoriesStringThe entity categories.
DBotScore.activeMalwareSubscriptionNumberWhether active malware subscription is active
iboss.IP.categorizedNumberWhether entity is categorized.
iboss.IP.googleSafeBrowsingDescriptionStringGoogle safe browsing description
iboss.IP.messageStringEntity lookup message.
iboss.IP.urlStringThe entity to perforum URL check on.
iboss.IP.googleSafeBrowsingEnabledNumberWhether Google safe browsing is enabled.
iboss.IP.googleSafeBrowsingIsSafeUrlNumberWhether entity deemed safe by Google safe browsing.
iboss.IP.googleSafeBrowsingSuccessNumberWhether Google safe browsing check was successful.
iboss.IP.googleSafeBrowsingSupportStringWhether Google safe browsing is supported
iboss.IP.malwareEngineAnalysisDescriptionStringMalware engine analysis description
iboss.IP.malwareEngineAnalysisEnabledNumberWhether the malware engine analysis is enabled.
iboss.IP.malwareEngineAnalysisSuccessNumberWhether the malware engine analysis check was successful.
iboss.IP.malwareEngineIsSafeUrlNumberWhether the entity was deemed safe by the malware engine.
iboss.IP.malwareEngineResultCodeStringThe result code from the malware engine analysis
iboss.IP.realtimeCloudLookupDomainIsGreyNumberWhether realtime cloud lookup is grey.
iboss.IP.realtimeCloudLookupDomainEnabledNumberWhether realtime cloud lookup is enabled.
iboss.IP.realtimeCloudLookupIsSafeUrlNumberWhether realtime cloud lookup determined entity is safe.
iboss.IP.realtimeCloudLookupRiskDescriptionStringRealtime cloud lookup risk description.
iboss.IP.realtimeCloudLookupSuccessNumberWhether realtime cloud lookup chec was successful.
iboss.IP.reputationDatabaseBotnetDetectionNumberWhether reputation database detected a botnet.
iboss.IP.reputationDatabaseMalwareDetectionNumberWhether reputation database detected malware.
iboss.IP.reputationDatabaseEnabledNumberWhether reputation database check is enabled.
iboss.IP.reputationDatabaseIsSafeUrlStringWhether reputation database check determined entity is safe.
iboss.IP.reputationDatabaseLookupSuccessNumberWhether reputation database lookup was successful.
iboss.IP.webRequestHeuristicBlockUnreachableSitesNumberWhether unreachable sites will be blocked.
iboss.IP.webRequestHeuristicDescriptionStringThe web request heuristic description.
iboss.IP.webRequestHeuristicIsSafeUrlNumberWhether web request heuristics determined URL is safe.
iboss.IP.webRequestHeuristicLevelHighScoreStringThe web request heuristic score high threshold.
iboss.IP.webRequestHeuristicLevelLowScoreStringThe web request heuristic score low threshold.
iboss.IP.webRequestHeuristicLevelMediumScoreStringThe web request heuristic score low threshold.
iboss.IP.webRequestHeuristicLevelNoneScoreStringThe web request heuristic score none threshold.
iboss.IP.webRequestHeuristicProtectionActionHighNumberThe web request heuristic protection action high threshold.
iboss.IP.webRequestHeuristicProtectionActionLowNumberThe web request heuristic protection action low threshold.
iboss.IP.webRequestHeuristicProtectionActionMediumNumberThe web request heuristic protection action medium threshold.
iboss.IP.webRequestHeuristicProtectionLevelStringThe web request heuristic protection level.
iboss.IP.webRequestHeuristicSuccessNumberWhether web request heuristic check was successful.
iboss.IP.webRequestHeuristicSupportNumberWhether web request heuristic support enabled.

Command example#

!ip ip=1.1.1.1

Context Example#

{
"DBotScore": {
"Indicator": "1.1.1.1",
"Score": 2,
"Type": "ip",
"Vendor": "iboss"
},
"IP": {
"Address": "1.1.1.1",
"DetectionEngines": 5,
"PositiveDetections": 1
},
"iboss": {
"IP": {
"activeMalwareSubscription": 1,
"categories": [
"Technology"
],
"categorized": "true",
"googleSafeBrowsingDescription": "",
"googleSafeBrowsingEnabled": 1,
"googleSafeBrowsingIsSafeUrl": 1,
"googleSafeBrowsingSuccess": 1,
"googleSafeBrowsingSupport": 1,
"isSafeUrl": 0,
"malwareEngineAnalysisDescription": "Redirect - Redirects to: https://1.1.1.1/",
"malwareEngineAnalysisEnabled": 1,
"malwareEngineAnalysisSuccess": 1,
"malwareEngineIsSafeUrl": 1,
"malwareEngineResultCode": 3,
"message": "Status: Url Known. Please see categories below.",
"realtimeCloudLookupDomainIsGrey": 0,
"realtimeCloudLookupEnabled": 1,
"realtimeCloudLookupIsSafeUrl": 1,
"realtimeCloudLookupRiskDescription": "",
"realtimeCloudLookupSuccess": 1,
"reputationDatabaseBotnetDetection": 0,
"reputationDatabaseEnabled": 1,
"reputationDatabaseIsSafeUrl": 1,
"reputationDatabaseLookupSuccess": 1,
"reputationDatabaseMalwareDetection": 0,
"url": "1.1.1.1",
"webRequestHeuristicBlockUnreachableSites": "1",
"webRequestHeuristicDescription": "Heuristic Engine Detection",
"webRequestHeuristicIsSafeUrl": 0,
"webRequestHeuristicLevelHighScore": "79",
"webRequestHeuristicLevelLowScore": "10",
"webRequestHeuristicLevelMediumScore": "60",
"webRequestHeuristicLevelNoneScore": "0",
"webRequestHeuristicProtectionActionHigh": "3",
"webRequestHeuristicProtectionActionLow": "0",
"webRequestHeuristicProtectionActionMedium": "3",
"webRequestHeuristicProtectionLevel": "1",
"webRequestHeuristicSuccess": 1,
"webRequestHeuristicSupport": 1
}
}
}

Human Readable Output#

iboss Result for IP 1.1.1.1#

messagecategoriesisSafeUrlmalwareEngineAnalysisSuccessmalwareEngineAnalysisDescriptionreputationDatabaseLookupSuccessreputationDatabaseMalwareDetectionreputationDatabaseBotnetDetectionwebRequestHeuristicSuccesswebRequestHeuristicProtectionLevelwebRequestHeuristicDescriptiongoogleSafeBrowsingSuccessgoogleSafeBrowsingIsSafeUrlgoogleSafeBrowsingDescriptionrealtimeCloudLookupSuccessrealtimeCloudLookupDomainIsGreyrealtimeCloudLookupRiskDescription
Status: Url Known. Please see categories below.Technology01Redirect - Redirects to: https://1.1.1.1/10011Heuristic Engine Detection1110

iboss-remove-entity-from-allow-list#


Removes domains, IPs, and/or URLs from an allow list

Base Command#

iboss-remove-entity-from-allow-list

Input#

Argument NameDescriptionRequired
entityDomains, IPs, and/or URLs to remove from an allow list.Required
current_policy_being_editedThe group/policy number to update. Default is 1.Optional
start_portWhich start port(s) to match; 0 indicates all ports. Default is 0.Optional
end_portWhich end port(s) to match; 0 indicates all ports. Default is 0.Optional
directionWhich direction(s) to match. Possible values are: 0, 1, 2. Default is 2.Optional

Context Output#

PathTypeDescription
iboss.RemoveEntityFromAllowList.messageStringOperation result.

Command example#

!iboss-remove-entity-from-allow-list entity=iboss.com

Context Example#

{
"iboss": {
"RemoveEntityFromAllowList": {
"message": "`iboss.com` removed from policy 1 allow list."
}
}
}

Human Readable Output#

iboss.com removed from policy 1 allow list.

iboss-remove-entity-from-block-list#


Removes domains, IPs, and/or URLs to a block list.

Base Command#

iboss-remove-entity-from-block-list

Input#

Argument NameDescriptionRequired
entityDomains, IPs, and/or URLs to remove from a block list.Required
current_policy_being_editedThe group/policy number to update. Default is 1.Optional
start_portWhich start port(s) to match; 0 indicates all ports. Default is 0.Optional
end_portWhich end port(s) to match; 0 indicates all ports. Default is 0.Optional
directionWhich direction(s) to match. Possible values are: 0, 1, 2. Default is 2.Optional

Context Output#

PathTypeDescription
iboss.RemoveEntityFromBlockList.messageStringOperation result.

Command example#

!iboss-remove-entity-from-block-list entity=iboss.com

Context Example#

{
"iboss": {
"RemoveEntityFromBlockList": {
"message": "`iboss.com` removed from policy 1 block list."
}
}
}

Human Readable Output#

iboss.com removed from policy 1 block list.

url#


Lookup reputation data for URLs.

Base Command#

url

Input#

Argument NameDescriptionRequired
urlURL(s) to lookup.Required

Context Output#

PathTypeDescription
DBotScore.IndicatorStringThe indicator that was tested.
DBotScore.TypeStringThe indicator type.
DBotScore.VendorStringThe vendor used to calculate the score.
DBotScore.ScoreNumberThe actual score.
URL.Malicious.DescriptionStringThe indicator context description
URL.Malicious.VendorStringThe vendor that indicator context originated from.
URL.DataStringThe URL.
iboss.URL.isSafeUrlNumberWhether entity is deemed safe
iboss.URL.categoriesStringThe entity categories.
DBotScore.activeMalwareSubscriptionNumberWhether active malware subscription is active
iboss.URL.categorizedNumberWhether entity is categorized.
iboss.URL.googleSafeBrowsingDescriptionStringGoogle safe browsing description
iboss.URL.messageStringEntity lookup message.
iboss.URL.urlStringThe entity to perforum URL check on.
iboss.URL.googleSafeBrowsingEnabledNumberWhether Google safe browsing is enabled.
iboss.URL.googleSafeBrowsingIsSafeUrlNumberWhether entity deemed safe by Google safe browsing.
iboss.URL.googleSafeBrowsingSuccessNumberWhether Google safe browsing check was successful.
iboss.URL.googleSafeBrowsingSupportStringWhether Google safe browsing is supported
iboss.URL.malwareEngineAnalysisDescriptionStringMalware engine analysis description
iboss.URL.malwareEngineAnalysisEnabledNumberWhether the malware engine analysis is enabled.
iboss.URL.malwareEngineAnalysisSuccessNumberWhether the malware engine analysis check was successful.
iboss.URL.malwareEngineIsSafeUrlNumberWhether the entity was deemed safe by the malware engine.
iboss.URL.malwareEngineResultCodeStringThe result code from the malware engine analysis
iboss.URL.realtimeCloudLookupDomainIsGreyNumberWhether realtime cloud lookup is grey.
iboss.URL.realtimeCloudLookupDomainEnabledNumberWhether realtime cloud lookup is enabled.
iboss.URL.realtimeCloudLookupIsSafeUrlNumberWhether realtime cloud lookup determined entity is safe.
iboss.URL.realtimeCloudLookupRiskDescriptionStringRealtime cloud lookup risk description.
iboss.URL.realtimeCloudLookupSuccessNumberWhether realtime cloud lookup chec was successful.
iboss.URL.reputationDatabaseBotnetDetectionNumberWhether reputation database detected a botnet.
iboss.URL.reputationDatabaseMalwareDetectionNumberWhether reputation database detected malware.
iboss.URL.reputationDatabaseEnabledNumberWhether reputation database check is enabled.
iboss.URL.reputationDatabaseIsSafeUrlStringWhether reputation database check determined entity is safe.
iboss.URL.reputationDatabaseLookupSuccessNumberWhether reputation database lookup was successful.
iboss.URL.webRequestHeuristicBlockUnreachableSitesNumberWhether unreachable sites will be blocked.
iboss.URL.webRequestHeuristicDescriptionStringThe web request heuristic description.
iboss.URL.webRequestHeuristicIsSafeUrlNumberWhether web request heuristics determined URL is safe.
iboss.URL.webRequestHeuristicLevelHighScoreStringThe web request heuristic score high threshold.
iboss.URL.webRequestHeuristicLevelLowScoreStringThe web request heuristic score low threshold.
iboss.URL.webRequestHeuristicLevelMediumScoreStringThe web request heuristic score low threshold.
iboss.URL.webRequestHeuristicLevelNoneScoreStringThe web request heuristic score none threshold.
iboss.URL.webRequestHeuristicProtectionActionHighNumberThe web request heuristic protection action high threshold.
iboss.URL.webRequestHeuristicProtectionActionLowNumberThe web request heuristic protection action low threshold.
iboss.URL.webRequestHeuristicProtectionActionMediumNumberThe web request heuristic protection action medium threshold.
iboss.URL.webRequestHeuristicProtectionLevelStringThe web request heuristic protection level.
iboss.URL.webRequestHeuristicSuccessNumberWhether web request heuristic check was successful.
iboss.URL.webRequestHeuristicSupportNumberWhether web request heuristic support enabled.

Command example#

!url url=https://www.iboss.com

Context Example#

{
"DBotScore": {
"Indicator": "https://www.iboss.com",
"Score": 1,
"Type": "url",
"Vendor": "iboss"
},
"URL": {
"Data": "https://www.iboss.com",
"DetectionEngines": 5,
"PositiveDetections": 0
},
"iboss": {
"URL": {
"activeMalwareSubscription": 1,
"categories": [
"Business",
"Technology"
],
"categorized": "true",
"googleSafeBrowsingDescription": "",
"googleSafeBrowsingEnabled": 1,
"googleSafeBrowsingIsSafeUrl": 1,
"googleSafeBrowsingSuccess": 1,
"googleSafeBrowsingSupport": 1,
"isSafeUrl": 1,
"malwareEngineAnalysisDescription": "",
"malwareEngineAnalysisEnabled": 1,
"malwareEngineAnalysisSuccess": 1,
"malwareEngineIsSafeUrl": 1,
"malwareEngineResultCode": 0,
"message": "Status: Url Known. Please see categories below.",
"realtimeCloudLookupDomainIsGrey": 0,
"realtimeCloudLookupEnabled": 1,
"realtimeCloudLookupIsSafeUrl": 1,
"realtimeCloudLookupRiskDescription": "",
"realtimeCloudLookupSuccess": 1,
"reputationDatabaseBotnetDetection": 0,
"reputationDatabaseEnabled": 1,
"reputationDatabaseIsSafeUrl": 1,
"reputationDatabaseLookupSuccess": 1,
"reputationDatabaseMalwareDetection": 0,
"url": "https://www.iboss.com",
"webRequestHeuristicBlockUnreachableSites": "1",
"webRequestHeuristicDescription": "",
"webRequestHeuristicIsSafeUrl": 1,
"webRequestHeuristicLevelHighScore": "79",
"webRequestHeuristicLevelLowScore": "10",
"webRequestHeuristicLevelMediumScore": "60",
"webRequestHeuristicLevelNoneScore": "0",
"webRequestHeuristicProtectionActionHigh": "3",
"webRequestHeuristicProtectionActionLow": "0",
"webRequestHeuristicProtectionActionMedium": "3",
"webRequestHeuristicProtectionLevel": "1",
"webRequestHeuristicSuccess": 1,
"webRequestHeuristicSupport": 1
}
}
}

Human Readable Output#

iboss Result for URL https://www.iboss.com#

messagecategoriesisSafeUrlmalwareEngineAnalysisSuccessmalwareEngineAnalysisDescriptionreputationDatabaseLookupSuccessreputationDatabaseMalwareDetectionreputationDatabaseBotnetDetectionwebRequestHeuristicSuccesswebRequestHeuristicProtectionLevelwebRequestHeuristicDescriptiongoogleSafeBrowsingSuccessgoogleSafeBrowsingIsSafeUrlgoogleSafeBrowsingDescriptionrealtimeCloudLookupSuccessrealtimeCloudLookupDomainIsGreyrealtimeCloudLookupRiskDescription
Status: Url Known. Please see categories below.Business,
Technology
11100111110

iboss-add-entity-to-policy-layer-list#


Add entity to policy layer list.

Base Command#

iboss-add-entity-to-policy-layer-list

Input#

Argument NameDescriptionRequired
policy_layer_namePolicy layer name to lookup.Required
entityEntity to add to policy layer list.Required
start_portWhich start port(s) to match; 0 indicates all ports. Default is 0.Optional
end_portWhich end port(s) to match; 0 indicates all ports. Default is 0.Optional
directionWhich direction(s) to match. Possible values are: 0, 1, 2. Default is 2.Optional
do_dlp_scanWhether to perform DLP scanning. Possible values are: 0, 1. Default is 1.Optional
do_malware_scanWhether to perform malware scanning. Possible values are: 0, 1. Default is 1.Optional
priorityPriority of entry (higher number takes precedence) when conflicting entry in the block list. Default is 0.Optional
time_url_expires_in_secondsThe expiration time in seconds for the entry (0 indicates an entry that does not expire). Default is 0.Optional
noteNote added to the entry.Optional
is_regexWhether entity consists of a regex pattern. Possible values are: 0, 1. Default is 0.Optional
upsertUpdate entity if it already exists. Possible values are: 0, 1. Default is 0.Optional

Context Output#

PathTypeDescription
iboss.AddEntityToPolicyLayerList.messageStringOperation result.

Command example#

!iboss-add-entity-to-policy-layer-list entity=iboss.com policy_layer_name="Test Policy Layer - Allow List"

Context Example#

{
"iboss": {
"AddEntityToPolicyLayerList": {
"message": "Successfully added URL to list."
}
}
}

Human Readable Output#

Successfully added URL to list.

iboss-remove-entity-from-policy-layer-list#


Remove entity from policy layer list.

Base Command#

iboss-remove-entity-from-policy-layer-list

Input#

Argument NameDescriptionRequired
policy_layer_namePolicy layer name to lookup.Required
entityEntity to add to policy layer list.Required
start_portWhich start port(s) to match; 0 indicates all ports. Default is 0.Optional
end_portWhich end port(s) to match; 0 indicates all ports. Default is 0.Optional
directionWhich direction(s) to match. Possible values are: 0, 1, 2. Default is 2.Optional
do_dlp_scanWhether to perform DLP scanning. Possible values are: 0, 1. Default is 1.Optional
do_malware_scanWhether to perform malware scanning. Possible values are: 0, 1. Default is 1.Optional
priorityPriority of entry (higher number takes precedence) when conflicting entry in the block list. Default is 0.Optional
time_url_expires_in_secondsThe expiration time in seconds for the entry (0 indicates an entry that does not expire). Default is 0.Optional
noteNote added to the entry.Optional
is_regexWhether entity consists of a regex pattern. Possible values are: 0, 1. Default is 0.Optional

Context Output#

PathTypeDescription
iboss.RemoveEntityFromPolicyLayerList.messageStringOperation result.

Command example#

!iboss-remove-entity-from-policy-layer-list entity=iboss.com policy_layer_name="Test Policy Layer - Allow List"

Context Example#

{
"iboss": {
"RemoveEntityFromPolicyLayerList": {
"message": "iboss.com removed from policy layer `Test Policy Layer - Allow List`."
}
}
}

Human Readable Output#

iboss.com removed from policy layer Test Policy Layer - Allow List.