- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
11-15-2018 03:03 PM
I'm using minemeld to pull the O365 urls into my PAN. I get a list that has entries like
*.domain.com
sub.domain1.com
I need to import those entries and rewrite them so they look like
*.domain.com/
domain.com/
*.sub.domain1.com/
sub.domain1.com/
Any pointers would be appreciated.
01-16-2019 03:04 AM
Hi @ckemp,
are you adding ?v=panosurl at the end of your feed URL?
The link in the EDL config should have the form:
https://<minemeld>/feeds/<feedname>?v=panosurl
11-20-2018 05:47 AM
Hi @ckemp,
could you tell us more about this rewrite? Why is that needed?
11-20-2018 06:05 AM
We use an External Dynamic List from minemeld to ingest Office 365 URLs and IPs into PAN. Microsoft presents the urls as *.skype.com. If I go to www.skype.com, I get access. If I go to skype.com, I am blocked. I understand the “*” is a token and PAN expects to find something there, such as “www”, not for to be empty or null. This is a problem. I’m not sure how to manage this other than parse the list again for every *.domain.com entry create a domain.com entry.
11-20-2018 02:09 PM
Hi @ckemp,
what version of PAN-OS are you running on? I think the matching behavior was changed to let *.skype.com match also skype.com at some point.
Thanks,
luigi
12-17-2018 09:16 AM
I've confirmed this is the behavior on v8.1.5 as well, a specific entry for the root domain is required as a wildcare does not function.
@lmori what would be the best way to file this?
12-19-2018 02:29 AM
@eyunghans thanks for testing this. I am working on it. The plan is to enhance panosurl modifier to translate *.domain.com into domain.com and *.domain.com in the generated feed.
12-19-2018 04:55 AM
Any ETA on when this would be available?
12-20-2018 07:36 AM
Just merged the PR to the develop branch on github:
https://github.com/PaloAltoNetworks/minemeld-core/pull/307
This will be in the next release. You can test it now if you use the Ansible playbook.
12-20-2018 08:00 AM
We do not use Ansible playbook. Do you know when the next release will be available?
12-20-2018 08:11 AM
This thread. I do not monitor github.
01-10-2019 06:14 AM
The rewrite rule is not working for top level domains, but it is for subdomains. I would expect to see
*.skype.com
skype.com
It is working for *.broadcast.skype.com.
01-11-2019 02:18 AM
Hi @ckemp,
just tested this and I can see the doubled entries for skype.com. I am about to release the binary packages for the updates. Which version are you running on?
01-11-2019 05:07 AM
I am on 0.9.52.
ubuntu@minemeld:~$ sudo /usr/sbin/minemeld-auto-update
2019-01-11 13:06:45,572 INFO:0.9.11 Current status:
2019-01-11 13:06:45,572 INFO:0.9.11 minemeld-engine: current: 0.9.52 latest: 0.9.52
2019-01-11 13:06:45,573 INFO:0.9.11 minemeld-webui: current: 0.9.52 latest: 0.9.52
2019-01-11 13:06:45,573 INFO:0.9.11 minemeld-prototypes: current: 0.9.52 latest: 0.9.52
2019-01-11 13:06:45,739 DEBUG:0.9.11 curl output:
2019-01-11 13:06:45,773 DEBUG:0.9.11 curl output:
2019-01-11 13:06:45,773 DEBUG:0.9.11 gpgv: /usr/bin/gpgv --ignore-time-conflict --keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d/minemeld.gpg /tmp/mmaupackagesgpgDWAPvd /tmp/mmaupackagesQUUdhl
2019-01-11 13:06:45,778 INFO:0.9.11 gpgv output: gpgv: Signature made Fri 07 Dec 2018 09:32:50 AM UTC using RSA key ID 7B630999
gpgv: Good signature from "Palo Alto Networks, MineMeld Team <minemeld@paloaltonetworks.com>"
gpgv: aka "[invalid image]"
2019-01-11 13:06:45,783 INFO:0.9.11 No package to deploy, exit
ubuntu@minemeld:~$
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!