Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added a test for idea_format #916

Merged
merged 985 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
985 commits
Select commit Hold shift + click to select a range
7675f53
conn.py: move the logic for interface timeout to its own function
AlyaGomaa Nov 14, 2024
4cb7b22
dns.py: wait 30 mins before the first "dns without conn" evidence
AlyaGomaa Nov 14, 2024
3608438
database.py: dont store slips start time in the local timezone, store…
AlyaGomaa Nov 14, 2024
f2728da
update existing and add more unit tests
AlyaGomaa Nov 14, 2024
bbefbdb
update the docs
AlyaGomaa Nov 14, 2024
fae67b2
Fix the problem of comparing timezone aware with timezone naive dates
AlyaGomaa Nov 14, 2024
2862508
update the database MAC address unit tests
AlyaGomaa Nov 14, 2024
1cb4978
Merge pull request #1065 from stratosphereips/alya/fix_domain_resolve…
AlyaGomaa Nov 14, 2024
4383948
use whois.validTlds() instead of hardcoded valid tlds
AlyaGomaa Nov 17, 2024
14b3803
Merge pull request #1067 from stratosphereips/alya/remove_hardcoded_tlds
AlyaGomaa Nov 17, 2024
1439f9a
.pre-commit-config.yaml: allow uploading of large files at config/loc…
AlyaGomaa Nov 18, 2024
5a53c3c
.pre-commit-config.yaml: add an exception for check-added-large-files…
AlyaGomaa Nov 18, 2024
dc91776
add a list of known fp hashes from https://github.com/Neo23x0/ti-fals…
AlyaGomaa Nov 18, 2024
761e842
threat_intelligence.py: add a parser for the list of known FP hashes
AlyaGomaa Nov 18, 2024
b942d72
db: add functions to store and retrieve FP hashes
AlyaGomaa Nov 18, 2024
381e35f
use md5 hashes only in known_fp_md5_hashes.csv
AlyaGomaa Nov 18, 2024
21c93b7
threat_intelligence.py: dont lookup known FP hashes
AlyaGomaa Nov 18, 2024
04d1b71
test_threat_intelligence.py: add a unit test for is_known_fp_md5_hash()
AlyaGomaa Nov 18, 2024
807fa0e
detection_modules.md: document the MD5 whitelist
AlyaGomaa Nov 18, 2024
6384354
test_threat_intelligence.py: update unit tests
AlyaGomaa Nov 18, 2024
7d5c6d4
Merge pull request #1068 from stratosphereips/alya/add_known_fps_list
AlyaGomaa Nov 18, 2024
727891f
timeline: improve detecting inbound traffic
AlyaGomaa Nov 18, 2024
86bed41
update timeline.py unit tests
AlyaGomaa Nov 18, 2024
a4ffd09
host_ip_manager.py: use the hosts's ipv6 if ipv4 isn't available
AlyaGomaa Nov 18, 2024
78d9565
Merge pull request #1069 from stratosphereips/alya/improve_inbound_tr…
AlyaGomaa Nov 19, 2024
e610ccf
Merge pull request #1071 from stratosphereips/alya/use_ipv6_host_ip_i…
AlyaGomaa Nov 19, 2024
bafebae
user lowercase function names and move hardcoded key names to constan…
AlyaGomaa Nov 19, 2024
d13019e
user lowercase function names
AlyaGomaa Nov 19, 2024
4be77ef
move the rest of redis db constants to constants.py
AlyaGomaa Nov 19, 2024
113f490
fix Changing the database from the web interface
AlyaGomaa Nov 21, 2024
3953886
db: add a function to get_malicious_profiles() for the web interface
AlyaGomaa Nov 21, 2024
6f9d686
analysis.py: use the db manager instead of the web interface's own db
AlyaGomaa Nov 21, 2024
0530973
app.py: use the db manager instead of the web interface's own db
AlyaGomaa Nov 21, 2024
cdc123c
webinterface/database.py : use the database manager instead of initia…
AlyaGomaa Nov 21, 2024
61f4393
webinterface/general.py: use db manager instead of redis directly
AlyaGomaa Nov 21, 2024
8a1edfc
db: add wrappers to be used by the web interface
AlyaGomaa Nov 21, 2024
afa686f
redis_manager.py: return all info from running_slips_info.txt from ge…
AlyaGomaa Nov 21, 2024
256d2fb
webinterface/utils.py: add a function to parse all info from running_…
AlyaGomaa Nov 21, 2024
d01b028
web interface: fix problem changing the db using the button at the to…
AlyaGomaa Nov 25, 2024
a5cf318
analysis.py: refactor
AlyaGomaa Nov 25, 2024
61ff97b
user lowercase function names and move hardcoded key names to constan…
AlyaGomaa Nov 19, 2024
61fc347
user lowercase function names
AlyaGomaa Nov 19, 2024
25d99b9
move the rest of redis db constants to constants.py
AlyaGomaa Nov 19, 2024
4936df0
fix Changing the database from the web interface
AlyaGomaa Nov 21, 2024
43afbf5
db: add a function to get_malicious_profiles() for the web interface
AlyaGomaa Nov 21, 2024
05b52bc
analysis.py: use the db manager instead of the web interface's own db
AlyaGomaa Nov 21, 2024
e8d659c
app.py: use the db manager instead of the web interface's own db
AlyaGomaa Nov 21, 2024
a5badfe
webinterface/database.py : use the database manager instead of initia…
AlyaGomaa Nov 21, 2024
28092f2
webinterface/general.py: use db manager instead of redis directly
AlyaGomaa Nov 21, 2024
7221b8c
db: add wrappers to be used by the web interface
AlyaGomaa Nov 21, 2024
bbf5662
redis_manager.py: return all info from running_slips_info.txt from ge…
AlyaGomaa Nov 21, 2024
cf595bc
webinterface/utils.py: add a function to parse all info from running_…
AlyaGomaa Nov 21, 2024
1196b02
web interface: fix problem changing the db using the button at the to…
AlyaGomaa Nov 25, 2024
bcd2912
analysis.py: refactor
AlyaGomaa Nov 25, 2024
ab42907
ioc_handler: remove trailing-whitespace
AlyaGomaa Nov 25, 2024
b3632de
update cesnet unit tests to use latest db function names
AlyaGomaa Nov 25, 2024
195f995
fix getting the used redis port
AlyaGomaa Nov 25, 2024
86f81a5
module_factory.py: set alert handler constants
AlyaGomaa Nov 25, 2024
a5a0c13
test_redis_manager.py: update unit tests
AlyaGomaa Nov 25, 2024
014a1ca
test_database.py: hardcode redis server ports
AlyaGomaa Nov 25, 2024
f513ee1
Merge pull request #1079 from stratosphereips/alya/fix_db_issues_in_t…
AlyaGomaa Nov 25, 2024
b875e04
use 0.25 as the default slips threshold
AlyaGomaa Nov 26, 2024
651fbf4
ti: fix checking FP hashes
AlyaGomaa Nov 26, 2024
8f6a5db
ip_info: cache valid tlds instead of retreiving and sorting them for …
AlyaGomaa Nov 28, 2024
e74012c
slips.yaml: update the link of the mac lookup db to the latest one av…
AlyaGomaa Nov 28, 2024
0e8d37e
set_evidence: fix trying to get sport and dport from a Files object
AlyaGomaa Nov 28, 2024
17edc51
ssl: fix setting malicious ja3s evidence
AlyaGomaa Nov 28, 2024
0f6d2d5
http: fix setting incompatible_user_agent evidence
AlyaGomaa Nov 28, 2024
1379978
asn: move the asn update period to asn.py from ip info
AlyaGomaa Nov 28, 2024
f52b6e8
ip info: set a timeout for querying macvendors.com
AlyaGomaa Nov 28, 2024
ddd926d
make ip info an async module
AlyaGomaa Nov 28, 2024
82fd2ac
ip_info: lookup mac vendors offline only if they're in the pending queue
AlyaGomaa Nov 28, 2024
fe88b62
update ip info unit tests
AlyaGomaa Nov 28, 2024
bbab4d2
tests: dont start sqlite when creating db manager object
AlyaGomaa Nov 28, 2024
18672ef
web interface: fix displaying profiles
AlyaGomaa Nov 28, 2024
96b4292
CI: fix matplot warning about some missing font
AlyaGomaa Nov 28, 2024
3b0cbc0
CI: fix matplot warning about some missing font
AlyaGomaa Nov 28, 2024
3b3b1c4
Merge pull request #1088 from stratosphereips/alya/add_timeouts_to_ev…
AlyaGomaa Nov 28, 2024
b399e96
update CHANGELOG.md
AlyaGomaa Nov 29, 2024
f96cb00
Merge remote-tracking branch 'origin/develop' into develop
AlyaGomaa Nov 29, 2024
1a76139
web interface: fix erasing the db when connected
AlyaGomaa Nov 29, 2024
9cb226c
bump version to 1.1.4
AlyaGomaa Nov 29, 2024
dc0c7f6
update slips.gif
AlyaGomaa Nov 29, 2024
1feaa36
fix slips version in CHANGELOG.md
AlyaGomaa Nov 29, 2024
fb6478e
Merge pull request #1090 from stratosphereips/develop
AlyaGomaa Nov 29, 2024
cfd86fe
remove duplicate AsyncModule class from module.py
AlyaGomaa Nov 29, 2024
e7207e6
ip_info: fix importing async module
AlyaGomaa Nov 29, 2024
c7f2e3b
Merge pull request #1092 from stratosphereips/alya/fix_the_starting_o…
AlyaGomaa Nov 29, 2024
d9c922e
fix the name of slips dir in the light docker image
AlyaGomaa Dec 2, 2024
4437295
ip info: wait max 10 mins for the update manager to download the maca…
AlyaGomaa Dec 2, 2024
1590904
update manager: always download the mac db if it's not on disk, even …
AlyaGomaa Dec 2, 2024
99b6964
update manager: make sure the mac db is successfully downloaded befor…
AlyaGomaa Dec 2, 2024
d9ccd3d
ip_info: use cache when looking up mac ouis
AlyaGomaa Dec 2, 2024
455954c
update update_manager unit tests
AlyaGomaa Dec 2, 2024
b9529fa
Merge pull request #1098 from stratosphereips/alya/add_a_timeout_for_…
AlyaGomaa Dec 2, 2024
0c16fdb
update changelog
AlyaGomaa Dec 3, 2024
e151b12
bump version to 1.1.4.1
AlyaGomaa Dec 3, 2024
8faa292
Merge pull request #1099 from stratosphereips/develop
AlyaGomaa Dec 3, 2024
a7c1947
Add a threat level and confidence to each alert
AlyaGomaa Dec 4, 2024
6f9a3e6
.pre-commit-config.yaml: fix invalid regex
AlyaGomaa Dec 5, 2024
0c50deb
alerts.py: add functions to convert to and from Alert objects
AlyaGomaa Dec 5, 2024
89e629e
cyst: update how alerts are accessed
AlyaGomaa Dec 5, 2024
1a20946
Merge pull request #1107 from stratosphereips/alya/add_threat_level_a…
AlyaGomaa Dec 5, 2024
1c61e0c
optimize the calls to get "input_type" from the db
AlyaGomaa Dec 9, 2024
2ccbf4a
db: delete unused ResolvedDomains keys
AlyaGomaa Dec 9, 2024
0e6fd0f
add usage for DNSresolution key
AlyaGomaa Dec 9, 2024
2ead0f1
slips.yaml: dont use a specific version of the mac db, download the l…
AlyaGomaa Dec 9, 2024
d2dbade
delete one drive and google drive from microsoft/google list of white…
AlyaGomaa Dec 9, 2024
08d5e11
update apple known ports and whitelist
AlyaGomaa Dec 9, 2024
63c728a
dns: Ignore computing the entropy of TXT answers for multicast IPs.
AlyaGomaa Dec 9, 2024
98fbc1e
Merge pull request #1109 from stratosphereips/alya/delete_duplicate_r…
AlyaGomaa Dec 9, 2024
354a098
dns:update unit tests
AlyaGomaa Dec 9, 2024
9bb16a5
Merge pull request #1110 from stratosphereips/alya/update_whitelist_a…
AlyaGomaa Dec 10, 2024
8f23426
ip_info: fix caching of mac vendor OUIs
AlyaGomaa Dec 10, 2024
b0e540c
db: split is_blacklisted_domain() into smalled functions for optimiza…
AlyaGomaa Dec 10, 2024
51fc615
add trie data structure for storing domains
AlyaGomaa Dec 10, 2024
deb9869
db: use the trie data structure to store and lookup malicious domains
AlyaGomaa Dec 10, 2024
34ecab9
db: inavlidate trie cache on every change to the IoC_domains key
AlyaGomaa Dec 10, 2024
cea4d4d
better validation of private ips/ip ranges
AlyaGomaa Dec 10, 2024
f02645e
Merge pull request #1112 from stratosphereips/alya/use-lru-cache
AlyaGomaa Dec 10, 2024
bf71e3a
dns.py: alert "invalid dns answer" on all private dns answers
AlyaGomaa Dec 10, 2024
54e7b24
conn.py: add multiple telnet reconnection attempts detection
AlyaGomaa Dec 11, 2024
672102a
conn.py: fix updating reconnection attempts in the db once a reconnec…
AlyaGomaa Dec 11, 2024
2768460
add a unit test for check_multiple_telnet_reconnection_attempts()
AlyaGomaa Dec 11, 2024
46eb00d
update unit tests
AlyaGomaa Dec 11, 2024
0af7ced
slips_utils: use the local timezone from utils.local_tz instead of de…
AlyaGomaa Dec 11, 2024
523b947
slips_utils: support giving str ips to is_private_ip()
AlyaGomaa Dec 11, 2024
d78e85c
utils: fix type hint in is_private_ip()
AlyaGomaa Dec 11, 2024
c1f5016
slips_utils: make sure the given str is an ip before converting it to…
AlyaGomaa Dec 11, 2024
e529c70
fix is_private_ip()
AlyaGomaa Dec 11, 2024
be788bd
conn.py: handle checking binetflow icmp flows for telnet traffic
AlyaGomaa Dec 11, 2024
5bbb0e2
Merge pull request #1114 from stratosphereips/alya/small_bug_fixes
AlyaGomaa Dec 11, 2024
cf864cb
db: rename get_gateway_ip() to get_gateway_ip_if_interface
AlyaGomaa Dec 11, 2024
ae136c9
flow_handler: fix docs
AlyaGomaa Dec 11, 2024
7ebdd66
flow_handler.py: only get the gw ip from notice.log if not found in t…
AlyaGomaa Dec 13, 2024
969627a
profiler: get the gateway mac and ip using the dst mac of outgoing tr…
AlyaGomaa Dec 13, 2024
cbde84a
test_profiler: add unit tests for get_gateway_info()
AlyaGomaa Dec 13, 2024
841894d
test_profiler: add unit tests for is_gw_info_detected()
AlyaGomaa Dec 13, 2024
db33521
document how we get the GW MAC and IP in interface and files
AlyaGomaa Dec 13, 2024
2290497
test_arp: rename get_gateway_ip_if_interface to get_gateway_ip
AlyaGomaa Dec 13, 2024
c2cf2f9
config.yaml: treat all List values as list instead of strings
AlyaGomaa Dec 13, 2024
39841b4
test_profiler: remove print assertions as they fail in CI
AlyaGomaa Dec 13, 2024
90b6266
add yamllint for linting slips.yaml to pre commit hooks
AlyaGomaa Dec 13, 2024
c67d611
reformat slips.yaml
AlyaGomaa Dec 13, 2024
6d8566b
arp: fix calling db.get_gateway_ip()
AlyaGomaa Dec 13, 2024
1a0b311
Merge pull request #1116 from stratosphereips/alya/use_yamllint
AlyaGomaa Dec 13, 2024
c59351e
test_flow_handler.py: update test_handle_notice()
AlyaGomaa Dec 13, 2024
5ae34f0
fix conn.log unit tests
AlyaGomaa Dec 13, 2024
3bc38a4
Merge pull request #1115 from stratosphereips/alya/fix_detecting_the_…
AlyaGomaa Dec 13, 2024
b7c63fa
add support to ip ranges in the client_ip in slips.yaml
AlyaGomaa Dec 13, 2024
7179e76
test_threat_intelligence.py: update test_is_inbound_traffic test
AlyaGomaa Dec 13, 2024
14f6924
add support to ip ranges in the client_ip in slips.yaml
AlyaGomaa Dec 13, 2024
34f16f6
test_threat_intelligence.py: update test_is_inbound_traffic test
AlyaGomaa Dec 13, 2024
89cdba0
Merge remote-tracking branch 'origin/alya/fix_profiler_crashing_when_…
AlyaGomaa Dec 13, 2024
fbfed02
profiler: fix syntax err
AlyaGomaa Dec 13, 2024
d7133a0
build(deps): bump certifi from 2024.7.4 to 2024.12.14 in /install
dependabot[bot] Dec 16, 2024
259200d
Add feel project documentation
AlyaGomaa Dec 16, 2024
8cf8d5e
Add images to feel_project.md
AlyaGomaa Dec 16, 2024
7ac9694
Add detailed results section in feel_project.md
AlyaGomaa Dec 16, 2024
b37327a
feel_project.md: add missing links
AlyaGomaa Dec 16, 2024
6e1f605
feel_project.md: add Community Adoption section
AlyaGomaa Dec 16, 2024
8ef60b6
Merge pull request #1119 from stratosphereips/dependabot/pip/install/…
AlyaGomaa Dec 16, 2024
98e195c
profiler: fix printing empty MAC address
AlyaGomaa Dec 16, 2024
cc4995a
fix profiler unit tests
AlyaGomaa Dec 16, 2024
60719a9
Merge pull request #1117 from stratosphereips/alya/fix_profiler_crash…
AlyaGomaa Dec 17, 2024
5af6b02
ti: make connection to and from blacklisted IPs 2 different evidence
AlyaGomaa Dec 17, 2024
c0d4a4c
update ti unit tests
AlyaGomaa Dec 17, 2024
0ae0e61
Merge pull request #1125 from stratosphereips/alya/improve_blackliste…
AlyaGomaa Dec 17, 2024
9f8a6ca
conn.py: fix problem setting multiple reconnection attempts evidence
AlyaGomaa Dec 18, 2024
a13c1b6
add an integration test for checking multiple reconnection attempts
AlyaGomaa Dec 18, 2024
ac13666
Merge pull request #1127 from stratosphereips/alya/fix_multiple_recon…
AlyaGomaa Dec 18, 2024
8da18d4
ip_info: get domain age and registrant using whois
AlyaGomaa Dec 19, 2024
a439e10
ssl.py: detect CN and hostname mismatch
AlyaGomaa Dec 19, 2024
965e203
set_evidence:set 2 evidence on CN and hostname mismatch
AlyaGomaa Dec 19, 2024
c0f4c7b
ip_info: get the registrant of the sld in the registrant of the main …
AlyaGomaa Dec 19, 2024
adc2c0c
set_evidence: better description of CN mismatch evidence
AlyaGomaa Dec 19, 2024
5a82467
ssl: better matching of the 2 domains orgs when checking for CN mismatch
AlyaGomaa Dec 19, 2024
7b9b953
slips_utils: remove dead code
AlyaGomaa Dec 19, 2024
1321b5b
ssl: in domains_belong_to_same_org() return the common org if found
AlyaGomaa Dec 19, 2024
828b5bd
update ip info unit tests
AlyaGomaa Dec 19, 2024
1e0063e
add unit tests for CN mismatch evidence
AlyaGomaa Dec 19, 2024
6412dab
update the docs about CN mismatch evidence
AlyaGomaa Dec 19, 2024
31a2c1e
update ip info unit tests
AlyaGomaa Dec 19, 2024
11d02b9
delete redis_tests.py
AlyaGomaa Dec 19, 2024
b436cc9
Merge pull request #1129 from stratosphereips/alya/detect_SSL_Certifi…
AlyaGomaa Dec 19, 2024
9cc18ad
Merge remote-tracking branch 'origin/develop' into develop
AlyaGomaa Dec 19, 2024
5c54770
evidence: remove extra \n at the end of some evidence
AlyaGomaa Dec 19, 2024
99e77e5
build(deps): bump psutil from 6.0.0 to 6.1.1 in /install
dependabot[bot] Dec 20, 2024
1d69cc1
build(deps): bump ruff from 0.6.8 to 0.8.4 in /install
dependabot[bot] Dec 20, 2024
0122ad1
Merge pull request #1130 from stratosphereips/dependabot/pip/install/…
AlyaGomaa Jan 2, 2025
1904e62
Merge pull request #1131 from stratosphereips/dependabot/pip/install/…
AlyaGomaa Jan 2, 2025
6e64889
Created unittest for profile_handler.py
Sekhar-Kumar-Dash Aug 27, 2024
7c7fd13
Updated module_factory.py
Sekhar-Kumar-Dash Aug 27, 2024
f9940d4
Merge remote-tracking branch 'Sekhar-Kumar-Dash/patch-59' into fork/S…
AlyaGomaa Jan 2, 2025
ea1e90b
update test_profile_handler.py with the current codebase
AlyaGomaa Jan 2, 2025
885d3d5
Add profile handler tests to CI
AlyaGomaa Jan 2, 2025
c20bd76
test_profile_handler.py: improve tests and add comments
AlyaGomaa Jan 2, 2025
681554f
dbmanager: refactor
AlyaGomaa Jan 2, 2025
49f7683
build(deps): bump six from 1.16.0 to 1.17.0 in /install
dependabot[bot] Jan 3, 2025
20a0cbf
build(deps): bump redis from 5.1.1 to 5.2.1 in /install
dependabot[bot] Jan 3, 2025
d4f221e
Merge pull request #966 from Sekhar-Kumar-Dash/patch-59
AlyaGomaa Jan 3, 2025
9bafcab
update changelog and docs
AlyaGomaa Jan 3, 2025
2de6f08
bump slips version to 1.1.5
AlyaGomaa Jan 3, 2025
f40e0ca
update slips gif
AlyaGomaa Jan 3, 2025
f680b5e
Merge remote-tracking branch 'origin/develop' into develop
AlyaGomaa Jan 3, 2025
d2e8453
Merge remote-tracking branch 'origin/master' into develop
AlyaGomaa Jan 3, 2025
c3ec132
Merge pull request #1135 from stratosphereips/dependabot/pip/install/…
AlyaGomaa Jan 3, 2025
c4baa3c
Merge pull request #1137 from stratosphereips/dependabot/pip/install/…
AlyaGomaa Jan 3, 2025
e0a62d2
Created unittest for process_manager.py
Sekhar-Kumar-Dash Aug 27, 2024
196b98c
Updated module_factory.py
Sekhar-Kumar-Dash Aug 27, 2024
4c7f5ed
update branch with the latest develop
AlyaGomaa Jan 3, 2025
5931930
test_process_manager.py: update unit tests
AlyaGomaa Jan 3, 2025
c169bec
unit-tests.yml: run test_process_manager.py in CI
AlyaGomaa Jan 3, 2025
aa35df9
Created unittest metadatamanager.py
Sekhar-Kumar-Dash Aug 26, 2024
c4397ec
Updated module_factory.py
Sekhar-Kumar-Dash Aug 26, 2024
c84ae86
Update test_metadata_manager.py
Sekhar-Kumar-Dash Aug 26, 2024
403ea83
Updated module_factory.py
Sekhar-Kumar-Dash Aug 26, 2024
81c4180
update branch with the latest develop
AlyaGomaa Jan 3, 2025
da46304
unit-tests.yml: run metadata manager using CI
AlyaGomaa Jan 3, 2025
cedc23b
Merge pull request #965 from Sekhar-Kumar-Dash/patch-58
AlyaGomaa Jan 3, 2025
643e476
update branch with the latest develop
AlyaGomaa Jan 3, 2025
50231eb
move all host ip related tests to test_host_ip_manager.py
AlyaGomaa Jan 3, 2025
49bdbb8
unti-tests: run test_host_ip_manager.py in CI
AlyaGomaa Jan 3, 2025
d3b6b2e
fix metadata manager unit tests
AlyaGomaa Jan 3, 2025
0d58624
module_factory: fix creating redis manager obj
AlyaGomaa Jan 3, 2025
1cfddd5
update test_slips.py
AlyaGomaa Jan 3, 2025
c891ac0
Merge pull request #954 from Sekhar-Kumar-Dash/patch-57
AlyaGomaa Jan 3, 2025
495f716
Created a unittest for rnn_detection_cc.py
Sekhar-Kumar-Dash Aug 26, 2024
b4d205c
Updated module_factory.py
Sekhar-Kumar-Dash Aug 26, 2024
7fe558b
Rename test_rnn_detection_cc.py to test_rnn_cc_detection.py
Sekhar-Kumar-Dash Aug 26, 2024
686893c
update branch with the latest develop
AlyaGomaa Jan 3, 2025
967c471
unit-tests: add test_rnn_cc_detection.py to CI
AlyaGomaa Jan 3, 2025
28b370a
improve rnn tests
AlyaGomaa Jan 3, 2025
b1cfea5
Merge pull request #952 from Sekhar-Kumar-Dash/patch-56
AlyaGomaa Jan 4, 2025
eb49b4b
build(deps): bump pandas from 2.2.2 to 2.2.3 in /install
dependabot[bot] Jan 6, 2025
7a5d95e
build(deps): bump coverage from 7.6.1 to 7.6.10 in /install
dependabot[bot] Jan 6, 2025
e2f96c9
build(deps): bump black from 24.8.0 to 24.10.0 in /install
dependabot[bot] Jan 6, 2025
cee1266
build(deps): bump gitpython from 3.1.43 to 3.1.44 in /install
dependabot[bot] Jan 6, 2025
752eddc
build(deps): bump tldextract from 5.1.2 to 5.1.3 in /install
dependabot[bot] Jan 6, 2025
c5c6393
Merge pull request #1144 from stratosphereips/dependabot/pip/install/…
AlyaGomaa Jan 6, 2025
0c6d68e
Merge pull request #1143 from stratosphereips/dependabot/pip/install/…
AlyaGomaa Jan 6, 2025
e43ed8a
Merge pull request #1142 from stratosphereips/dependabot/pip/install/…
AlyaGomaa Jan 6, 2025
ff26dfd
Merge pull request #1141 from stratosphereips/dependabot/pip/install/…
AlyaGomaa Jan 6, 2025
8a95897
Merge pull request #1140 from stratosphereips/dependabot/pip/install/…
AlyaGomaa Jan 6, 2025
996b5e9
added test_idea_format.py
Sekhar-Kumar-Dash Aug 9, 2024
7d227c1
Merge remote-tracking branch 'Sekhar-Kumar-Dash/patch-50' into fork/S…
AlyaGomaa Jan 6, 2025
ed88c65
cesnet: change how evidence is dealt with
AlyaGomaa Jan 6, 2025
0a43406
fix idea format unit tests
AlyaGomaa Jan 6, 2025
e36f8f8
add idea format tests to CI
AlyaGomaa Jan 6, 2025
54e0695
fix test_extract_cc_botnet_ipunit test
AlyaGomaa Jan 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ Master or Develop?
- Python version [e.g. 3.10]
- Are you running slips in docker or locally? [yes/no]
- Docker version (if running slips in docker) [e.g. 20.10.22]
- Slips docker image used (if running slips in docker) [e.g. macosm1-image, macosm1-P2P-image, ubuntu-image, dependency-image]
- Commit hash: ( `git rev-parse --short HEAD` )

**Additional context**
Expand Down
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: 2
updates:
- package-ecosystem: pip
- package-ecosystem: pip
directory: "/install"
target-branch: "develop"
schedule:
interval: "daily"

- package-ecosystem: "github-actions"
directory: "/"
target-branch: "develop"
Expand Down
234 changes: 0 additions & 234 deletions .github/workflows/CI-production-testing.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/CI-publishing-dependency-image.yml

This file was deleted.

63 changes: 0 additions & 63 deletions .github/workflows/CI-publishing-ubuntu-image.yml

This file was deleted.

Loading
Loading