Forum Discussion
Minemeld Threat Intel Integration to Sentinel
The data is getting to the Graph via an Mimemeld extension provided by them here https://github.com/PaloAltoNetworks/minemeld-msgraph-secapi.git
The how to can be found here https://live.paloaltonetworks.com/t5/MineMeld-Articles/Send-IOCs-to-Microsoft-Graph-API-With-MineMeld/ta-p/258540
You are saying to remove the IPv4 bit after ingestion by the Graph?
Also that would only be part of the problem. There is still the IP range that is problematic to interpret in KQL.
- GabrielNeculaMay 19, 2020Copper Contributor
pavankemi nope, will likely be done at query time in Sentinel. Please let me know if you find any other workarounds.
I've checked the python code and it seems like it SHOULD provide single ips, not ranges. No idea how to solve this.- GaryBusheyMay 19, 2020Bronze Contributor
GabrielNecula I have a column called NetworkCidrBlock that shows me the same information in CIDR notation. I am using the Mindmeld free stream.
- GabrielNeculaMay 19, 2020Copper Contributor
I know but you'd still have to parse the "/32" at query time. If it's anything other than /32, you will have to interpret that range somehow which is still hard.