Use the Uploaded Lists tab to upload static files
containing EDL entries. Uploaded lists can be csv, json, or
text. The maximum file size is 8 MB. Select the file format (
csv, json, or text) that matches how your data is
structured:
TXT — simplest, recommended
One entry per line. Lines starting with # are comments and are skipped. Inline tags are supported after # on entry lines.
# SOC blocklist - maintained by security team
10.0.0.1
192.168.5.0/24
203.0.113.0/24
10.0.0.5 # incident_id=inc123; severity=high
*.malware.example.com
https://phishing.example.com/payload # threat_type=phishing
CSV — if your data comes from a spreadsheet or tool export
By default, entries are read from the first column (index 0) and the first row is treated as a header.
ip_address,incident_id,severity
10.0.0.1,inc123,high
192.168.1.0/24,inc456,medium
203.0.113.0/24,inc789,low
If your IP or domain is in a different column, note the zero-based column index — you may be asked for this when configuring the source.
JSON — flat array
["10.0.0.1", "192.168.1.0/24", "203.0.113.0/24"]
Or nested objects (you will need to provide a JSONPath expression to extract values):
[
{"ip": "10.0.0.1", "severity": "high"},
{"ip": "192.168.1.0/24", "severity": "medium"}
]
In the
Hosted Dynamic Lists page, select the
Uploaded Lists tab. Use this tab to view existing
lists, or to add a new one.
An uploaded list cannot exceed 8MB.
Select an uploaded list to view its contents
(including the name, an optional description, and the configured data
type (for example, IP list).
Click
Add Uploaded Lists. In the
Add
Uploaded List page:
Enter a
Name and (optionally)
Description for the uploaded list.
Use the drop-down to select the
EDL
Type.
Browse for the file (or drag and drop).
SCM processes the file immediately and includes
its entries in the hosted feed.
Updating an Uploaded List
When your data changes, upload a new file to replace or extend the
existing list:
- Go to the Uploaded Lists tab.
- Click the list name to open the edit form.
- Drag and drop or browse to your new file.
- Click Save
The hosted dynamic list feed is automatically
regenerated with the updated entries.
Editing or Deleting an Uploaded List
- Edit: Click the list name in the grid to reopen the
pre-populated form.
- Delete: Select the row check box → click Delete → confirm in the
dialog
Create an EDL Based on Your Synchronized Source
Make sure you have at least one source ready. A hosted dynamic list
requires at least one source to pull entries from. Set up any of the
following in advance or create them inline during this process:
Git Account — for Git repository sources
API Endpoint — for REST API sources
Uploaded List — for manually uploaded files
Each of these options are described
above.
Login to Strata Cloud Manager. Select .
Select the
Hosted Dynamic Lists card on the
Setup page; click the configuration icon. The
Hosted Dynamic List page displays currently configured lists.
You can edit an existing list, or, click
Add Hosted Dynamic
List In the
Add Hosted Dynamic List page:
Enter the
Name. Specify an unique name
for this list (e.g., Malicious-IPs, Phishing-Domains).
Optionally enter a
Description.
Select the
EDL Type from the drop-down
menu.
Choose EDL Type carefully
— it cannot be changed after creation. Entries from sources
that do not match the selected type are automatically
dropped.
Select the
IP Type (IPv4 or IPv6).
Click
Add Source.
You can aggregate up to 10 sources
into a single list. Duplicates are removed, and entries that
do not match the EDL Type are ignored.
In the
Add Source screen, select the
previously created
Source (Git
Repository, API Endpoint, or Uploaded List).
Use the drop-down menu to select the corresponding source; for
example, after selecting Git Repository, use the drop-down menu
to select the correct repository.
Add more sources by clicking
Add Source again. You can add up
to 10 sources per hosted dynamic list.
Click
Save.
SCM immediately begins processing — it fetches entries from all
attached sources, duplicates them, merges overlapping CIDRs (for IP
lists), removes any entries that don't match the EDL type.
Verify the list. On the
Hosted Dynamic Lists
tab, your new list appears:
If the status shows an error,
hover over the red dot to view the error message.