Skip to content

Commit 6ed12bc

Browse files
committed
fix: [correlation] add ip to default list
1 parent 857da72 commit 6ed12bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/lib/ail_core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
# TODO by object TYPE ????
2727
AIL_OBJECTS_CORRELATIONS_DEFAULT = sorted({'barcode', 'chat', 'chat-subchannel', 'chat-thread', 'cve', 'cryptocurrency',
2828
'decoded', 'domain', 'dom-hash', 'favicon', 'file-name', 'gtracker', 'item',
29-
'image', 'mail', 'message', 'ocr', 'pgp', 'qrcode', 'screenshot', 'ssh-key',
30-
'title', 'user-account', 'username'})
29+
'image', 'ip', 'mail', 'message', 'ocr', 'pgp', 'qrcode', 'screenshot',
30+
'ssh-key', 'title', 'user-account', 'username'})
3131

3232
def get_ail_uuid():
3333
ail_uuid = r_serv_db.get('ail:uuid')

0 commit comments

Comments
 (0)