Skip to content

Commit

Permalink
readme & tests: email is case sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo committed Jan 23, 2019
1 parent c130c1f commit a65ed5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,4 @@ func main() {
- Fang and defang IOCs: https://github.com/ioc-fang/ioc_fanger
- Indicator of Compromise (De)Fanging Project: https://ioc-fang.hightower.space/
- InQuest/python-iocextract test data: https://github.com/InQuest/python-iocextract/tree/master/test_data
- Email address can be treated as case-insensitive: https://stackoverflow.com/a/9808332
4 changes: 4 additions & 0 deletions xioc/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -597,5 +597,9 @@
"aminjalali_58 (at) yahoo.com intelreports (at) kaspersky [dot] com": {
"emails": ["aminjalali_58@yahoo.com", "intelreports@kaspersky.com"],
"domains": ["yahoo.com", "kaspersky.com"]
},
"rEsearch@fireeye.COM": {
"emails": ["research@fireeye.com"],
"domains": ["fireeye.com"]
}
}

0 comments on commit a65ed5d

Please sign in to comment.