Skip to main content

MDE - Host Advanced Hunting For Network Activity

This Playbook is part of the Microsoft Defender for Endpoint Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.5.0 and later.

This playbook is part of the 'Malware Investigation And Response' pack. For more information, refer to https://xsoar.pan.dev/docs/reference/packs/malware-investigation-and-response. This playbook uses the Microsoft Defender For Endpoint Advanced Hunting feature to hunt for host network activity.

Dependencies#

This playbook uses the following sub-playbooks, integrations, and scripts.

Sub-playbooks#

This playbook does not use any sub-playbooks.

Integrations#

  • MicrosoftDefenderAdvancedThreatProtection

Scripts#

  • UnzipFile

Commands#

  • microsoft-atp-advanced-hunting-persistence-evidence
  • microsoft-atp-advanced-hunting-network-connections
  • setIncident
  • domain
  • microsoft-atp-advanced-hunting-lateral-movement-evidence
  • ip
  • microsoft-atp-live-response-get-file

Playbook Inputs#


NameDescriptionDefault ValueRequired
DeviceNameA comma-separated list of host names to hunt.incident.hostnamesOptional
DeviceIDA comma-separated list of device IDs to hunt.incident.agentsidOptional
FileSha256A comma-separated list of file SHA256 hashes to hunt.incident.filesha256Optional

Playbook Outputs#


PathDescriptionType
MicrosoftATP.HuntNetworkConnections.ResultThe query results for Hunt Network Connections.unknown
MicrosoftATP.HuntNetworkConnections.Result.external_addressesThe query results for external_addresses query_purpose.unknown
MicrosoftATP.HuntNetworkConnections.Result.dns_queryThe query results for dns_query query_purpose.unknown
MicrosoftATP.HuntNetworkConnections.Result.encoded_commandsThe query results for encoded_commands query_purpose.unknown
MicrosoftATP.HuntLateralMovementEvidence.ResultThe query results for Hunt Lateral Movement Evidence.unknown
MicrosoftATP.HuntLateralMovementEvidence.Result.network_connectionsThe query results for network_connections query_purpose.unknown
MicrosoftATP.HuntLateralMovementEvidence.Result.smb_connectionsThe query results for smb_connections query_purpose.unknown
MicrosoftATP.HuntLateralMovementEvidence.Result.credential_dumpingThe query results for credential_dumping query_purpose.unknown
MicrosoftATP.HuntLateralMovementEvidence.Result.management_connectionThe query results for management_connection query_purpose.unknown
MicrosoftATP.HuntPersistenceEvidence.ResultThe query results for Hunt Persistence Evidence.unknown
MicrosoftATP.HuntPersistenceEvidence.Result.scheduled_jobThe query results for scheduled_job query_purpose.unknown
MicrosoftATP.HuntPersistenceEvidence.Result.registry_entryThe query results for registry_entry query_purpose.unknown
MicrosoftATP.HuntPersistenceEvidence.Result.startup_folder_changesThe query results for startup_folder_changes query_purpose.unknown
MicrosoftATP.HuntPersistenceEvidence.Result.new_service_createdThe query results for new_service_created query_purpose.unknown
MicrosoftATP.HuntPersistenceEvidence.Result.service_updatedThe query results for service_updated query_purpose.unknown
MicrosoftATP.HuntPersistenceEvidence.Result.file_replacedThe query results for file_replaced query_purpose.unknown
MicrosoftATP.HuntPersistenceEvidence.Result.new_userThe query results for new_user query_purpose.unknown
MicrosoftATP.HuntPersistenceEvidence.Result.new_groupThe query results for new_group query_purpose.unknown
MicrosoftATP.HuntPersistenceEvidence.Result.group_user_changeThe query results for group_user_change query_purpose.unknown
MicrosoftATP.HuntPersistenceEvidence.Result.local_firewall_changeThe query results for local_firewall_change query_purpose.unknown
MicrosoftATP.HuntPersistenceEvidence.Result.host_file_changeThe query results for host_file_change query_purpose.unknown

Playbook Image#


MDE - Host Advanced Hunting For Network Activity