Palo Alto Networks AutoFocus v2
AutoFocus by Palo Alto Networks Pack.#
This Integration is part of theUse the AutoFocus v2 integration to contextualize threat intelligence and bring speed, consistency, and precision to threat investigation. TIM customers that upgraded to version 6.2 or above, can have the API Key pre-configured in their main account so no additional input is needed. To use this feature, upgrade your license so it includes the license key.
#
Use Cases- Query samples / sessions
- Get sample analysis
- Get session details
- Get tag details
- Get top tags
#
Get Your API KeyTo get your API key, you need to add an authorization code, and then activate the API.
#
Add your authorization code- Go to the Palo Alto Networks support site.
- Select Assets > Site Licenses tab.
- Select Add Site License.
- Enter the authorization code.
#
Activate the API- in Site Licenses, select Enable.
- Click the API Key link.
Use the API key when configuring the integration. For more information on activating the license see Activating AutoFocus Licenses.
#
Configure AutoFocus V2 on Cortex XSOARNavigate to Settings > Integrations > Servers & Services.
Search for AutoFocus V2.
Click Add instance to create and configure a new integration instance.
Parameter Description Example Name A meaningful name for the integration instance. AutoFocus V2_instance_2 API Key Account's private token. N/A Source Reliability Reliability of the source providing the intelligence data. B - Usually reliable Additional Malicious Verdicts A comma-separated list of Palo Alto Networks verdicts to consider as malicious when calculating the DBot score. malware,phishing,c2 Override default credentials Whether to override the default AutoFocus API key given by the Cortex XSOAR platform. False Trust any certificate (not secure) When selected, certificates are not checked. N/A Use System Proxy Settings Runs the integration instance using the proxy server (HTTP or HTTPS) that you defined in the server configuration. N/A handle_error Suppress errors for non found indicators. N/A
- Click Test to validate the URLs, token, and connection.
#
CommandsYou 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.
#
Search for samplesSearches for samples. To view the results provide polling=true, or run the autofocus-samples-search-results
command with the returned Af Cookie. The AF Cookie expires 120 seconds after the search completes. Use the query that was created in AutoFocus within playbooks "as-is". To run the command with the query in Cortex XSOAR, wrap the query in backticks ``. For example:
#
Base Commandautofocus-search-samples
#
InputArgument Name | Description | Required |
---|---|---|
query | The query for which to retrieve samples. For additional information on how to build your query using the AF GUI, see the detailed description. | Optional |
max_results | The number of results to return. | Optional |
sort | The field by which to sort the results. | Optional |
order | The order of the results. Can be "Ascending" or "Descending". | Optional |
scope | The scope of the search. Can be "Private", "Public", or "Global". | Required |
file_hash | The MD5, SHA1 or SHA256 hash of the file. | Optional |
domain | The domain to search. | Optional |
ip | The IP address to search. | Optional |
url | The URL to search. | Optional |
artifact | Whether to return artifacts of samples. | Optional |
wildfire_verdict | The WildFire verdict. Can be "Malware", "Grayware", "Benign", or "Phishing". | Optional |
first_seen | The date range of the creation date. Format: YYY Y-MM-DDTHH:MM:SS,YYYY-MM-DDTHH:MM:SS where the first date is the beginning and the second is the end. Example: 2019-09-09T00:00:00,2019-09-09T23:01:59 | Optional |
last_updated | The date range of the last updated date. Format: YYY Y-MM-DDTHH:MM:SS,YYYY-MM-DDTHH:MM:SS where the first date is the beginning and the second is the end. Example: 2019-09-09T00:00:00,2019-09-09T23:01:59 | Optional |
af_cookie | The AF Cookie for retrieving results of previous searches. The AF Cookie expires 120 seconds after the search completes. | Optional |
polling | Use XSOAR built-in polling to retrieve the result when it's ready. | Optional |
retry_on_rate_limit | Whether an auto retry of the command will be executed once the quota is refreshed if the API points have run out. Possible values are: true, false. Default is false. | Optional |
#
Using pollingThe polling
argument was added in XSOAR 6.2.0. It enables to handle the search in a single command, foregoing the need to run autofocus-samples-search-results
.
For more info see Scheduled Commands.
#
How to Build a Query- Go to the AutoFocus platform search screen.
- Click the Advanced... button on the top right.
- Build a query by selecting the fields operators and relevant values. To add another condition, click the + button. For more information on how to use the search editor, see Work with the Search Editor.
- To get the query, open the API syntax, and click the >_API button.
Copy the query value from the opening curly bracket
{
until the,"scope"
parameter, and paste it as the value for thequery
argument for both search commands. For example:
#
Context OutputPath | Type | Description |
---|---|---|
AutoFocus.SamplesSearch.AFCookie | String | The ID of the search. Use this ID to get search results. The AF Cookie expires 120 seconds after the search completes. |
AutoFocus.SamplesSearch.Status | String | The search status. Can be "in progress" or "complete". |
AutoFocus.SamplesResults.Size | String | The file size in bytes. |
AutoFocus.SamplesResults.SHA1 | String | The SHA1 hash of the file. |
AutoFocus.SamplesResults.SHA256 | String | The SHA256 hash of the file. |
AutoFocus.SamplesResults.Created | Date | The date that the file was created. |
AutoFocus.SamplesResults.Finished | Date | The date the file was finished. |
AutoFocus.SamplesResults.Region | String | The region of the sample. |
AutoFocus.SamplesResults.FileType | String | The file type. |
AutoFocus.SamplesResults.Tags | String | The tags attached to the sample. |
AutoFocus.SamplesResults.Verdict | Number | The verdict of the sample. |
AutoFocus.SamplesResults.TagGroups | String | The groups of relevant tags. |
AutoFocus.SamplesSearch.Status | String | The search status. Can be "in progress" or "complete". |
AutoFocus.SamplesSearch.Artifact.b | Number | How many set the artifact as benign. |
AutoFocus.SamplesSearch.Artifact.g | Number | How many set the artifact as grayware. |
AutoFocus.SamplesSearch.Artifact.m | Number | How many set the artifact as malicious. |
AutoFocus.SamplesSearch.Artifact.confidence | String | How confident the decision. |
AutoFocus.SamplesSearch.Artifact.indicator | String | The indicator that was tested. |
AutoFocus.SamplesSearch.Artifact.indicator_type | String | The indicator type, for example: Mutex, User agent, IPv4, Domain. |
File.Size | Number | The size of the file in bytes. |
File.SHA1 | String | The SHA1 hash of the file. |
File.SHA256 | String | The SHA256 hash of the file. |
File.Type | String | The file type, as determined by libmagic (same as displayed in file entries). |
File.Tags | String | The tags of the file. |
AutoFocus.Quota.minute_points | Number | Total number of AutoFocus API points alloted per minute |
AutoFocus.Quota.daily_points | Number | Total number of AutoFocus API points alloted per day |
AutoFocus.Quota.minute_points_remaining | Number | Remaining number of AutoFocus API points per minute |
AutoFocus.Quota.daily_points_remaining | Number | Remaining number of AutoFocus API points per day |
AutoFocus.Quota.minute_bucket_start | Date | Timestamp for when the current minute allotment started |
AutoFocus.Quota.daily_bucket_start | Date | Timestamp for when the current daily allotment started |
#
Command Example#
Context Example#
Human Readable Output#
Search Samples Info:AFCookie | Status |
---|---|
2-78049b80-9c18-47e7-835e-d31ca8bd48aa+0 | in progress |
#
Search for sessionsSearches for sessions. To view the results provide polling=true, or run the autofocus-sessions-search-results
command with the returned AF Cookie. The AF Cookie expires 120 seconds after the search completes.
#
Base Commandautofocus-search-sessions
#
InputArgument Name | Description | Required |
---|---|---|
query | The query for which to retrieve samples. For additional information on how to build your query using the AF GUI, see the detailed description section. | Optional |
max_results | The maximum number of results to return. The default is 30. | Optional |
sort | The field by which to sort the results. | Optional |
order | The order of the results. Can be "Ascending" or "Descending". | Optional |
file_hash | The MD5, SHA1 or SHA256 hash of the file. | Optional |
domain | The domain to search. | Optional |
ip | The IP address to search. | Optional |
url | The URL to search. | Optional |
time_range | The date range in which to search for sessions. Format: YYY Y-MM-DDTHH:MM:SS,YYYY-MM-DDTHH:MM:SS where the first date is the beginning and the second is the end. Example: 2019-09-09T00:00:00,2019-09-09T23:01:59 | Optional |
time_after | The date after which to search for sessions. Format: YYYY-MM-DDTHH:MM:SS Example: 2019-09-09T23:01:59 | Optional |
time_before | The date before which to search for sessions. Format: YYYY-MM-DDTHH:MM:SS Example: 2019-09-09T23:01:59 | Optional |
polling | Use XSOAR built-in polling to retrieve the result when it's ready. | Optional |
retry_on_rate_limit | Whether an auto retry of the command will be executed once the quota is refreshed if the API points have run out. Possible values are: true, false. Default is false. | Optional |
#
Using pollingThe polling
argument was added in XSOAR 6.2.0. It enables to handle the search in a single command, foregoing the need for autofocus-sessions-search-results
.
For more info see Scheduled Commands.
#
How to Build a Query- Go to the AutoFocus platform search screen.
- Select the Advanced... button on the top right.
- Build a query by selecting fields operators and relevant values. To add another condition, click the + button. For more information on how to use the search editor, see Work with the Search Editor.
- To get the query you built, open the API syntax, and click the >_API button.
- Copy the query value from the opening curly bracket
{
until the,"scope"
parameter, and paste it as the value for thequery
argument for both search commands. For example:
#
Context OutputPath | Type | Description |
---|---|---|
AutoFocus.SessionsSearch.AFCookie | String | The ID of the search. Use the ID to get search results. The AF Cookie expires 120 seconds after the search completes. |
AutoFocus.SessionsSearch.Status | String | The status of the search. Can be "in progress" or "complete". |
AutoFocus.SessionsResults.FileName | String | The name of the file.. |
AutoFocus.SessionsResults.ID | String | The ID of the session. Used to get session details. |
AutoFocus.SessionsResults.Industry | String | The related industry. |
AutoFocus.SessionsResults.Region | String | The regions of the sessions. |
AutoFocus.SessionsResults.SHA256 | String | The SHA256 hash of the file. |
AutoFocus.SessionsResults.Seen | Date | The seen date. |
AutoFocus.SessionsResults.UploadSource | String | The source of the uploaded sample. |
AutoFocus.SessionsResults.FileURL | String | The URL of the file. |
AutoFocus.SessionsResults.Tags | String | The relevant tags. |
AutoFocus.SessionsSearch.Status | String | The search status. Can be "in progress" or "complete". |
File.Name | String | The full file name (including file extension). |
File.SHA256 | String | The SHA256 hash of the file. |
File.Tags | String | The tags of the file. |
AutoFocus.Quota.minute_points | Number | Total number of AutoFocus API points alloted per minute |
AutoFocus.Quota.daily_points | Number | Total number of AutoFocus API points alloted per day |
AutoFocus.Quota.minute_points_remaining | Number | Remaining number of AutoFocus API points per minute |
AutoFocus.Quota.daily_points_remaining | Number | Remaining number of AutoFocus API points per day |
AutoFocus.Quota.minute_bucket_start | Date | Timestamp for when the current minute allotment started |
AutoFocus.Quota.daily_bucket_start | Date | Timestamp for when the current daily allotment started |
#
Command Example#
Context Example#
Human Readable Output#
Search Sessions Info:AFCookie | Status |
---|---|
2-2d70539d-26af-40d2-b80b-16be60dabbaf+0 | in progress |
#
Get results of a samples searchReturns the results of a previous samples search.
#
Base Commandautofocus-samples-search-results
#
InputArgument Name | Description | Required |
---|---|---|
af_cookie | The AF Cookie for retrieving results of previous searches. The AF Cookie expires 120 seconds after the search completes. | Required |
retry_on_rate_limit | Whether an auto retry of the command will be executed once the quota is refreshed if the API points have run out. Possible values are: true, false. Default is false. | Optional |
#
Context OutputPath | Type | Description |
---|---|---|
AutoFocus.SamplesResults.Size | String | The file size in bytes. |
AutoFocus.SamplesResults.SHA1 | String | The SHA1 hash of the file. |
AutoFocus.SamplesResults.SHA256 | String | The SHA256 hash of the file. |
AutoFocus.SamplesResults.Created | Date | The date that the file was created. |
AutoFocus.SamplesResults.Finished | Date | The date the file was finished. |
AutoFocus.SamplesResults.Region | String | The region of the sample. |
AutoFocus.SamplesResults.FileType | String | The file type. |
AutoFocus.SamplesResults.Tags | String | The tags attached to the sample. |
AutoFocus.SamplesResults.Verdict | Number | The verdict of the sample. |
AutoFocus.SamplesResults.TagGroups | String | The groups of relevant tags. |
AutoFocus.SamplesSearch.Status | String | The search status. Can be "in progress" or "complete". |
AutoFocus.SamplesSearch.Artifact.b | Number | How many set the artifact as benign. |
AutoFocus.SamplesSearch.Artifact.g | Number | How many set the artifact as grayware. |
AutoFocus.SamplesSearch.Artifact.m | Number | How many set the artifact as malicious. |
AutoFocus.SamplesSearch.Artifact.confidence | String | How confident the decision. |
AutoFocus.SamplesSearch.Artifact.indicator | String | The indicator that was tested. |
AutoFocus.SamplesSearch.Artifact.indicator_type | String | The indicator type, for example: Mutex, User agent, IPv4, Domain. |
File.Size | Number | The size of the file in bytes. |
File.SHA1 | String | The SHA1 hash of the file. |
File.SHA256 | String | The SHA256 hash of the file. |
File.Type | String | The file type, as determined by libmagic (same as displayed in file entries). |
File.Tags | String | The tags of the file. |
AutoFocus.Quota.minute_points | Number | Total number of AutoFocus API points alloted per minute |
AutoFocus.Quota.daily_points | Number | Total number of AutoFocus API points alloted per day |
AutoFocus.Quota.minute_points_remaining | Number | Remaining number of AutoFocus API points per minute |
AutoFocus.Quota.daily_points_remaining | Number | Remaining number of AutoFocus API points per day |
AutoFocus.Quota.minute_bucket_start | Date | Timestamp for when the current minute allotment started |
AutoFocus.Quota.daily_bucket_start | Date | Timestamp for when the current daily allotment started |
#
Command Example#
Context Example#
Human Readable Output#
Search Samples Result is in progressCreated | FileType | Finished | ID | MD5 | Region | SHA1 | SHA256 | Size | Tags | Verdict | imphash | ssdeep | tag_groups | tasks |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2020-04-05T00:03:49 | PE | 2020-04-05T00:11:59 | d455abd39edc7a2f03fa43b4d0f9194a11e73fce9c794021b5ca050dd0bc156d | 77c94c76214c7069b7fc5e7634b7e225 | us | 1460b6a9a0955f0d5c011edba569786c13b6d8a6 | d455abd39edc7a2f03fa43b4d0f9194a11e73fce9c794021b5ca050dd0bc156d | 362331 | Unit42.IPAddressLookup,Unit42.InitialSystemDataEnumeration,Unit42.RunOnce,Unit42.GandCrab | 1 | f456e8b8fd5e0768c2e3120e086c8ebc | 6144 | Ransomware | {'metadata_compilation_ts': '2018-06-11T11:15:25'} |
#
Artifacts for Sample:b | g | m | indicator_type | confidence | indicator |
---|---|---|---|---|---|
1 | 0 | 145006 | Domain | suspect | carder.bit |
1 | 0 | 208393 | Domain | suspect | ransomware.bit |
373 | 67 | 317773 | IPv4 | suspect | 66.171.248.178 |
#
Get results of a sessions searchReturns the results of a previous session's search.
#
Base Commandautofocus-sessions-search-results
#
InputArgument Name | Description | Required |
---|---|---|
af_cookie | The AF Cookie for retrieving the results of a previous search. The AF Cookie expires 120 seconds after the search completes. | Required |
retry_on_rate_limit | Whether an auto retry of the command will be executed once the quota is refreshed if the API points have run out. Possible values are: true, false. Default is false. | Optional |
#
Context OutputPath | Type | Description |
---|---|---|
AutoFocus.SessionsResults.FileName | String | The name of the file.. |
AutoFocus.SessionsResults.ID | String | The ID of the session. Used to get session details. |
AutoFocus.SessionsResults.Industry | String | The related industry. |
AutoFocus.SessionsResults.Region | String | The regions of the sessions. |
AutoFocus.SessionsResults.SHA256 | String | The SHA256 hash of the file. |
AutoFocus.SessionsResults.Seen | Date | The seen date. |
AutoFocus.SessionsResults.UploadSource | String | The source of the uploaded sample. |
AutoFocus.SessionsResults.FileURL | String | The URL of the file. |
AutoFocus.SessionsResults.Tags | String | The relevant tags. |
AutoFocus.SessionsSearch.Status | String | The search status. Can be "in progress" or "complete". |
File.Name | String | The full file name (including file extension). |
File.SHA256 | String | The SHA256 hash of the file. |
File.Tags | String | The tags of the file. |
AutoFocus.Quota.minute_points | Number | Total number of AutoFocus API points alloted per minute |
AutoFocus.Quota.daily_points | Number | Total number of AutoFocus API points alloted per day |
AutoFocus.Quota.minute_points_remaining | Number | Remaining number of AutoFocus API points per minute |
AutoFocus.Quota.daily_points_remaining | Number | Remaining number of AutoFocus API points per day |
AutoFocus.Quota.minute_bucket_start | Date | Timestamp for when the current minute allotment started |
AutoFocus.Quota.daily_bucket_start | Date | Timestamp for when the current daily allotment started |
#
Command Example#
Context Example#
Human Readable Output#
Search Sessions Results is completeFileName | ID | Industry | Region | SHA256 | Seen | Tags | UploadSource | tag_groups |
---|---|---|---|---|---|---|---|---|
wildfire-test-pe-file.exe | u_56095401643 | High Tech | us | 2eb355b54855c7531a811d435b2ff4dc74d377bfed98fd1ad03caa591f5555bd | 2019-12-11T08:52:16 | Commodity.WildFireTest | Manual API | |
wildfire-test-pe-file (4).exe | u_49158137853 | High Tech | us | f29192fba1064d582cddc85ef3bcf37fa8e9b7d5faddb3e67d241d472e66ab38 | 2019-10-02T11:04:05 | Commodity.WildFireTest | Manual API | |
wildfire-test-pe-file (4).exe | u_49159945553 | High Tech | us | f29192fba1064d582cddc85ef3bcf37fa8e9b7d5faddb3e67d241d472e66ab38 | 2019-10-02T11:19:21 | Commodity.WildFireTest | Manual API | |
wildfire-test-pe-file (4).exe | u_48980717523 | High Tech | us | f29192fba1064d582cddc85ef3bcf37fa8e9b7d5faddb3e67d241d472e66ab38 | 2019-09-30T23:58:00 | Commodity.WildFireTest | Manual API | |
wildfire-test-pe-file (4).exe | u_48980935123 | High Tech | us | f29192fba1064d582cddc85ef3bcf37fa8e9b7d5faddb3e67d241d472e66ab38 | 2019-10-01T00:02:36 | Commodity.WildFireTest | Manual API | |
wildfire-test-pe-file (4).exe | u_48980770253 | High Tech | us | f29192fba1064d582cddc85ef3bcf37fa8e9b7d5faddb3e67d241d472e66ab38 | 2019-09-30T23:59:18 | Commodity.WildFireTest | Manual API | |
wildfire-test-pe-file (4).exe | u_48980686453 | High Tech | us | f29192fba1064d582cddc85ef3bcf37fa8e9b7d5faddb3e67d241d472e66ab38 | 2019-09-30T23:57:10 | Commodity.WildFireTest | Manual API | |
wildfire-test-pe-file (4).exe | u_49128586383 | High Tech | us | f29192fba1064d582cddc85ef3bcf37fa8e9b7d5faddb3e67d241d472e66ab38 | 2019-10-02T08:44:04 | Commodity.WildFireTest | Manual API | |
wildfire-test-pe-file (4).exe | u_49129503223 | High Tech | us | f29192fba1064d582cddc85ef3bcf37fa8e9b7d5faddb3e67d241d472e66ab38 | 2019-10-02T08:49:24 | Commodity.WildFireTest | Manual API | |
wildfire-test-pe-file (4).exe | u_49122514613 | High Tech | us | f29192fba1064d582cddc85ef3bcf37fa8e9b7d5faddb3e67d241d472e66ab38 | 2019-10-02T07:39:45 | Commodity.WildFireTest | Manual API | |
wildfire-test-pe-file (4).exe | u_49145687573 | High Tech | us | f29192fba1064d582cddc85ef3bcf37fa8e9b7d5faddb3e67d241d472e66ab38 | 2019-10-02T09:52:36 | Commodity.WildFireTest | Manual API | |
wildfire-test-pe-file (4).exe | u_49158441703 | High Tech | us | f29192fba1064d582cddc85ef3bcf37fa8e9b7d5faddb3e67d241d472e66ab38 | 2019-10-02T11:06:29 | Commodity.WildFireTest | Manual API | |
wildfire-test-pe-file.exe | u_47517508773 | High Tech | us | cafa7f3adaace43042e5f85328ddf1d6f0d8109e65f7e6c0b87676a9a7479733 | 2019-09-17T01:59:31 | Commodity.WildFireTest | Manual API | |
wildfire-test-pe-file.exe | u_47515984893 | High Tech | us | 4851a140be5af4acf3d85621d99c177fd6e1403e8e93c9cba6037459c802382f | 2019-09-17T01:32:11 | Commodity.WildFireTest | Manual API | |
wildfire-test-pe-file.exe | u_47517298263 | High Tech | us | 5d3725fe649e3a1244fe50cd23b2e558594753d7579c30214da293566d6afa3b | 2019-09-17T01:56:51 | Commodity.WildFireTest | Manual API | |
wildfire-test-pe-file.exe | u_47541182333 | High Tech | us | 51a93620c2c1456081f91bad64e537724a0d93dcf55face4f1d33df9a91486f1 | 2019-09-17T06:05:21 | Commodity.WildFireTest | Manual API | |
wildfire-test-pe-file.exe | u_47518135653 | High Tech | us | b39a6bf99de8dd7e55d22ee0732ea3582536a0615dab86e3d36010fe0d4ecf2a | 2019-09-17T02:04:56 | Commodity.WildFireTest | Manual API | |
wildfire-test-pe-file.exe | u_47516600663 | High Tech | us | 7078f4e2c5d8038bd875e3a6dfd09c9014573c5d3c155f27c3acd1073c05d16f | 2019-09-17T01:46:01 | Commodity.WildFireTest | Manual API | |
wildfire-test-pe-file.exe | u_47561050553 | High Tech | us | c14646114c390027d373cbd5af7d31d952ab6acd86d5157bb174b19792e557f2 | 2019-09-17T08:14:56 | 41453.TestElena,Commodity.WildFireTest | Manual API | |
wildfire-test-pe-file.exe | u_47517909453 | High Tech | us | 2499501bebcc6ff59d3f0028f760e0433ee3a9415e916d1278a70c474690869d | 2019-09-17T02:02:46 | Commodity.WildFireTest | Manual API | |
wildfire-test-pe-file.exe | u_47559447933 | High Tech | us | 12f198c65cbdf49972b7432291dad4d2fae7cbb77a35cda1cc28ab2b83d1e2b5 | 2019-09-17T08:08:39 | Commodity.WildFireTest | Manual API | |
https://wildfire.paloaltonetworks.com/publicapi/test/pe | u_46060032683 | High Tech | us | 2e40edcf77d95173463ca4bfaf833a6a1860ffa4e7b03c3fded8de08ee2be27f | 2019-09-01T04:34:48 | Commodity.WildFireTest | Manual API | |
wildfire-test-pe-file (2).exe | u_45811064553 | High Tech | us | f27069e200ed14c56b1b91285ea3c061aa0e4ca53d9056fed9cc0c9c3e98e961 | 2019-08-28T21:17:33 | Commodity.WildFireTest | Manual API | |
wildfire-test-pe-file (2).exe | u_45810946733 | High Tech | us | f27069e200ed14c56b1b91285ea3c061aa0e4ca53d9056fed9cc0c9c3e98e961 | 2019-08-28T21:14:17 | Commodity.WildFireTest | Manual API | |
wildfire-test-pe-file (2).exe | u_45810992703 | High Tech | us | f27069e200ed14c56b1b91285ea3c061aa0e4ca53d9056fed9cc0c9c3e98e961 | 2019-08-28T21:15:31 | Commodity.WildFireTest | Manual API | |
wildfire-test-pe-file (2).exe | u_45811012343 | High Tech | us | f27069e200ed14c56b1b91285ea3c061aa0e4ca53d9056fed9cc0c9c3e98e961 | 2019-08-28T21:16:06 | Commodity.WildFireTest | Manual API | |
https://wildfire.paloaltonetworks.com/publicapi/test/pe | u_45835887733 | High Tech | us | bfdc97ecc0d1e19d17cffe856b33c41883520d7b38daa77af03bb42ef83bc680 | 2019-08-29T05:19:21 | Commodity.WildFireTest | Manual API | |
wildfire-test-pe-file (3).exe | u_45811604063 | High Tech | us | 409eb2fa745b4bd804bb3ebdd48f0107bd9c6471a9447a61f68c1a32c480f0f9 | 2019-08-28T21:32:05 | Commodity.WildFireTest | Manual API | |
wildfire-test-pe-file (3).exe | u_45811375593 | High Tech | us | 409eb2fa745b4bd804bb3ebdd48f0107bd9c6471a9447a61f68c1a32c480f0f9 | 2019-08-28T21:25:36 | Commodity.WildFireTest | Manual API | |
wildfire-test-pe-file (3).exe | u_45811208463 | High Tech | us | 409eb2fa745b4bd804bb3ebdd48f0107bd9c6471a9447a61f68c1a32c480f0f9 | 2019-08-28T21:20:56 | Commodity.WildFireTest | Manual API |
#
Get session detailsReturns session details by session ID.
#
Base Commandautofocus-get-session-details
#
InputArgument Name | Description | Required |
---|---|---|
session_id | The ID of the session. | Required |
retry_on_rate_limit | Whether an auto retry of the command will be executed once the quota is refreshed if the API points have run out. Possible values are: true, false. Default is false. | Optional |
#
Context OutputPath | Type | Description |
---|---|---|
AutoFocus.Sessions.FileName | String | The name of the file. |
AutoFocus.Sessions.ID | String | The ID of the session. |
AutoFocus.Sessions.Industry | String | The related industry. |
AutoFocus.Sessions.Region | String | The session's regions. |
AutoFocus.Sessions.SHA256 | String | The SHA256 hash of the file. |
AutoFocus.Sessions.Seen | Date | The seen date. |
AutoFocus.Sessions.UploadSource | String | The source that uploaded the sample. |
File.Name | String | The full file name (including file extension). |
File.SHA256 | String | The SHA256 hash of the file. |
AutoFocus.Quota.minute_points | Number | Total number of AutoFocus API points alloted per minute |
AutoFocus.Quota.daily_points | Number | Total number of AutoFocus API points alloted per day |
AutoFocus.Quota.minute_points_remaining | Number | Remaining number of AutoFocus API points per minute |
AutoFocus.Quota.daily_points_remaining | Number | Remaining number of AutoFocus API points per day |
AutoFocus.Quota.minute_bucket_start | Date | Timestamp for when the current minute allotment started |
AutoFocus.Quota.daily_bucket_start | Date | Timestamp for when the current daily allotment started |
#
Command Example#
Context Example#
Human Readable Output#
Session u_39605858263:FileName | ID | Industry | Region | SHA256 | Seen | UploadSource |
---|---|---|---|---|---|---|
wildfire-test-apk-file.apk | u_39605858263 | High Tech | us | 8d4241654449c63f70dabd83483f8ca8bd8e8e6a8d0679639eb061b3b6dbcfec | 2019-05-29T15:25:26 | Manual API |
#
Get analysis detailsReturns properties, behaviors, and activities observed for a sample. Runs the command a single time to get the fields and operating systems under HTTP, Coverage, Behavior, Registry, Files, Processes, Connections, and DNS.
#
Base Commandautofocus-sample-analysis
#
InputArgument Name | Description | Required |
---|---|---|
sample_id | The SHA256 hash of the sample to analyze. | Required |
os | The analysis environment. Can be "win7", "winxp", "android", "static_analyzer", "mac", or "bare_metal". | Optional |
filter_data | Whether to smartly filter the data. If "False", the data returned will not be smartly filtered, and will significantly reduce integration performance. The recommended setting is "True". | Optional |
retry_on_rate_limit | Whether an auto retry of the command will be executed once the quota is refreshed if the API points have run out. Possible values are: true, false. Default is false. | Optional |
#
Context OutputPath | Type | Description |
---|---|---|
AutoFocus.SampleAnalysis.Analysis.Http | Unknown | The HTTP requests made when the sample was executed. |
AutoFocus.SampleAnalysis.Analysis.Coverage | Unknown | The WildFire signatures that matched the sample. |
AutoFocus.SampleAnalysis.Analysis.Behavior | Unknown | The sample behavior: created or modified files, started a process, spawned new processes, modified the registry, or installed browser help objects. |
AutoFocus.SampleAnalysis.Analysis.Registry | Unknown | The registry settings and options that showed activity when the sample was executed in the analysis environment. |
AutoFocus.SampleAnalysis.Analysis.Files | Unknown | The files that showed activity as a result of the sample being executed. |
AutoFocus.SampleAnalysis.Analysis.Processes | Unknown | The processes that showed activity when the sample was executed. |
AutoFocus.SampleAnalysis.Analysis.Connections | Unknown | The connections to other hosts on the network when the sample was executed. |
AutoFocus.SampleAnalysis.Analysis.Dns | Unknown | The DNS activity observed when the sample was executed. |
AutoFocus.SampleAnalysis.Analysis.Mutex | Unknown | The mutex created when the program's start is listed with the parent process if the sample generates other program threads when executed in the analysis environment. |
AutoFocus.Quota.minute_points | Number | Total number of AutoFocus API points alloted per minute |
AutoFocus.Quota.daily_points | Number | Total number of AutoFocus API points alloted per day |
AutoFocus.Quota.minute_points_remaining | Number | Remaining number of AutoFocus API points per minute |
AutoFocus.Quota.daily_points_remaining | Number | Remaining number of AutoFocus API points per day |
AutoFocus.Quota.minute_bucket_start | Date | Timestamp for when the current minute allotment started |
AutoFocus.Quota.daily_bucket_start | Date | Timestamp for when the current daily allotment started |
#
Command Example#
Context Example#
Human Readable Output#
Sample Analysis results for dd0d26ceea034b3ae32a4f6a477466ac598ee17f811f88cf14b2c708240fb993:### Behavior Static Analyzer:No entries
#
Behavior Win7:Behavior | Risk |
---|---|
Connected to a non-standard HTTP port | high |
Created or modified a file in the Windows system folder | medium |
Generated unknown TCP or UDP traffic | medium |
Downloaded an executable | high |
Used a short HTTP header | high |
Used the HTTP POST method | medium |
Initiated a failed HTTP connection | low |
Sent an HTTP response before receiving a request | high |
Generated unknown HTTP traffic | high |
Connected to a malicious domain | high |
Created an executable file in a user folder | low |
Started a process from a user folder | low |
Deleted itself | high |
Registered an OLE control with regsvr32.exe | medium |
Started or stopped a Windows system service | high |
Attempted to determine public IP address via IP-checking website | high |
Connected to a malicious IP | high |
Connected to a malicious URL | high |
#
Behavior Winxp:Behavior | Risk |
---|---|
Created or modified a file in the Windows system folder | medium |
Started a process from a user folder | low |
#
Processes Win7:Action | Parent Process |
---|---|
created | svchost.exe |
created | services.exe |
created | TrustedInstaller.exe |
created | csrss.exe |
created | TrustedInstaller.exe |
created | services.exe |
created | svchost.exe |
created | services.exe |
#
Processes Winxp:Action | Parent Process |
---|---|
created | explorer.exe |
created | svchost.exe |
created | winlogon.exe |
#
Files Win7:Action | Parent Process |
---|---|
Create | svchost.exe |
Create | na.exe |
Create | svchost.exe |
Create | na.exe |
Create | na.exe |
Create | na.exe |
Create | users\administrator\sample.dll:DllInstall |
Create | users\administrator\sample.dll:DllInstall |
#
Files Winxp:No entries
33 Registry Win7:
Action | Parameters |
---|---|
CreateKey | HKLM\System\CurrentControlSet\Services\Tcpip\Parameters |
SetValueKey | HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall{5129CAA8-E24B-2AEE-652F-C652FBF1E9BB}\cd77f991 |
CreateKey | \Registry\Machine\System\CurrentControlSet\Services\RdyBoost\Parameters |
CreateKey | \Registry\Machine\System\CurrentControlSet\Services\RdyBoost\AttachState |
SetValueKey | HKLM\COMPONENTS\ServicingStackVersions\6.1.7601.17514 (win7sp1_rtm.101119-1850) |
SetValueKey | HKLM\SOFTWARE\Microsoft\Microsoft Antimalware\Exclusions\Paths\ProgramData\1560740575 |
SetValueKey | HKLM\SOFTWARE\Microsoft\Microsoft Antimalware\Exclusions\Paths\Users\ADMINI~1\AppData\Local\Temp{F5743266-6DFF-3433-4CE4-56028389CD67} |
RegSetValueEx | HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall |
RegSetValueEx | HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall{5129CAA8-E24B-2AEE-652F-C652FBF1E9BB} |
RegSetValueEx | HKLM\SOFTWARE\Wow6432Node\$(brand_name) |
#
Registry Winxp:Action | Parameters |
---|---|
SetValueKey | HKCU\SessionInformation\ProgramCount |
SetValueKey | HKLM\SOFTWARE\Microsoft\WBEM\CIMOM\List of event-active namespaces |
SetValueKey | HKCU\SessionInformation\ProgramCount |
SetValueKey | HKLM\SOFTWARE\Microsoft\WZCSVC\Parameters\Interfaces\ActiveSettings |
#
Mutex Win7:Action | Parameters | Process |
---|---|---|
CreateMutexW | Global_MSIExecute | msiexec.exe |
#
Http Win7:Host | Method | Url |
---|---|---|
sp1.eventincoandhar.info | POST | / |
ip-api.com | GET | /json |
knsemis.com | POST | /tickets |
www.cnn.com | HEAD | / |
www.bbc.com | HEAD | / |
#
Get tag detailsReturns details about the given tag.
#
Base Commandautofocus-tag-details
#
InputArgument Name | Description | Required |
---|---|---|
tag_name | The public tag name. Can be retrieved from the top-tags command. | Required |
retry_on_rate_limit | Whether an auto retry of the command will be executed once the quota is refreshed if the API points have run out. Possible values are: true, false. Default is false. | Optional |
#
Context OutputPath | Type | Description |
---|---|---|
AutoFocus.Tag.TagName | String | The simple name of the tag. |
AutoFocus.Tag.PublicTagName | String | The public name of the tag. This is used as an ID of the tag. |
AutoFocus.Tag.Count | Number | The number of samples that matched this tag. |
AutoFocus.Tag.Lasthit | Date | The date that the tag was last encountered. |
AutoFocus.Tag.TagDefinitionScope | String | The scope of the tag. Can be "public", "private", or "Unit42". |
AutoFocus.Tag.CustomerName | String | The organization that created the tag. |
AutoFocus.Tag.Source | String | The organization or individual that discovered the threat that is defined in the tag. |
AutoFocus.Tag.TagClass | String | The classification of the tag. |
AutoFocus.Tag.TagDefinitionStatus | String | The status of the tag definition. Can be "enabled", "disabled", "removing", or "rescoping". |
AutoFocus.Tag.TagGroup | String | The tag group of the tag. |
AutoFocus.Tag.Description | String | The tag description. |
AutoFocus.Quota.minute_points | Number | Total number of AutoFocus API points alloted per minute |
AutoFocus.Quota.daily_points | Number | Total number of AutoFocus API points alloted per day |
AutoFocus.Quota.minute_points_remaining | Number | Remaining number of AutoFocus API points per minute |
AutoFocus.Quota.daily_points_remaining | Number | Remaining number of AutoFocus API points per day |
AutoFocus.Quota.minute_bucket_start | Date | Timestamp for when the current minute allotment started |
AutoFocus.Quota.daily_bucket_start | Date | Timestamp for when the current daily allotment started |
#
Command Example#
Context Example#
Human Readable Output#
Tag 490082.Pastebin_Raw details:Count | Customer Name | Description | Lasthit | Public Tag Name | Source | Tag Class | Tag Definition Scope | Tag Definition Status | Tag Name |
---|---|---|---|---|---|---|---|---|---|
84674 | Squadra Solutions | Malicious actors may post raw code to Pastebin which can then be downloaded for further use or as a C2 channel. Some code are also encoded in base64 for further obfuscation | 2020-01-02 05:22:18 | 490082.Pastebin_Raw | Squadra Solutions | malicious_behavior | public | enabled | Pastebin_Raw |
#
Search for the most popular tagsPerforms a search to identify the most popular tags.
#
Base Commandautofocus-top-tags-search
#
InputArgument Name | Description | Required |
---|---|---|
scope | The scope of the search. Can be "industry", "organization", "all", or "global". | Required |
class | The tag class. Can be "Malware Family", "Campaign", "Actor", "Exploit", or Malicious Behavior". See Tag Classes below for more information. | Required |
private | Whether the tag scope is "private". If "True", the tag scope is private. The default is "False". | Optional |
public | Whether the tag scope is "public". If "True", the tag scope is public. The default is "False". | Optional |
commodity | Whether the tag scope is "commodity". If "True", the tag scope is commodity. The default is "False". | Optional |
unit42 | Whether the tag scope is "Unit42". If "True", the tag scope is unit42. The default is "False". | Optional |
af_cookie | The AF Cookie for retrieving results of previous searches. The AF Cookie expires 120 seconds after the search completes. | Optional |
polling | Use XSOAR built-in polling to retrieve the result when it's ready. | Optional |
retry_on_rate_limit | Whether an auto retry of the command will be executed once the quota is refreshed if the API points have run out. Possible values are: true, false. Default is false. | Optional |
#
Using pollingThe polling
argument was added in XSOAR 6.2.0. It enables to handle the search in a single command, foregoing the need to run autofocus-samples-search-results
.
For more info see Scheduled Commands.
#
Tag Classes- Malware Family: group of malware that have shared properties or common functions.
- Campaign: targeted attack, which might include several incidents or sets of activities.
- Actor: individual or group that initiates a campaign using malware families.
- Exploit: an attack, which takes advantage of a software or network weakness, bug, or vulnerability to manipulate the behavior of the system.
- Malicious Behavior: behavior that is not specific to a malware family or campaign, but indicates that your system has been compromised.
#
Context OutputPath | Type | Description |
---|---|---|
AutoFocus.TopTagsSearch.AFCookie | String | The ID of the search. Use this ID to get search results. The AF Cookie expires 120 seconds after the search completes. |
AutoFocus.TopTagsSearch.Status | String | The status of the search. Can be "in progress" or "complete". |
AutoFocus.TopTagsResults.Count | Number | The number of samples that matched this tag. |
AutoFocus.TopTagsResults.PublicTagName | String | The public name of the tag. This is used as an ID of the tag. |
AutoFocus.TopTagsResults.TagName | String | The simple name of the tag. |
AutoFocus.TopTagsResults.Lasthit | Date | The last encounter date of the tag. |
AutoFocus.TopTagsSearch.Status | String | The search status. Can be "in progress" or "complete". |
AutoFocus.Quota.minute_points | Number | Total number of AutoFocus API points alloted per minute |
AutoFocus.Quota.daily_points | Number | Total number of AutoFocus API points alloted per day |
AutoFocus.Quota.minute_points_remaining | Number | Remaining number of AutoFocus API points per minute |
AutoFocus.Quota.daily_points_remaining | Number | Remaining number of AutoFocus API points per day |
AutoFocus.Quota.minute_bucket_start | Date | Timestamp for when the current minute allotment started |
AutoFocus.Quota.daily_bucket_start | Date | Timestamp for when the current daily allotment started |
#
Command Example#
Context Example#
Human Readable Output#
Top tags search Info:AFCookie | Status |
---|---|
2-1caadf19-2e94-4742-b9cf-da8b2d90988c+0 | in progress |
#
Get results of a top tags searchReturns the results of a previous top tags search.
#
Base Commandautofocus-top-tags-results
#
InputArgument Name | Description | Required |
---|---|---|
af_cookie | The AF Cookie for retrieving results of the previous search. The AF Cookie expires 120 seconds after the search completes. | Required |
retry_on_rate_limit | Whether an auto retry of the command will be executed once the quota is refreshed if the API points have run out. Possible values are: true, false. Default is false. | Optional |
#
Context OutputPath | Type | Description |
---|---|---|
AutoFocus.TopTagsResults.Count | Number | The number of samples that matched this tag. |
AutoFocus.TopTagsResults.PublicTagName | String | The public name of the tag. This is used as an ID of the tag. |
AutoFocus.TopTagsResults.TagName | String | The simple name of the tag. |
AutoFocus.TopTagsResults.Lasthit | Date | The last encounter date of the tag. |
AutoFocus.TopTagsSearch.Status | String | The search status. Can be "in progress" or "complete". |
AutoFocus.Quota.minute_points | Number | Total number of AutoFocus API points alloted per minute |
AutoFocus.Quota.daily_points | Number | Total number of AutoFocus API points alloted per day |
AutoFocus.Quota.minute_points_remaining | Number | Remaining number of AutoFocus API points per minute |
AutoFocus.Quota.daily_points_remaining | Number | Remaining number of AutoFocus API points per day |
AutoFocus.Quota.minute_bucket_start | Date | Timestamp for when the current minute allotment started |
AutoFocus.Quota.daily_bucket_start | Date | Timestamp for when the current daily allotment started |
#
Command Example#
Context Example#
Human Readable Output#
Search Top Tags Results is in progress:Count | Lasthit | Public Tag Name | Tag Name |
---|---|---|---|
84674 | 2020-01-02 05:22:18 | 490082.Pastebin_Raw | Pastebin_Raw |
25288 | 2020-01-01 18:36:12 | 46640.ServiceDllUnloadOnStop | ServiceDllUnloadOnStop |
20912 | 2020-01-01 16:09:10 | 104.hupigon_mutex | hupigon_mutex |
68694 | 2020-01-01 19:18:09 | 490082.Modify_ComputerName | Modify_ComputerName |
18740 | 2020-01-01 07:09:55 | 490082.Modify_TermServ_RDP | Modify_TermServ_RDP |
53921 | 2020-01-02 00:02:21 | 46640.Modify_Permission | Modify_Permission |
11078 | 2020-01-02 07:40:39 | 490082.MSOfficeResiliency | MSOfficeResiliency |
18857 | 2020-01-01 10:06:58 | 490082.SecurityProviders_Persistence_LoadDLL | SecurityProviders_Persistence_LoadDLL |
100001 | 2019-06-20 12:59:58 | 490082.Modify_AttachmentManager | Modify_AttachmentManager |
15820 | 2020-01-02 07:22:46 | 490082.Cygwin | Cygwin |
7233 | 2019-12-30 12:31:47 | 490082.SecureCRT | SecureCRT |
13855 | 2020-01-02 05:55:01 | 490082.Add_PKI_Cert_or_CA | Add_PKI_Cert_or_CA |
40197 | 2020-01-01 09:17:34 | 46640.Add_IE_EnhancedSecurityConfig | Add_IE_EnhancedSecurityConfig |
35839 | 2020-01-01 06:11:35 | 490082.WiresharkPCAP_DLL | WiresharkPCAP_DLL |
6582 | 2019-12-30 06:28:59 | 46640.ArdamaxKeyLogger | ArdamaxKeyLogger |
26159 | 2019-12-30 15:18:59 | 490082.Pastebin_Dropper | Pastebin_Dropper |
24331 | 2020-01-02 01:04:47 | 490082.Sandboxie | Sandboxie |
6137 | 2020-01-01 17:50:37 | 490082.FTP_Suspicious | FTP_Suspicious |
9793 | 2020-01-02 05:02:33 | 490082.AppCertDLL_Persistence_LoadDLL | AppCertDLL_Persistence_LoadDLL |
2578 | 2020-01-01 21:28:20 | 46640.MSIEXEC_Web_Install | MSIEXEC_Web_Install |
#
Get the reputation for an IP addressReturns the reputation of an IP address.
#
Base Commandip
#
InputArgument Name | Description | Required |
---|---|---|
ip | The IP address to check. | Required |
#
Context OutputPath | Type | Description |
---|---|---|
DBotScore.Vendor | String | The vendor used to calculate the score. |
DBotScore.Score | Number | The actual score. |
DBotScore.Type | String | The indicator type. |
DBotScore.Indicator | String | The indicator that was tested. |
IP.Address | String | The IP address. |
IP.Tags | String | Tags that are associated with the IP. |
IP.MalwareFamily | String | The malware family associated with the IP. |
IP.Relationships.EntityA | String | The source of the relationship. |
IP.Relationships.EntityAType | String | The type of the source of the relationship. |
IP.Relationships.EntityB | String | The destination of the relationship. |
IP.Relationships.EntityBType | String | The type of the destination of the relationship. |
IP.Relationships.Relationship | String | The name of the relationship. |
AutoFocus.IP.IndicatorValue | String | The IP address value. |
AutoFocus.IP.IndicatorType | String | The indicator type. |
AutoFocus.IP.LatestPanVerdicts | Unknown | The latest verdicts from Palo Alto Networks products. Can be either "PAN_DB" or "WF_SAMPLE"(WildFire). |
IP.Malicious.Vendor | String | The vendor that decided the file is malicious. |
AutoFocus.IP.Tags.PublicTagName | String | The public name of the tag. This is used as the tag ID. |
AutoFocus.IP.Tags.TagName | String | The simple name of the tag. |
AutoFocus.IP.Tags.CustomerName | String | The organization that created the tag. |
AutoFocus.IP.Tags.Source | String | The organization or individual that discovered the threat that is defined in the tag. |
AutoFocus.IP.Tags.TagDefinitionScopeID | Number | The scope ID of the tag. |
AutoFocus.IP.Tags.TagDefinitionStatusID | Number | The definition status ID of the tag. |
AutoFocus.IP.Tags.TagClassID | Number | The classification ID of the tag. |
AutoFocus.IP.Tags.Count | Number | The number of samples that matched this tag. |
AutoFocus.IP.Tags.Lasthit | Date | The date that the tag was last encountered. |
AutoFocus.IP.Tags.Description | String | The description of the tag. |
#
Command Example#
Context Example#
Human Readable Output#
AutoFocus V2 IP reputation for: 127.0.0.1Indicatortype | Indicatorvalue | Latestpanverdicts | Seenby | Wildfirerelatedsampleverdictcounts |
---|---|---|---|---|
IPV4_ADDRESS | 127.0.0.1 | PAN_DB: BENIGN |
#
Get the reputation of a URLReturns the reputation of a URL.
#
Base Commandurl
#
InputArgument Name | Description | Required |
---|---|---|
url | The URL to check. | Required |
#
Context OutputPath | Type | Description |
---|---|---|
DBotScore.Vendor | String | The vendor used to calculate the score. |
DBotScore.Score | Number | The actual score. |
DBotScore.Type | String | The indicator type. |
DBotScore.Indicator | String | The indicator that was tested. |
URL.Data | String | The URL address. |
URL.Tags | String | Tags that are associated with the URL. |
URL.MalwareFamily | String | The malware family associated with the URL. |
URL.Relationships.EntityA | String | The source of the relationship. |
URL.Relationships.EntityAType | String | The type of the source of the relationship. |
URL.Relationships.EntityB | String | The destination of the relationship. |
URL.Relationships.EntityBType | String | The type of the destination of the relationship. |
URL.Relationships.Relationship | String | The name of the relationship. |
AutoFocus.URL.IndicatorValue | String | The URL value. |
AutoFocus.URL.IndicatorType | String | The indicator type. |
AutoFocus.URL.LatestPanVerdicts | Unknown | The latest verdicts from Palo Alto Networks products. Can be either "PAN_DB" or "WF_SAMPLE"(WildFire). |
URL.Malicious.Vendor | String | The vendor that decided the file is malicious. |
AutoFocus.URL.Tags.PublicTagName | String | The public name of the tag. This is used as an ID of the tag. |
AutoFocus.URL.Tags.TagName | String | The simple name of the tag. |
AutoFocus.URL.Tags.CustomerName | String | The organization that created the tag. |
AutoFocus.URL.Tags.Source | String | The organization or individual that discovered the threat that is defined in the tag. |
AutoFocus.URL.Tags.TagDefinitionScopeID | Number | The scope ID of the tag. |
AutoFocus.URL.Tags.TagDefinitionStatusID | Number | The definition status ID of the tag. |
AutoFocus.URL.Tags.TagClassID | Number | The classification ID of the tag. |
AutoFocus.URL.Tags.Count | Number | The number of samples that matched this tag. |
AutoFocus.URL.Tags.Lasthit | Date | The date that the tag was last encountered. |
AutoFocus.URL.Tags.Description | String | The description of the tag. |
#
Command Example#
Context Example#
Human Readable Output#
AutoFocus V2 URL reputation for: www.andromedaa.ir/ir/andromedaa/likebegir/ap.smali/Indicatortype | Indicatorvalue | Latestpanverdicts | Seenby | Wildfirerelatedsampleverdictcounts |
---|---|---|---|---|
URL | www.andromedaa.ir/ir/andromedaa/likebegir/ap.smali/ | PAN_DB: MALWARE |
#
Get the reputation of a fileReturns the reputation of a file.
#
Base Commandfile
#
InputArgument Name | Description | Required |
---|---|---|
file | The SHA256 hash of the file. | Required |
#
Context OutputPath | Type | Description |
---|---|---|
DBotScore.Vendor | String | The vendor used to calculate the score. |
DBotScore.Score | Number | The actual score. |
DBotScore.Type | String | The indicator type. |
DBotScore.Indicator | String | The indicator that was tested. |
File.SHA256 | String | The SHA256 hash of the file. |
File.Tags | String | Tags that are associated with the file. |
File.MalwareFamily | String | The malware family associated with the file. |
File.Relationships.EntityA | String | The source of the relationship. |
File.Relationships.EntityAType | String | The type of the source of the relationship. |
File.Relationships.EntityB | String | The destination of the relationship. |
File.Relationships.EntityBType | String | The type of the destination of the relationship. |
File.Relationships.Relationship | String | The name of the relationship. |
AutoFocus.File.IndicatorValue | String | The SHA256 hash value of the file. |
AutoFocus.File.IndicatorType | String | The indicator type. |
AutoFocus.File.LatestPanVerdicts | Unknown | The latest verdicts from Palo Alto Networks products. Can be either "PAN_DB" or "WF_SAMPLE"(WildFire). |
File.Malicious.Vendor | String | The vendor that decided the file is malicious. |
AutoFocus.File.Tags.PublicTagName | String | The public name of the tag. This is used as an ID of the tag. |
AutoFocus.File.Tags.TagName | String | The simple name of the tag. |
AutoFocus.File.Tags.CustomerName | String | The organization that created the tag. |
AutoFocus.File.Tags.Source | String | The organization or individual that discovered the threat that is defined in the tag. |
AutoFocus.File.Tags.TagDefinitionScopeID | Number | The scope ID of the tag. |
AutoFocus.File.Tags.TagDefinitionStatusID | Number | The definition status ID of the tag. |
AutoFocus.File.Tags.TagClassID | Number | The classification ID of the tag. |
AutoFocus.File.Tags.Count | Number | The number of samples that matched this tag. |
AutoFocus.File.Tags.Lasthit | Date | The date that the tag was last encountered. |
AutoFocus.File.Tags.Description | String | The description of the tag. |
#
Command Example#
Context Example#
Human Readable Output#
AutoFocus V2 File reputation for: 9040e9fda52931c9472c90ecad5b74295cdb9cf7b68e2b89219700f6a8bff5acFirstseen | Indicatortype | Indicatorvalue | Lastseen | Latestpanverdicts | Seenby | Wildfirerelatedsampleverdictcounts |
---|---|---|---|---|---|---|
2019-09-24T06:46:21.000Z | FILEHASH | 9040e9fda52931c9472c90ecad5b74295cdb9cf7b68e2b89219700f6a8bff5ac | 2019-12-29T08:52:27.000Z | WF_SAMPLE: MALWARE | WF_SAMPLE |
#
Get the reputation of a domain nameReturns the reputation of a domain.
#
Base Commanddomain
#
InputArgument Name | Description | Required |
---|---|---|
domain | The domain to check. | Required |
#
Context OutputPath | Type | Description |
---|---|---|
DBotScore.Vendor | String | The vendor used to calculate the score. |
DBotScore.Score | Number | The actual score. |
DBotScore.Type | String | The indicator type. |
DBotScore.Indicator | String | The indicator that was tested. |
Domain.Name | String | The name of the domain. |
Domain.Tags | String | Tags that are associated with the domain. |
Domain.MalwareFamily | String | The malware family associated with the domain. |
Domain.Relationships.EntityA | String | The source of the relationship. |
Domain.Relationships.EntityAType | String | The type of the source of the relationship. |
Domain.Relationships.EntityB | String | The destination of the relationship. |
Domain.Relationships.EntityBType | String | The type of the destination of the relationship. |
Domain.Relationships.Relationship | String | The name of the relationship. |
AutoFocus.Domain.IndicatorValue | String | The value of the domain. |
AutoFocus.Domain.IndicatorType | String | The indicator type. |
AutoFocus.Domain.LatestPanVerdicts | Unknown | The latest verdicts from Palo Alto Networks products. Can be either "PAN_DB" or "WF_SAMPLE"(WildFire). |
Domain.Malicious.Vendor | String | The vendor that decided the file is malicious. |
AutoFocus.Domain.Tags.PublicTagName | String | The public name of the tag. This is used as an ID of the tag. |
AutoFocus.Domain.Tags.TagName | String | The simple name of the tag. |
AutoFocus.Domain.Tags.CustomerName | String | The organization that created the tag. |
AutoFocus.Domain.Tags.Source | String | The organization or individual that discovered the threat that is defined in the tag. |
AutoFocus.Domain.Tags.TagDefinitionScopeID | Number | The scope ID of the tag. |
AutoFocus.Domain.Tags.TagDefinitionStatusID | Number | The definition status ID of the tag. |
AutoFocus.Domain.Tags.TagClassID | Number | The classification ID of the tag. |
AutoFocus.Domain.Tags.Count | Number | The number of samples that matched this tag. |
AutoFocus.Domain.Tags.Lasthit | Date | The date that the tag was last encountered. |
AutoFocus.Domain.Tags.Description | String | The description of the tag. |
AutoFocus.Domain.WhoisAdminCountry | String | The country of the domain administrator. |
AutoFocus.Domain.WhoisAdminEmail | String | The email address of the domain administrator. |
AutoFocus.Domain.WhoisAdminName | String | The name of the domain administrator. |
AutoFocus.Domain.WhoisDomainCreationDate | Date | The date that the domain was created. |
AutoFocus.Domain.WhoisDomainExpireDate | Date | The date that the domain expires. |
AutoFocus.Domain.WhoisDomainUpdateDate | Date | The date that the domain was last updated. |
AutoFocus.Domain.WhoisRegistrar | String | The name of the registrar. |
AutoFocus.Domain.WhoisRegistrarUrl | String | The email address of the registrar. |
AutoFocus.Domain.WhoisRegistrant | String | The name of the registrant. |
#
Command Example#
Context Example#
Human Readable Output#
AutoFocus V2 Domain reputation for: google.comIndicatortype | Indicatorvalue | Latestpanverdicts | Seenby | Whoisadmincountry | Whoisadminemail | Whoisadminname | Whoisdomaincreationdate | Whoisdomainexpiredate | Whoisdomainupdatedate | Whoisregistrant | Whoisregistrar | Whoisregistrarurl | Wildfirerelatedsampleverdictcounts |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
DOMAIN | google.com | PAN_DB: BENIGN | 1997-09-15 | 2020-09-14 | 2018-02-21 | markdownguide Inc. | http://www.markdownguide.org |
#
autofocus-get-export-list-indicatorsGets export list indicators from AutoFocus.
#
Base Commandautofocus-get-export-list-indicators
#
InputArgument Name | Description | Required |
---|---|---|
label | The label of the exported list. | Required |
#
Context OutputPath | Type | Description |
---|---|---|
AutoFocus.ExportListIndicator.Type | String | The indicator type in the export list. |
AutoFocus.ExportListIndicator.Value | String | The value of the indicator in the export list. |
IP.Address | String | The IP address. |
URL.Data | String | The URL address. |
File.SHA256 | String | The SHA256 hash of the file. |
Domain.Name | String | The domain name. |