Skip to content

Commit

Permalink
MISP Feed - Added the ability to fetch Host as indicator (demisto#36727)
Browse files Browse the repository at this point in the history
* add hostname to ATTRIBUTE_TO_INDICATOR_MAP

* bump RN

* Update Packs/FeedMISP/ReleaseNotes/1_0_37.md

Co-authored-by: ShirleyDenkberg <[email protected]>

* update py version to 3.9

* revert

---------

Co-authored-by: ShirleyDenkberg <[email protected]>
  • Loading branch information
adi88d and ShirleyDenkberg authored Oct 15, 2024
1 parent cea0659 commit 003f76e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions Packs/FeedMISP/Integrations/FeedMISP/FeedMISP.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
'campaign-name': ThreatIntel.ObjectsNames.CAMPAIGN,
'campaign-id': ThreatIntel.ObjectsNames.CAMPAIGN,
'malware-type': ThreatIntel.ObjectsNames.MALWARE,
'hostname': FeedIndicatorType.Host,
}

GALAXY_MAP = {
Expand Down
2 changes: 1 addition & 1 deletion Packs/FeedMISP/Integrations/FeedMISP/FeedMISP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ script:
script: '-'
type: python
subtype: python3
dockerimage: demisto/python3:3.11.9.107902
dockerimage: demisto/python3:3.11.10.111526
fromversion: 5.5.0
tests:
- MISPfeed Test
Expand Down
7 changes: 7 additions & 0 deletions Packs/FeedMISP/ReleaseNotes/1_0_37.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Integrations

##### MISP Feed

- Added the ability to fetch Host as an indicator.
- Updated the Docker image to: *demisto/python3:3.11.10.111526*.
2 changes: 1 addition & 1 deletion Packs/FeedMISP/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "MISP Feed",
"description": "Indicators feed from MISP",
"support": "xsoar",
"currentVersion": "1.0.36",
"currentVersion": "1.0.37",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 003f76e

Please sign in to comment.