This file is indexed.

/etc/prelude-lml/ruleset/cisco-asa.rules is in prelude-lml-rules 4.1.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
#FULLNAME: Cisco ASA
#VERSION: 1.0
#DESCRIPTION: Cisco Adaptive Security Appliance (ASA) Software is a core operating system. It delivers enterprise-class firewall capabilities for ASA devices in an array of form factors for any distributed network environment. The rules included here were developed using a Cisco PIX and a Cisco ASA 8.2.x.

#####
#
# Copyright (C) 2003 G Ramon Gomez <gene at gomezbrothers dot com>
# Ragingwire Enterprise Solutions (www.ragingwire.com)
# All Rights Reserved
#
# The new ASA rules where added by:
# Copyright (C) 2012 email: <operador@seguridadx.com> twitter: www.twitter.com/seguridad_x
# All Rights Reserved
#
# This file is part of the Prelude-LML program.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
#####

#DESCRIPTION:Dropped UDP DNS packet type
#CATEGORY:Packet Filtering
#LOG:Sep 20 18:25:50 ASA_NAME %ASA-4-410001: Dropped UDP DNS packet_type from source_interface:source_address/source_port to dest_interface:dest_address/dest_port; error_length_type length length bytes exceeds max_length_type limit of maximum_length bytes
regex=ASA-4-410001; \
 classification.text=Dropped UDP DNS; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=ASA-4-410001; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp2266063; \
 id=195; \
 revision=0; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 assessment.impact.severity=high; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=Explanation The domain-name length exceeds 255 bytes in a UDP DNS packet. (See RFC 1035 section 3.1.); \
 last

#DESCRIPTION:Cisco Intrusion Detection/Prevention System signature messages
#CATEGORY:IDS Signature
#LOG:May 10 09:25:28 asa %ASA-4-400000: IPS:1000 IP options-Bad Option List from 193.211.21.12 to 78.12.34.1 on interface dmz
#LOG:Nov  2 18:03:14 pix %PIX-4-400024: IDS:2151 Large ICMP packet from 200.36.129.18 to 12.34.56.78 on interface outside
regex=-(4000\d\d): I[DP]S:(\d+) (.+) from ([\d\.]+) to ([\d\.]+) on interface (\S+); \
 classification.text=$3; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=$1; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp2266063; \
 classification.reference(1).origin=vendor-specific; \
 classification.reference(1).meaning=csids_id; \
 classification.reference(1).name=$1; \
 classification.reference(1).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp2266063; \
 id=196; \
 revision=6; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.completion=failed; \
 assessment.impact.description=Messages 400000 through 400051 - Cisco Intrusion Detection/Prevention System signature messages; \
 source(0).interface=$6; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$4; \
 target(0).node.address(0).category=ipv4-addr; \
 target(0).node.address(0).address=$5; \
 last

#DESCRIPTION:Remote Login permitted
#CATEGORY:Authentication
#LOG:Nov  2 11:03:52 pix %PIX-6-605005: Login permitted from 12.34.56.78/43610 to inside:90.12.34.56/ssh for user "pix"
regex=-605005: Login permitted from ([\d\.]+)\/(\S+) to (\S+):([\d\.]+)\/(\S+) for user "(\S+)"; \
 classification.text=Remote Login; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=605005; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1284894; \
 id=197; \
 revision=6; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=low; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=This message appears when a user is authenticated successfully and a management session starts.; \
 source(0).interface=$3; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 source(0).service.port=$2; \
 target(0).interface=$3; \
 target(0).node.address(0).category=ipv4-addr; \
 target(0).node.address(0).address=$4; \
 target(0).service.port=$5; \
 target(0).user.category=os-device; \
 target(0).user.user_id(0).type=target-user; \
 target(0).user.user_id(0).name=$6; \
 last

#DESCRIPTION:User executed the 'enable' command
#CATEGORY:Command Execution
#LOG:Nov  2 11:03:55 pix %PIX-5-111008: User 'enable_1' executed the 'enable' command.
regex=-111008: User '(\S+)' executed the 'enable' command; \
 classification.text=Admin login; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=111008; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1280203; \
 id=198; \
 revision=6; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=low; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=User $1 succesfully enabled; \
 source(0).user.category=os-device; \
 source(0).user.user_id(0).type=current-user; \
 source(0).user.user_id(0).name=$1; \
 target(0).user.category=os-device; \
 target(0).user.user_id(0).type=target-user; \
 target(0).user.user_id(0).name=enable_15; \
 last

#DESCRIPTION:User executed a command
#CATEGORY:Command Execution
#LOG:Apr  3 15:00:08 ASA_NAME %ASA-7-111009: User 'user' executed cmd: show access-list
regex=-111009: User '(\S+)' executed cmd: (\S+) (\S+); \
 classification.text=User executed a command; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=111009; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1280203; \
 id=199; \
 revision=6; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=low; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=User $1 executed cmd: $2 $3; \
 source(0).user.category=os-device; \
 source(0).user.user_id(0).type=current-user; \
 source(0).user.user_id(0).name=$1; \
 target(0).user.category=os-device; \
 target(0).user.user_id(0).type=target-user; \
 target(0).user.user_id(0).name=enable_15; \
 last

#DESCRIPTION:AAA credentials rejected
#CATEGORY:Authentication
#LOG:Apr  3 15:14:44 ASA_NAME %ASA-6-113016: AAA credentials rejected : reason = Unspecified : server = 1.1.1.3 : user = user
regex=-113016: AAA credentials rejected : reason = (\S+) : server = ([\d\.]+) : user = (\S+); \
 classification.text=AAA credentials rejected; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=113016; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1280203; \
 id=200; \
 revision=6; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=low; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=reason $1; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$2; \
 source(0).user.category=os-device; \
 source(0).user.user_id(0).type=current-user; \
 source(0).user.user_id(0).name=$3; \
 target(0).user.category=os-device; \
 target(0).user.user_id(0).type=target-user; \
 target(0).user.user_id(0).name=enable_15; \
 last

#DESCRIPTION:AAA Marking RADIUS server as FAILED
#CATEGORY:Monitoring
#LOG:Jun 21 13:13:06 ASA_NAME %ASA-2-113022: AAA Marking RADIUS server 192.168.160.30 in aaa-server group RADIUS as FAILED
regex=-113022: AAA Marking RADIUS server ([\d\.]+) in aaa-server group RADIUS as FAILED; \
 classification.text=AAA Marking RADIUS server as FAILED; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=113022; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1280203; \
 id=201; \
 revision=6; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=high; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 additional_data(0).type=string; \
 additional_data(0).meaning=RADIUS Server; \
 additional_data(0).data=$1; \
 last

#DESCRIPTION:Attempting AAA Fallback method LOCAL for Authentication request
#CATEGORY:Authentication
#LOG:Jun 21 13:09:27 ASA_NAME %ASA-4-409023: Attempting AAA Fallback method LOCAL for Authentication request for user e4045102 : Auth-server group RADIUS unreachable
regex=-409023: Attempting AAA Fallback method LOCAL for Authentication request for user (\S+); \
 classification.text=AAA Fallback method LOCAL; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=409023; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1280203; \
 id=202; \
 revision=6; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=high; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 additional_data(0).type=string; \
 additional_data(0).meaning=Attempting AAA Fallback method LOCAL for Authentication request for user; \
 additional_data(0).data=$1; \
 last

#DESCRIPTION:Configuration written
#CATEGORY:Monitoring
#LOG:Nov  2 11:17:21 pix %PIX-5-111001: Begin configuration: console writing to memory
regex=-111001: Begin configuration: (\S+) writing to (\S+); \
 classification.text=Configuration written to $2; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=111001; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wpxref46365/1/; \
 id=203; \
 revision=5; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=low; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=Configuration was stored on $2, and the command was executed from $1.; \
 additional_data(0).type=string; \
 additional_data(0).meaning=Source device; \
 additional_data(0).data=$1; \
 additional_data(1).type=string; \
 additional_data(1).meaning=Destination device; \
 additional_data(1).data=$2; \
 last

#DESCRIPTION:User logged out
#CATEGORY:Authentication
#LOG:Nov  2 11:17:26 pix %PIX-5-611103: User logged out: Uname: enable_1
#LOG:Jul 10 21:29:38 somehost.smf.ragingwire.net 12.34.56.78/90.12.34.56 :Jul 10 14:24:56 PDT: %ASA-vpnc-5-611103: User logged out: Uname: neteng
regex=-611103: User logged out: Uname: (\S+); \
 classification.text=User logout; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=611103; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1285015; \
 id=204; \
 revision=5; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=low; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=User $1 logged out; \
 source(0).user.category=os-device; \
 source(0).user.user_id(0).type=current-user; \
 source(0).user.user_id(0).name=$1; \
 last

#DESCRIPTION:Login denied for user
#CATEGORY:Authentication
#LOG:Nov  2 19:13:43 pix %PIX-6-605004: Login denied from 12.34.56.78/44660 to inside:90.12.34.56/ssh for user "frag"
regex=-605004: Login denied from ([\d\.]+)\/(\d+) to (\S+):([\d\.]+)\/(\S+) for user "(\S+)"; \
 classification.text=Remote Login; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=605004; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1284886; \
 id=205; \
 revision=6; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.type=admin; \
 assessment.impact.completion=failed; \
 assessment.impact.description=User $6 failed login; \
 source(0).interface=$3; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 source(0).service.port=$2; \
 target(0).interface=$3; \
 target(0).node.address(0).category=ipv4-addr; \
 target(0).node.address(0).address=$4; \
 target(0).service.name=$5; \
 target(0).user.category=os-device; \
 target(0).user.user_id(0).type=target-user; \
 target(0).user.user_id(0).name=$6; \
 last

#DESCRIPTION:Console enable password incorrect
#CATEGORY:Authentication
#LOG:Nov  2 19:14:23 pix %PIX-6-308001: console enable password incorrect for 3 tries (from ssh (remote 12.34.56.78))
regex=-308001: (PIX |ASA )?(\S+) enable password incorrect for (\d+) tries \(from (.+)\); \
 classification.text=Admin login; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=308001; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa80/system/message/logmsgs.html#wp5630084; \
 id=206; \
 revision=6; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.type=admin; \
 assessment.impact.completion=failed; \
 assessment.impact.description=ASA enable password attempt on the $2 failed from $4; \
 target(0).user.category=os-device; \
 target(0).user.user_id(0).type=target-user; \
 target(0).user.user_id(0).name=enable_15; \
 additional_data(0).type=string; \
 additional_data(0).meaning=Destination device; \
 additional_data(0).data=$2; \
 additional_data(1).type=integer; \
 additional_data(1).meaning=Attempts; \
 additional_data(1).data=$3; \
 additional_data(2).type=string; \
 additional_data(2).meaning=Source device; \
 additional_data(2).data=$4; \
 last

#DESCRIPTION:SSH session disconnected by SSH server
#CATEGORY:Authentication
#LOG:Nov 17 11:29:27 pix %PIX-6-315011: SSH session from 12.34.56.78 on interface dmz for user "" disconnected by SSH server, reason: "Invalid format in version string" (0x05)
regex=-315011: SSH session from ([\d\.]+) on interface (\S+) for user "" disconnected by SSH server, reason: "Invalid format in version string"; \
 classification.text=SSH server recognition; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=315001; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1281091; \
 id=207; \
 revision=5; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity = medium; \
 assessment.impact.completion=failed; \
 assessment.impact.type=recon; \
 assessment.impact.description=$1 probably attempting to determine SSH version; \
 source(0).interface=$2; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 source(0).service.iana_protocol_name=tcp; \
 source(0).service.iana_protocol_number=6; \
 target(0).interface=$2; \
 target(0).service.port=22; \
 target(0).service.name=ssh; \
 target(0).service.iana_protocol_name=tcp; \
 target(0).service.iana_protocol_number=6; \
 last

#DESCRIPTION:Embryonic limit for through connections exceeded
#CATEGORY:Network Security
#LOG:Dec 22 15:55:33 pix %PIX-4-407002: Embryonic limit for through connections exceeded 243/100. 208.252.69.162/55452 to 12.34.56.78(90.12.34.56)/80 on interface outside
regex=-407002: Embryonic limit for through connections exceeded (\d+)\/(\d+)\. ([\d\.]+)\/(\d+) to ([\d\.]+)\(([\d\.]+)\)\/(\d+) on interface (\S+); \
 classification.text=Embryonic connection limit exceeded; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=407002; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1282383; \
 id=208; \
 revision=5; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity = medium; \
 assessment.impact.completion=failed; \
 assessment.impact.type=other; \
 assessment.impact.description=The number of connections from $3 over $5 to $6 has exceeded the maximum embryonic limit for that static.; \
 source(0).interface=$8; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$3; \
 source(0).service.port=$4; \
 source(0).service.iana_protocol_name=tcp; \
 source(0).service.iana_protocol_number=6; \
 target(0).node.address(0).category=ipv4-addr; \
 target(0).node.address(0).address=$5; \
 target(0).node.address(1).category=ipv4-addr; \
 target(0).node.address(1).address=$6; \
 target(0).service.port=$7; \
 target(0).service.iana_protocol_name=tcp; \
 target(0).service.iana_protocol_number=6; \
 additional_data(0).type=integer; \
 additional_data(0).meaning=Connections; \
 additional_data(0).data=$1; \
 additional_data(1).type=integer; \
 additional_data(1).meaning=Connection limit; \
 additional_data(1).data=$2; \
 last

#DESCRIPTION:Deny IP
#CATEGORY:Packet Filtering
#LOG:Feb  1 00:48:50 pix %PIX-6-106012: Deny IP from 12.34.56.78 to 90.12.34.56, IP options: "Loose Src Routing"
regex=-106012: Deny IP from ([\d\.]+) to ([\d\.]+), IP options: "(.+)"; \
 classification.text=IP options: $3; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=106012; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1279793; \
 id=209; \
 revision=5; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.completion=failed; \
 assessment.impact.type=other; \
 assessment.impact.description=An IP packet was seen with IP options.  Because IP options are considered a security risk, the packet was discarded.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 source(0).service.iana_protocol_name=tcp; \
 source(0).service.iana_protocol_number=6; \
 target(0).node.address(0).category=ipv4-addr; \
 target(0).node.address(0).address=$2; \
 target(0).service.iana_protocol_name=tcp; \
 target(0).service.iana_protocol_number=6; \
 additional_data(0).type=string; \
 additional_data(0).meaning=IP options; \
 additional_data(0).data=$3; \
 last

#DESCRIPTION:Reverse path check failure
#CATEGORY:Monitoring
#LOG:Jan 27 14:51:43 pix %PIX-1-106021: Deny udp reverse path check from 12.34.56.78 to 90.12.34.56 on interface staging
regex=-106021: Deny (\w+) reverse path check from ([\d\.]+) to ([\d\.]+) on interface (\S+); \
 classification.text=Reverse path check failure; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=106021; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1279871; \
 id=210; \
 revision=5; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.completion=failed; \
 assessment.impact.type=other; \
 assessment.impact.description=Reverse route lookup detected a packet that does not have a source address represented by a route and assumed that it is part of an attack.; \
 source(0).interface=$4; \
 source(0).spoofed=yes; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$2; \
 source(0).service.iana_protocol_name=$1; \
 target(0).node.address(0).category=ipv4-addr; \
 target(0).node.address(0).address=$3; \
 target(0).service.iana_protocol_name=$1; \
 last

#DESCRIPTION:Fragment database limit exceeded
#CATEGORY:Network Security
#LOG:Feb  1 01:01:28 pix %PIX-4-209003: Fragment database limit of 200 exceeded:  src = 12.34.56.78, dest = 90.12.34.56, proto = icmp, id = 48130
regex=-209003: Fragment database limit of (\d+) exceeded:  src = ([\d\.]+), dest = ([\d\.]+), proto = (\w+); \
 classification.text=Fragment database limit exceeded; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=209003; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1280434; \
 id=211; \
 revision=5; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.completion=failed; \
 assessment.impact.type=other; \
 assessment.impact.description=The IP fragement database limit has been exceeded.  A DoS attack may be in progress.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$2; \
 source(0).service.iana_protocol_name=$4; \
 target(0).node.address(0).category=ipv4-addr; \
 target(0).node.address(0).address=$3; \
 target(0).service.iana_protocol_name=$4; \
 additional_data(0).type=integer; \
 additional_data(0).meaning=Connections; \
 additional_data(0).data=$1; \
 last

#DESCRIPTION:Invalid transport field for protocol
#CATEGORY:Monitoring
#LOG:Feb  1 18:16:27 pix %PIX-4-500004: Invalid transport field for protocol=6, from 12.34.56.78/13798 to 90.12.34.56/0
regex=-500004: Invalid transport field for protocol=(\d+), from ([\d\.]+)\/(\d+) to ([\d\.]+)\/(\d+); \
 classification.text=Source or destination port 0; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=500004; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1282628; \
 id=212; \
 revision=5; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.completion=failed; \
 assessment.impact.type=other; \
 assessment.impact.description=There is an invalid transport number, in which the source or destination port number for a protocol is zero.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$2; \
 source(0).service.port=$3; \
 source(0).service.iana_protocol_number=$1; \
 target(0).node.address(0).category=ipv4-addr; \
 target(0).node.address(0).address=$4; \
 target(0).service.port=$5; \
 target(0).service.iana_protocol_number=$1; \
 last

#DESCRIPTION:Received ARP (request|response) collision
#CATEGORY:Monitoring
#LOG:Feb  3 01:47:37 pix %PIX-4-405001: Received ARP response collision from 12.34.56.78/000b.bf5b.9408 on interface outside
regex=-405001: Received ARP (request|response) collision from ([\d\.]+)\/([A-Fa-f\d\.]+) on interface (\S+); \
 classification.text=ARP $1 mismatch; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=405001; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1282234; \
 id=213; \
 revision=5; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.completion=failed; \
 assessment.impact.type=other; \
 assessment.impact.description=The firewall received an ARP packet, and the MAC address in the packet differs from the ARP cache entry.; \
 source(0).spoofed=yes; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$2; \
 source(0).node.address(1).category=mac; \
 source(0).node.address(1).address=$3; \
 source(0).interface=$4; \
 target(0).node.address(0).category=ipv4-addr; \
 target(0).node.address(0).address=$2; \
 last

#DESCRIPTION:Access denied by ACL
#CATEGORY:Authentication
#LOG:Jan 25 14:59:33 pix %PIX-3-710003: TCP access denied by ACL from 148.208.247.3/2984 to outside:12.40.199.252/ssh
#LOG:Jul 12 17:30:17 smf-custlog-02 12.34.56.78/90.12.34.56 :Jul 12 10:25:06 PDT: %ASA-session-3-710003: TCP access denied by ACL from 78.90.12.34/3354 to OUTSIDE-01:56.78.90.12/80
regex=-710003: (TCP|UDP) access denied by ACL from ([\d\.]+)\/(\d+) to (\S+):([\d\.]+)\/(\S+); \
 classification.text=Unauthorized admin session attempt; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=710003; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp2503389; \
 id=214; \
 revision=5; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.completion=failed; \
 assessment.impact.type=admin; \
 assessment.impact.description=This message appears when the firewall denies an attempt to connect to the interface service from an unauthorized management station.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$2; \
 source(0).service.port=$3; \
 source(0).service.iana_protocol_name=$1; \
 source(0).interface=$4; \
 target(0).node.address(0).category=ipv4-addr; \
 target(0).node.address(0).address=$5; \
 target(0).service.port=$6; \
 target(0).service.iana_protocol_name=$1; \
 target(0).interface=$4; \
 last

#DESCRIPTION:Broadcast address translation request failed
#CATEGORY:Network Security
#LOG:Mar 15 20:55:18 gtsprodpix %PIX-3-305006: Dst IP is network/broadcast IP, translation creation failed for tcp src prod:10.100.17.27/1586 dst inside:10.100.16.255/445
regex=-305006: Dst IP is network/broadcast IP, translation creation failed for (tcp|udp) src (\S+):([\d\.]+)/(\S+) dst (\S+):([\d\.]+)/(\S+); \
 classification.text=Broadcast address translation request; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=305006; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1280915; \
 id=215; \
 revision=4; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.completion=failed; \
 assessment.impact.type=recon; \
 assessment.impact.description=The firewall has received a request to assign a static NAT translation for a broadcast address, which is illegal.  This is commonly an indicator of a network mapping attempt.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$3; \
 source(0).service.port=$4; \
 source(0).service.iana_protocol_name=$1; \
 source(0).interface=$2; \
 target(0).node.address(0).category=ipv4-addr; \
 target(0).node.address(0).address=$6; \
 target(0).service.port=$7; \
 target(0).service.iana_protocol_name=$1; \
 target(0).interface=$5; \
 last

#DESCRIPTION:ICMP destination/source mismatch
#CATEGORY:Monitoring
#LOG:Mar 24 09:19:42 gtsprodpix %PIX-4-313003: Invalid destination for ICMP error message: ICMP source 12.34.56.78 destination 90.12.34.56 (type 3, code 1) on outside interface.  Original IP payload: ICMP source 1.1.1.1 destination 1.1.1.1 (type 1, code 1).
regex=-313003: Invalid destination for ICMP error message: ICMP source ([\d\.]+) destination ([\d\.]+) \(type (\d+), code (\d+)\) on (\S+) interface.; \
 classification.text=ICMP destination/source mismatch; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=313003; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1281049; \
 id=216; \
 revision=5; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.completion=failed; \
 assessment.impact.type=recon; \
 assessment.impact.description=The destination for the ICMP error message is different than the source of the IP packet that induced the ICMP error message.  This could be an active network probe, an attempt to use the ICMP error message as a covert channel, or a misbehaving IP host.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 source(0).service.iana_protocol_name=icmp; \
 source(0).service.iana_protocol_number=1; \
 source(0).interface=$5; \
 target(0).node.address(0).category=ipv4-addr; \
 target(0).node.address(0).address=$2; \
 target(0).service.iana_protocol_name=icmp; \
 target(0).service.iana_protocol_number=1; \
 additional_data(0).type=integer; \
 additional_data(0).meaning=ICMP type; \
 additional_data(0).data=$3; \
 additional_data(1).type=integer; \
 additional_data(1).meaning=ICMP code; \
 additional_data(1).data=$4; \
 last

#DESCRIPTION:Packet denied by access-group
#CATEGORY:Packet Filtering
#LOG:Dec 30 03:10:48 12.34.56.78 Dec 30 2003 02:13:28: %PIX-4-106023: Deny icmp src outside:64.89.17.26 dst inside:90.12.34.56 (type 3, code 3) by access-group "outside"
#LOG:Jun  2 17:46:30 bombadil253 %PIX-4-106023: Deny udp src inside:12.34.56.78/18378 dst outside:90.12.34.56/12685 by access-group "acl_in"
#regex=-106023: Deny (\w+) src (\S+):([\d\.]+)(/(\d+))? dst (\S+):([\d\.]+)(/(\d+))?.*by access-group "(\S+)"; \
# classification.text=Packet denied; \
# classification.reference(0).origin=vendor-specific; \
# classification.reference(0).meaning=asa_id; \
# classification.reference(0).name=106023; \
# classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1279897; \
# id=217; \
# revision=5; \
# analyzer(0).name=ASA; \
# analyzer(0).manufacturer=Cisco; \
# analyzer(0).class=Firewall; \
# assessment.impact.severity=medium; \
# assessment.impact.description=A packet was dropped by PIX access-group "$8".; \
# source(0).interface=$2; \
# source(0).service.iana_protocol_name=$1; \
# source(0).node.address(0).category=ipv4-addr; \
# source(0).node.address(0).address=$3; \
# source(0).service.port=$4; \
# target(0).interface=$5; \
# target(0).service.iana_protocol_name=$1; \
# target(0).node.address(0).category=ipv4-addr; \
# target(0).node.address(0).address=$6; \
# target(0).service.port=$7; \
# additional_data(0).type=string; \
# additional_data(0).meaning=access-group; \
# additional_data(0).data=$8; \
# last

#DESCRIPTION:Packet denied on interface
#CATEGORY:Packet Filtering
#LOG:Nov  2 18:03:14 pix %PIX-2-106006: Deny inbound UDP from 9.0.1.2/10001 to 3.4.5.6/1026 on interface outside
#regex=-106006: Deny inbound UDP from ([\d\.]+)/(\d+) to ([\d\.]+)/(\d+) on interface (\S+); \
# classification.text=Packet denied; \
# classification.reference(0).origin=vendor-specific; \
# classification.reference(0).meaning=asa_id; \
# classification.reference(0).name=106006; \
# classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1279756; \
# id=218; \
# revision=5; \
# analyzer(0).name=ASA; \
# analyzer(0).manufacturer=Cisco; \
# analyzer(0).class=Firewall; \
# assessment.impact.severity=medium; \
# assessment.impact.description=This is a connection-related message. This message is logged if an inbound UDP packet is denied by your security policy.; \
# source(0).interface=$5; \
# source(0).service.iana_protocol_name=UDP; \
# source(0).service.iana_protocol_number=17; \
# source(0).node.address(0).category=ipv4-addr; \
# source(0).node.address(0).address=$1; \
# source(0).service.port=$2; \
# target(0).service.iana_protocol_name=UDP; \
# target(0).service.iana_protocol_number=17; \
# target(0).node.address(0).category=ipv4-addr; \
# target(0).node.address(0).address=$3; \
# target(0).service.port=$4; \
# last

#DESCRIPTION:Packet denied due to DNS
#CATEGORY:Packet Filtering
#LOG:Nov  2 18:03:14 pix %PIX-2-106007: Deny inbound UDP from 7.8.9.0/53 to 1.2.3.4/33524 due to DNS Response
#LOG:Jul 12 19:34:42 smf-custlog-02 78.90.12.34/56.78.90.12 :Jul 12 12:31:46 PDT: %ASA-session-2-106007: Deny inbound UDP from 12.34.56.78/1048 to 90.12.34.56/53 due to DNS Query
regex=-106007: Deny inbound UDP from ([\d\.]+)/(\d+) to ([\d\.]+)/(\d+) due to DNS (Response|Query); \
 classification.text=Packet denied; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=106007; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1279764; \
 id=219; \
 revision=5; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.description=This is a connection-related message. This message is logged if a UDP packet containing a DNS $5 is denied.; \
 source(0).service.iana_protocol_name=UDP; \
 source(0).service.iana_protocol_number=17; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 source(0).service.port=$2; \
 target(0).service.iana_protocol_name=UDP; \
 target(0).service.iana_protocol_number=17; \
 target(0).node.address(0).category=ipv4-addr; \
 target(0).node.address(0).address=$3; \
 target(0).service.port=$4; \
 last

#DESCRIPTION:Packet denied (TCP) on interface
#CATEGORY:Packet Filtering
#LOG:Nov  2 18:03:14 pix %PIX-2-106001: Inbound TCP connection denied from 1.2.3.4/1007 to 5.6.7.8/139 flags SYN  on interface outside
#regex=-106001: Inbound TCP connection denied from ([\d\.]+)/(\d+) to ([\d\.]+)/(\d+) flags (.+)  on interface (\S+); \
# classification.text=Packet denied; \
# classification.reference(0).origin=vendor-specific; \
# classification.reference(0).meaning=asa_id; \
# classification.reference(0).name=106001; \
# classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1279735; \
# id=220; \
# revision=5; \
# analyzer(0).name=ASA; \
# analyzer(0).manufacturer=Cisco; \
# analyzer(0).class=Firewall; \
# assessment.impact.severity=medium; \
# assessment.impact.description=This is a connection-related message. This message occurs when an attempt to connect to an inside address is denied by your security policy.  The flags on this packet were $5.; \
# source(0).interface=$6; \
# source(0).service.iana_protocol_name=TCP; \
# source(0).service.iana_protocol_number=6; \
# source(0).node.address(0).category=ipv4-addr; \
# source(0).node.address(0).address=$1; \
# source(0).service.port=$2; \
# target(0).service.iana_protocol_name=TCP; \
# target(0).service.iana_protocol_number=6; \
# target(0).node.address(0).category=ipv4-addr; \
# target(0).node.address(0).address=$3; \
# target(0).service.port=$4; \
# additional_data(0).type=string; \
# additional_data(0).meaning=TCP flags; \
# additional_data(0).data=$5; \
# last

#DESCRIPTION:Deny IP due to Land Attack
#CATEGORY:Network Security
#LOG:Jul 10 22:18:51 somehost.ragingwire.net 12.34.56.78/90.12.34.56 :Jul 10 15:14:04 PDT: %ASA-session-2-106017: Deny IP due to Land Attack from 0.0.0.0 to 0.0.0.0
regex=-106017: Deny IP due to Land Attack from ([\d\.]+) to ([\d\.]+); \
 classification.text=Land Attack; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=106017; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1279850; \
 id=221; \
 revision=3; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.completion=failed; \
 assessment.impact.description=The Cisco ASA received a packet with the IP source address equal to the IP destination, and the destination port equal to the source port. This message indicates a spoofed packet that is designed to attack systems. This attack is referred to as a Land Attack.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 target(0).node.address(0).category=ipv4-addr; \
 target(0).node.address(0).address=$2; \
 last

#DESCRIPTION:Broadcast address translation request failure
#CATEGORY:Network Security
#LOG:Jul 12 17:01:40 172.16.1.26.smf.ragingwire.net 69.80.209.4/69.80.209.4 :Jul 12 09:57:12 PDT: %ASA-session-3-305006: regular translation creation failed for icmp src PROD-01:10.10.1.180 dst OUTSIDE-01:ftp-prod01_nat (type 3, code 10)
regex=-305006: regular translation creation failed for icmp src (\S+):(\S+) dst (\S+):(\S+) \(type (\d+), code (\d+)\); \
 classification.text=Broadcast address translation request; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=305006; \
 classification.reference(0).url=http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_system_message_guide_chapter09186a008051a0cd.html; \
 classification.reference(1).origin=vendor-specific; \
 classification.reference(1).meaning=asa_severity; \
 classification.reference(1).name=3; \
 classification.reference(1).url=http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_system_message_guide_chapter09186a008051a0ca.html; \
 id=222; \
 revision=3; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.completion=failed; \
 assessment.impact.type=recon; \
 assessment.impact.description=The firewall has received a request to assign a static NAT translation for a broadcast address, which is illegal.  This is commonly an indicator of a network mapping attempt.; \
 source(0).node.address(0).address=$2; \
 source(0).service.iana_protocol_name=icmp; \
 source(0).service.iana_protocol_number=1; \
 source(0).interface=$1; \
 target(0).node.address(0).address=$4; \
 target(0).service.iana_protocol_name=icmp; \
 target(0).service.iana_protocol_number=1; \
 target(0).interface=$3; \
 additional_data(0).type=integer; \
 additional_data(0).meaning=ICMP type; \
 additional_data(0).data=$5; \
 additional_data(1).type=integer; \
 additional_data(1).meaning=ICMP code; \
 additional_data(1).data=$6; \
 last

#DESCRIPTION:ICMP destination/source mismatch
#CATEGORY:Monitoring
#LOG:Jul 12 22:14:10 smf-custlog-02 somehost/somehost :Jul 12 15:09:13 PDT: %PIX-ip-4-313003: Invalid destination for ICMP error message: icmp src outside:12.34.56.78 dst inside:12.34.56.78 (type 3, code 3) on outside interface.  Original IP payload: udp src 12.34.56.78/31260 dst 12.34.56.78/1026.
regex=-313003: Invalid destination for ICMP error message: icmp src (\S+):([\d\.]+) dst (\S+):([\d\.]+) \(type (\d+), code (\d+)\); \
 classification.text=ICMP destination/source mismatch; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=313003; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1281049; \
 id=223; \
 revision=3; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.completion=failed; \
 assessment.impact.type=recon; \
 assessment.impact.description=The destination for the ICMP error message is different than the source of the IP packet that induced the ICMP error message.  This could be an active network probe, an attempt to use the ICMP error message as a covert channel, or a misbehaving IP host.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$2; \
 source(0).service.iana_protocol_name=icmp; \
 source(0).service.iana_protocol_number=1; \
 source(0).interface=$1; \
 target(0).node.address(0).category=ipv4-addr; \
 target(0).node.address(0).address=$4; \
 target(0).service.iana_protocol_name=icmp; \
 target(0).service.iana_protocol_number=1; \
 target(0).interface=$3; \
 additional_data(0).type=integer; \
 additional_data(0).meaning=ICMP type; \
 additional_data(0).data=$5; \
 additional_data(1).type=integer; \
 additional_data(1).meaning=ICMP code; \
 additional_data(1).data=$6; \
 last

#DESCRIPTION:(TCP|UDP) request discarded
#CATEGORY:Monitoring
#LOG:Jun 30 2009 07:08:20: %ASA-7-710005: TCP request discarded from 172.19.1.6/1303 to inside:172.19.1.1/2601
regex=-710005: (TCP|UDP) request discarded from ([\d\.]+)/(\d+) to (\S+):([\d\.]+)/(\d+); \
 classification.text=$1 request discarded; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=710005; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1285746; \
 id=224; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=info; \
 assessment.impact.completion=failed; \
 assessment.impact.type=recon; \
 assessment.impact.description=The appliance does not have a UDP server that services the UDP request. The message can also indicate a TCP packet that does not belong to any session on the security appliance. In addition, this message appears (with the snmp service) when the security appliance receives an SNMP request with an empty payload, even if it is from an authorized host. With the snmp service, this message occurs a maximum of 1 time every 10 seconds so that the log receiver is not overwhelmed.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$2; \
 source(0).service.iana_protocol_name=$1; \
 source(0).service.port=$3; \
 target(0).node.address(0).category=ipv4-addr; \
 target(0).node.address(0).address=$5; \
 target(0).service.iana_protocol_name=$1; \
 target(0).service.port=$6; \
 target(0).interface=$4; \
 last

#DESCRIPTION:Events taken from the Cisco System Log Messages List that will need rules
#DESCRIPTION:(include 'attack' || 'intrusion' || 'probe' || 'covert' in description; no log samples):
#LOG:Nov  2 18:03:14 pix %PIX-1-106021: Deny protocol reverse path check from source_address to dest_address on interface interface_name
#LOG:Nov  2 18:03:14 pix %PIX-1-106022: Deny protocol connection spoof from source_address to dest_address on interface interface_name
#LOG:Nov  2 18:03:14 pix %PIX-1-106101 The number of ACL log deny-flows has reached limit (number).
#LOG:Nov  2 18:03:14 pix %PIX-1-107001: RIP auth failed from IP_address: version=number, type=string, mode=string, sequence=number on interface interface_name
#LOG:Nov  2 18:03:14 pix %PIX-1-107002: RIP pkt failed from IP_address: version=number on interface interface_name
#LOG:Nov  2 18:03:14 pix %PIX-4-109017: User at IP_address exceeded auth proxy connection limit (max)
#LOG:Nov  2 18:03:14 pix %PIX-3-320001: The subject name of the peer cert is not allowed for connection

#LOG:Nov  2 18:03:14 pix %PIX-4-402101: decaps: rec'd IPSEC packet has invalid spi for destaddr=dest_address, prot=protocol, spi=number
#LOG:Nov  2 18:03:14 pix %PIX-4-402102: decapsulate: packet missing {AH|ESP}, destadr=dest_address, actual prot=protocol
#LOG:Nov  2 18:03:14 pix %PIX-4-405002: Received mac mismatch collision from IP_address/mac_address for authenticated host
#LOG:Nov  2 18:03:14 pix %PIX-7-710006: protocol request discarded from source_address to interface_name:dest_address
#LOG:Nov  2 18:03:14 pix %PIX-2-106020: Deny IP teardrop fragment (size = number, offset = number) from IP_address to IP_address
#LOG:Nov  2 18:03:14 pix %PIX-4-209004: Invalid IP fragment, size = bytes exceeds maximum size = bytes: src = IP_address, dest = IP_address, proto = protocol, id = number
#LOG:Nov  2 18:03:14 pix %PIX-4-209005: Discard IP fragment set with more than number elements: src = IP_address, dest = IP_address, proto = protocol, id = number
#LOG:Nov  2 18:03:14 pix %PIX-2-201003: Embryonic limit exceeded nconns/elimit for outside_address/outside_port (global_address) inside_address/inside_port on interface interface_name

#DESCRIPTION:Drop rate exceeded
#CATEGORY:Network Security
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-4-733100: [ Scanning] drop rate-1 exceeded. Current burst rate is 160 per second, max configured rate is 350; Current average rate is 313 per second, max configured rate is 262; Cumulative total count is 188250
regex=-733100: \[+.+\] drop rate-[1|2] exceeded\.; \
 classification.text=Drop rate $1 exceeded; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=733100; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1281091; \
 id=500; \
 revision=5; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity = medium; \
 assessment.impact.completion=failed; \
 assessment.impact.type=recon; \
 assessment.impact.description=The specified object in the syslog message has exceeded the specified burst threshold rate or average threshold rate. The object can be drop activity of a host, TCP/UDP port, IP protocol, or various drops caused by potential attacks. The message indicates that the system is under potential attack.; \
 last

#DESCRIPTION:Deny TCP reverse path check
#CATEGORY:Network Security
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-106021: Deny TCP reverse path check from 10.10.10.101 to 65.58.240.105 on interface inside
#regex=-106021: Deny TCP reverse path check from ([\d\.]+) to ([\d\.]+) on interface (\S+); \
# classification.text=Deny $1 reverse path check; \
# classification.reference(0).origin=Cisco; \
# classification.reference(0).meaning=asa_id; \
# classification.reference(0).name=106021; \
# classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa72/system/message/logmsgs.html#wp1279871; \
# id=501; \
# revision=5; \
# analyzer(0).name=ASA; \
# analyzer(0).manufacturer=Cisco; \
# analyzer(0).class=Firewall; \
# assessment.impact.severity = medium; \
# assessment.impact.completion=failed; \
# assessment.impact.type=recon; \
# assessment.impact.description=An attack is in progress. Someone is attempting to spoof an IP address on an inbound connection.; \
# source(0).interface=$3; \
# source(0).node.address(0).category=ipv4-addr; \
# source(0).node.address(0).address=$1; \
# target(0).node.address(0).address=$2; \
# last

#DESCRIPTION:Deny protocol connection spoof
#CATEGORY:Network Security
#LOG:Nov  2 18:03:14 pix %PIX-1-106022: Deny protocol connection spoof from source_address to dest_address on interface interface_name
regex=-106022: Deny protocol connection spoof from ([\d\.]+) to ([\d\.]+) on interface (S+); \
 classification.text=Deny $1 reverse path check; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=106022; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa72/system/message/logmsgs.html#wp1279871; \
 id=502; \
 revision=5; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity = medium; \
 assessment.impact.completion=failed; \
 assessment.impact.type=recon; \
 assessment.impact.description=An attack is in progress. Someone is attempting to spoof an IP address on an inbound connection.; \
 source(0).interface=$3; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 target(0).node.address(0).address=$2; \
 last

#DESCRIPTION:The number of ACL log deny-flows has reached limit
#CATEGORY:Network Security
#LOG:Nov  2 18:03:14 pix %PIX-1-106101 The number of ACL log deny-flows has reached limit (number).
regex=-106101: The number of ACL log deny-flows has reached limit (\d+); \
 classification.text=deny-flows has reached limit $1; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=106101; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa72/system/message/logmsgs.html#wp1279871; \
 id=503; \
 revision=5; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity = medium; \
 assessment.impact.completion=failed; \
 assessment.impact.type=recon; \
 assessment.impact.description=An attack is in progress. Someone is attempting to spoof an IP address on an inbound connection.; \
 additional_data(0).type=integer; \
 additional_data(0).meaning=limit reached; \
 additional_data(0).data=$1; \
 last

#DESCRIPTION:User executed the 'configure terminal' command
#CATEGORY:Command Execution
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-5-111008: User 'USER' executed the 'configure terminal' command.
regex=-111008: User '(\S+)' executed the 'configure terminal' command; \
 classification.text=The user $1 entered executed the 'configure terminal' command; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=111008; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa72/system/message/logmsgs.html#wp1280203; \
 id=504; \
 revision=5; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity = low; \
 assessment.impact.completion=failed; \
 assessment.impact.type=recon; \
 assessment.impact.description=The user entered any command, with the exception of a show command; \
 additional_data(0).type=string; \
 additional_data(0).meaning=User; \
 additional_data(0).data=$1; \
 source(0).user.category=os-device; \
 source(0).user.user_id(0).type=current-user; \
 source(0).user.user_id(0).name=$1; \
 target(0).user.category=os-device; \
 target(0).user.user_id(0).type=target-user; \
 target(0).user.user_id(0).name=enable_15; \
 last

#DESCRIPTION:RIP auth failed
#CATEGORY:Monitoring
#LOG:Nov  2 18:03:14 pix %PIX-1-107001: RIP auth failed from IP_address: version=number, type=string, mode=string, sequence=number on interface interface_name
regex=-107001: RIP auth failed from ([\d\.]+): version=(\d+), type=(\S+), mode=(\S+), sequence=(\d+), on interface (\S+); \
 classification.text=RIP auth failed from IP_address: version=number, type=string, mode=string, sequence=number on interface interface_name; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=107001; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa72/system/message/logmsgs.html#wp1280203; \
 id=505; \
 revision=5; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity = low; \
 assessment.impact.completion=failed; \
 assessment.impact.type=recon; \
 assessment.impact.description=RIP auth failed from IP_address: version=number, type=string, mode=string, sequence=number on interface interface_name; \
 source(0).interface=$6; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 additional_data(0).type=string; \
 additional_data(0).meaning=version; \
 additional_data(0).data=$2; \
 additional_data(1).type=string; \
 additional_data(1).meaning=type; \
 additional_data(1).data=$3; \
 additional_data(2).type=string; \
 additional_data(2).meaning=mode; \
 additional_data(2).data=$4; \
 additional_data(3).type=string; \
 additional_data(3).meaning=sequence; \
 additional_data(3).data=$5; \
 last

#DESCRIPTION:RIP pkt failed
#CATEGORY:Monitoring
#LOG:Nov  2 18:03:14 pix %PIX-1-107002: RIP pkt failed from IP_address: version=number on interface interface_name
regex=-107002: RIP pkt failed from ([\d\.]+): version=(\d+) on interface (\S+); \
 classification.text=IP pkt failed from IP_address: version=number on interface interface_name; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=107002; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa72/system/message/logmsgs.html#wp1280203; \
 id=506; \
 revision=5; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity = low; \
 assessment.impact.completion=failed; \
 assessment.impact.type=recon; \
 assessment.impact.description=RIP pkt failed from IP_address: version=number on interface interface_name; \
 source(0).interface=$3; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 additional_data(0).type=string; \
 additional_data(0).meaning=version; \
 additional_data(0).data=$2; \
 last

#DESCRIPTION:User exceeded auth proxy connection limit
#CATEGORY:Authentication
#LOG:Nov  2 18:03:14 pix %PIX-4-109017: User at IP_address exceeded auth proxy connection limit (max)
regex=-109017: User at ([\d\.]+) exceeded auth proxy connection limit; \
 classification.text=User at IP_address exceeded auth proxy connection limit (max); \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=109017; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa72/system/message/logmsgs.html#wp1280203; \
 id=507; \
 revision=5; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity = low; \
 assessment.impact.completion=failed; \
 assessment.impact.type=recon; \
 assessment.impact.description=User at IP_address exceeded auth proxy connection limit (max); \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 last

#DESCRIPTION:The subject name of the peer cert is not allowed for connection
#CATEGORY:Network Security
#LOG:Nov  2 18:03:14 pix %PIX-3-320001: The subject name of the peer cert is not allowed for connection
regex=-320001: The subject name of the peer cert is not allowed for connection; \
 classification.text=The subject name of the peer cert is not allowed for connection; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=320001; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa72/system/message/logmsgs.html#wp1280203; \
 id=508; \
 revision=5; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity = low; \
 assessment.impact.completion=failed; \
 assessment.impact.type=recon; \
 assessment.impact.description=The subject name of the peer cert is not allowed for connection; \
 last

#DESCRIPTION:rec'd IPSEC packet has invalid spi
#CATEGORY:Network Security
#LOG:Nov  2 18:03:14 pix %PIX-4-402101: decaps: rec'd IPSEC packet has invalid spi for destaddr=dest_address, prot=protocol, spi=number
regex=-402101: decaps: rec'd IPSEC packet has invalid spi for destaddr=([\d\.]+); \
 classification.text=decaps: rec'd IPSEC packet has invalid spi for destaddr=dest_address, prot=protocol, spi=number; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=402101; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa72/system/message/logmsgs.html#wp1280203; \
 id=509; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity = low; \
 assessment.impact.completion=failed; \
 assessment.impact.type=recon; \
 assessment.impact.description=The subject name of the peer cert is not allowed for connection; \
 target(0).node.address(0).category=ipv4-addr; \
 target(0).node.address(0).address=$1; \
 last

#DESCRIPTION:Dropping TCP packet
#CATEGORY:Packet Filtering
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-4-419001: Dropping TCP packet from src_ifc:src_IP/src_port to dest_ifc:dest_IP/dest_port, reason: MSS exceeded, MSS size, data size
regex=-419001: Dropping TCP packet from (\S+):([\d\.]+)/(\d+) to (\S+):([\d\.]+)/(\d+); \
 classification.text=Dropping TCP packet; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=419001; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1279756; \
 id=510; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.description=Reason: MSS exceeded, MSS size, data size.; \
 source(0).interface=$1; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$2; \
 source(0).service.port=$3; \
 target(0).interface=$4; \
 target(0).node.address(0).category=ipv4-addr; \
 target(0).node.address(0).address=$5; \
 target(0).service.port=$6; \
 last

#DESCRIPTION:Duplicate TCP SYN
#CATEGORY:Monitoring
#LOG:Apr 10 15:40:15 x.x.x.x xxx %ASA-4-419002: Duplicate TCP SYN from outside:xx.xx.xx.xx/xxx to inside:xx.xx.xx.xx/xxxx with different initial sequence number
regex=-419002: Duplicate TCP SYN from (\S+):([\d\.]+)/(\d+) to (\S+):([\d\.]+)/(\d+); \
 classification.text=Duplicate TCP SYN; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=419002; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1279756; \
 id=511; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.description=Duplicate TCP SYN with different initial sequence number.; \
 source(0).interface=$1; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$2; \
 source(0).service.port=$3; \
 target(0).interface=$4; \
 target(0).node.address(0).category=ipv4-addr; \
 target(0).node.address(0).address=$5; \
 target(0).service.port=$6; \
 last

#DESCRIPTION:Cleared TCP urgent flag
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-4-419003: Cleared TCP urgent flag from in_ifc:src_ip/src_port to out_ifc:dest_ip/dest_port.
regex=-419003: Cleared TCP urgent flag from (\S+):([\d\.]+)/(\d+) to (\S+):([\d\.]+)/(\d+); \
 classification.text=Cleared TCP urgent flag; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=419003; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1279756; \
 id=512; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.description=Cleared TCP urgent flag from $1:$2/$3 to $4:$5/$6; \
 source(0).interface=$1; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$2; \
 source(0).service.port=$3; \
 target(0).interface=$4; \
 target(0).node.address(0).category=ipv4-addr; \
 target(0).node.address(0).address=$5; \
 target(0).service.port=$6; \
 last

#DESCRIPTION:Failover cable - OK
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-101001: (Primary) Failover cable OK.
regex=-101001: \((\S+)\); \
 classification.text=Failover cable OK; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=101001; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1285015; \
 id=513; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=high; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=Failover cable OK.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 last

#DESCRIPTION:Failover cable - NOK
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-101002: (Primary) Bad failover cable.
regex=-101002: \((\S+)\); \
 classification.text=Bad failover cable; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=101002; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1285015; \
 id=514; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=high; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=Bad failover cable.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 last

#DESCRIPTION:Failover cable - Not connected (this unit)
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-101003: (Primary) Failover cable not connected (this unit).
regex=-101003: \((\S+)\) Failover cable not connected \((\S+)\); \
 classification.text=Failover cable not connected; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=101003; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1285015; \
 id=515; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=high; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=Failover cable not connected.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 target(0).node.address(0).category=ipv4-addr; \
 target(0).node.address(0).address=$2; \
 last

#DESCRIPTION:Failover cable - Not connected (other unit)
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-101004: (Primary) Failover cable not connected (other unit).
regex=-101004: \((\S+)\) Failover cable not connected \((\S+)\); \
 classification.text=Failover cable not connected; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=101004; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1285015; \
 id=516; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=high; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=Failover cable not connected.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 target(0).node.address(0).category=ipv4-addr; \
 target(0).node.address(0).address=$2; \
 last

#DESCRIPTION:Failover cable status, error reading
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-101005: (Primary) Error reading failover cable status.
regex=-101005: \((\S+)\); \
 classification.text=Error reading failover cable status; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=101005; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1285015; \
 id=517; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=high; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=Error reading failover cable status.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 last

#DESCRIPTION:Power failure/System reload other side
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-102001: (Primary) Power failure/System reload other side.
regex=-102001: \((\S+)\); \
 classification.text=Power failure/System reload other side; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=102001; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1285015; \
 id=518; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=high; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=Power failure/System reload other side.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 last

#DESCRIPTION:No response from other firewall
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-103001: (Primary) No response from other firewall (reason code = code).
regex=-103001: \((\S+)\); \
 classification.text=No response from other firewall; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=103001; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1285015; \
 id=519; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=high; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=No response from other firewall.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 last

#DESCRIPTION:Other firewall network interface OK
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-103002: (Primary) Other firewall network interface interface_number OK.
regex=-103002: \((\S+)\); \
 classification.text=Other firewall network interface OK; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=103002; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1285015; \
 id=520; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=high; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=Other firewall network interface OK.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 last

#DESCRIPTION:Other firewall network interface failed
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-103003: (Primary) Other firewall network interface interface_number failed.
regex=-103003: \((\S+)\); \
 classification.text=Other firewall network interface failed; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=103003; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1285015; \
 id=521; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=high; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=Other firewall network interface failed.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 last

#DESCRIPTION:Other firewall reports this firewall failed
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-103004: (Primary) Other firewall reports this firewall failed.
regex=-103004: \((\S+)\); \
 classification.text=Other firewall reports this firewall failed; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=103004; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1285015; \
 id=522; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=high; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=Other firewall reports this firewall failed.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 last

#DESCRIPTION:Other firewall reporting failure
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-103005: (Primary) Other firewall reporting failure.
regex=-103005: \((\S+)\); \
 classification.text=Other firewall reporting failure; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=103005; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1285015; \
 id=523; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=high; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=Other firewall reporting failure.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 last

#DESCRIPTION:Disabling failover
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-105001: (Primary) Disabling failover.
regex=-105001: \((\S+)\); \
 classification.text=Disabling failover; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=105001; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1285015; \
 id=524; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=high; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=Disabling failover.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 last

#DESCRIPTION:Enabling failover
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-105002: (Primary) Enabling failover.
regex=-105002: \((\S+)\); \
 classification.text=Enabling failover; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=105002; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1285015; \
 id=525; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=high; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=Enabling failover.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 last

#DESCRIPTION:Monitoring on interface waiting
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-105003: (Primary) Monitoring on interface interface_name waiting
regex=-105003: \((\S+)\); \
 classification.text=Monitoring on interface waiting; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=105003; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1285015; \
 id=526; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=high; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=Monitoring on interface waiting.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 last

#DESCRIPTION:Monitoring on interface normal
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-105004: (Primary) Monitoring on interface interface_name normal
regex=-105004: \((\S+)\); \
 classification.text=Monitoring on interface normal; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=105004; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1285015; \
 id=527; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=high; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=Monitoring on interface normal.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 last

#DESCRIPTION:Lost Failover communications with mate on interface
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-105005: (Primary) Lost Failover communications with mate on interface interface_name.
regex=-105005: \((\S+)\); \
 classification.text=Lost Failover communications with mate on interface; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=105005; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1285015; \
 id=528; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=high; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=Lost Failover communications with mate on interface.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 last

#DESCRIPTION:Link status Up on interface
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-105006: (Primary) Link status `Up' on interface interface_name.
regex=-105006: \((\S+)\); \
 classification.text=Link status Up on interface; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=105006; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1285015; \
 id=529; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=high; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=Link status Up on interface.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 last

#DESCRIPTION:Link status Down on interface
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-105007: (Primary) Link status `Down' on interface interface_name.
regex=-105007: \((\S+)\); \
 classification.text=Link status Down on interface; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=105007; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1285015; \
 id=530; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=high; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=Link status Down on interface.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 last

#DESCRIPTION:Testing interface
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-105008: (Primary) Testing interface interface_name.
regex=-105008: \((\S+)\); \
 classification.text=Testing interface; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=105008; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1285015; \
 id=531; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=high; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=Testing interface.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 last

#DESCRIPTION:Testing interface result
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-105009: (Primary) Testing on interface interface_name {Passed|Failed}.
regex=-105009: \((\S+)\); \
 classification.text=Testing on interface Passed|Failed; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=105009; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1285015; \
 id=532; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=high; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=Testing interface Passed|Failed.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 last

#DESCRIPTION:Failover cable - Communication failure
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-105011: (Primary) Failover cable communication failure
regex=-105011: \((\S+)\); \
 classification.text=Failover cable - Communication failure; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=105011; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1285015; \
 id=533; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=high; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=Failover cable communication failure.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 last

#DESCRIPTION:Incomplete/slow config replication
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-105020: (Primary) Incomplete/slow config replication
regex=-105020: \((\S+)\); \
 classification.text=Incomplete/slow config replication; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=105020; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1285015; \
 id=534; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=high; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=Incomplete/slow config replication.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 last

#DESCRIPTION:Standby unit failed to sync due to a locked config
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-105021: (failover_unit) Standby unit failed to sync due to a locked context_name config. Lock held by lock_owner_name
regex=-105021: \((\S+)\); \
 classification.text=Standby unit failed to sync due to a locked config; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=105021; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1285015; \
 id=535; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=high; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=Standby unit failed to sync due to a locked config.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 last

#DESCRIPTION:Failover - Switching to OK
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-104004: (Primary) Switching to OK
regex=-104004:; \
 classification.text=Failover - Switching to OK; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=104004; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1285015; \
 id=536; \
 revision=6; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=Posible Failover en Firewall Cisco ASA. Ver Log.; \
 last

#DESCRIPTION:Failover - Switching to ACTIVE
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-104001: (Primary) Switching to ACTIVE (cause: string)
regex=-104001:; \
 classification.text=Failover - Switching to ACTIVE; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=104001; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1285015; \
 id=537; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=Posible Failover en Firewall Cisco ASA (Switching to ACTIVE). Ver Log.; \
 last

#DESCRIPTION:Failover - Switching to STNDBY
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-104002: (Primary) Switching to STNDBY (cause: string)
regex=-104002:; \
 classification.text=Failover - Switching to STNDBY; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=104002; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1285015; \
 id=538; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=Posible Failover en Firewall Cisco ASA (Switching to STNDBY). Ver Log.; \
 last

#DESCRIPTION:Failover - Switching to FAILED
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-104003: (Primary) Switching to FAILED
regex=-104003:; \
 classification.text=Failover - Switching to FAILED; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=104003; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1285015; \
 id=539; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.type=admin; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=Posible Failover en Firewall Cisco ASA (Switching to FAILED). Ver Log.; \
 last

#DESCRIPTION:Local CA Server certificate is due to expire
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-717049: Local CA Server certificate is due to expire in number days and a replacement certificate is available for export.
regex=-717049:; \
 classification.text=Local CA Server certificate is due to expire; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=717049; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1279756; \
 id=540; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.description=Local CA Server certificate is due to expire in number days and a replacement certificate is available for export.; \
 last

#DESCRIPTION:Cooling Fan var1: OK
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-735001 Cooling Fan var1: OK
regex=-735001:; \
 classification.text=Cooling Fan var1 - OK; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=735001; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1279756; \
 id=541; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.description=Cooling Fan var1: OK.; \
 last

#DESCRIPTION:Cooling Fan var1: Failure Detected
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-735002 Cooling Fan var1: Failure Detected
regex=-735002:; \
 classification.text=Cooling Fan var1 - Failure Detected; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=735002; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1279756; \
 id=542; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.description=Cooling Fan var1: OK.; \
 last

#DESCRIPTION:Power Supply var1 - OK
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-735003 Power Supply var1: OK
regex=-735003:; \
 classification.text=Power Supply var1 - OK; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=735003; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1279756; \
 id=543; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.description=Power Supply var1: OK.; \
 last

#DESCRIPTION:Power Supply var1 - Failure Detected
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-735004 Power Supply var1: Failure Detected
regex=-735004:; \
 classification.text=Power Supply var1 - Failure Detected; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=735004; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1279756; \
 id=544; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.description=Power Supply var1: Failure Detected.; \
 last

#DESCRIPTION:Power Supply Unit Redundancy - OK
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-735005 Power Supply Unit Redundancy OK
regex=-735005:; \
 classification.text=Power Supply Unit Redundancy - OK; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=735005; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1279756; \
 id=545; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.description=Power Supply Unit Redundancy OK.; \
 last

#DESCRIPTION:Power Supply Unit Redundancy - Lost
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-735006 Power Supply Unit Redundancy Lost
regex=-735006:; \
 classification.text=Power Supply Unit Redundancy - Lost; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=735006; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1279756; \
 id=546; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.description=Power Supply Unit Redundancy Lost.; \
 last

#DESCRIPTION:CPU: Temp: Critical
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-735007 CPU var1: Temp: var2 var3, Critical
regex=-735007:; \
 classification.text=CPU: Temp: Critical; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=735007; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1279756; \
 id=547; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.description=CPU var1: Temp: var2 var3, Critical.; \
 last

#DESCRIPTION:CPU is running beyond the max thermal operating temperature
#CATEGORY:Monitoring
#LOG:Dec  7 14:08:17 ASA_NAME %ASA-1-735022: CPU# is running beyond the max thermal operating temperature and the device will be shutting down immediately to prevent permanent damage to the CPU.
regex=-735022:; \
 classification.text=CPU is running beyond the max thermal operating temperature; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=735022; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1279756; \
 id=548; \
 revision=1; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.description=CPU# is running beyond the max thermal operating temperature and the device will be shutting down immediately to prevent permanent damage to the CPU.; \
 last

#DESCRIPTION:TCP flow terminated by inspection engine
#CATEGORY:Monitoring
#LOG:Apr 27 14:50:30 xx.xx.xx.xx Name %ASA-4-507003: tcp flow from outside:xx.xx.xx.xx/xxxxx to inside:xx.xx.xx.xx/xxx terminated by inspection engine, reason - proxy inspector drop reset
regex=-507003: tcp flow from (\S+):([\d\.]+)/(\d+) to (\S+):([\d\.]+)/(\d+) (\S+ ); \
 classification.text=TCP flow terminated by inspection engine; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=507003; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1279735; \
 id=549; \
 revision=5; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.description=TCP flow terminated by inspection engine, reason - proxy inspector drop reset.; \
 source(0).interface=$1; \
 source(0).service.iana_protocol_name=TCP; \
 source(0).service.iana_protocol_number=6; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$2; \
 source(0).service.port=$3; \
 target(0).interface=$4; \
 target(0).service.iana_protocol_name=TCP; \
 target(0).service.iana_protocol_number=6; \
 target(0).node.address(0).category=ipv4-addr; \
 target(0).node.address(0).address=$5; \
 target(0).service.port=$6; \
 additional_data(0).type=string; \
 additional_data(0).meaning=Reason; \
 additional_data(0).data=$7; \
 last

#DESCRIPTION:No translation group found
#CATEGORY:Monitoring
#LOG:May 3 15:30:52 xx.xx.xx.xx Name %ASA-3-305005: No translation group found for icmp src inside:zz.zz.zz.zz dst outside:zz.zz.zz.zz (type 8, code 0)
regex=-305005: No translation group found for (\S+) src (\S+):([\d\.]+) dst (\S+):([\d\.]+); \
 classification.text=No translation group found; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=305005; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1279735; \
 id=550; \
 revision=5; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.description=TCP flow terminated by inspection engine, reason - proxy inspector drop reset.; \
 source(0).interface=$2; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$3; \
 target(0).interface=$4; \
 target(0).node.address(0).category=ipv4-addr; \
 target(0).node.address(0).address=$5; \
 additional_data(0).type=string; \
 additional_data(0).meaning=Proto; \
 additional_data(0).data=$1; \
 last

#DESCRIPTION:Regular translation creation failed
#CATEGORY:Monitoring
#LOG:May 31 18:53:59 192.168.161.4 Antonio %ASA-3-305006: regular translation creation failed for protocol 50 src inside:172.19.102.61 dst outside:200.40.236.15
regex=-305006: regular translation creation failed for protocol (\d+) src (\S+):([\d\.]+) dst (\S+):([\d\.]+); \
 classification.text=Regular translation creation failed; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=305006; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1279735; \
 id=551; \
 revision=5; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.description=regular translation creation failed for protocol $1.; \
 source(0).interface=$2; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$3; \
 target(0).interface=$4; \
 target(0).node.address(0).category=ipv4-addr; \
 target(0).node.address(0).address=$5; \
 additional_data(0).type=string; \
 additional_data(0).meaning=Proto; \
 additional_data(0).data=$1; \
 last

#DESCRIPTION:Asymmetric NAT rules failed
#CATEGORY:Monitoring
#LOG:Jun  2 16:12:09 ASA_NAME %ASA-5-305013: Asymmetric NAT rules matched for forward and reverse flows; Connection for icmp src outside:x.x.x.x dst inside:x.x.x.x (type 8, code 0) denied due to NAT reverse path failure
regex=-305013: Asymmetric NAT rules matched for forward and reverse flows; \
 classification.text=Asymmetric NAT rules failed; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=305013; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1279735; \
 id=552; \
 revision=5; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.description=Asymmetric NAT rules matched for forward and reverse flows.; \
 last

#DESCRIPTION:LU allocate connection failed
#CATEGORY:Monitoring
#LOG:Jun 4 12:32:47 ASA_NAME %ASA-3-210005: LU allocate connection failed
regex=-210005: LU allocate connection failed; \
 classification.text=LU allocate connection failed; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=210005; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1279735; \
 id=553; \
 revision=5; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=medium; \
 assessment.impact.description=LU allocate connection failed.; \
 last

#DESCRIPTION:Connection limit exceeded
#CATEGORY:Network Security
#LOG:Dec 11 18:41:14 x.x.x.x abc %ASA-3-201011: Connection limit exceeded 10000/10000 for inbound packet from x.x.x.x/xx to x.x.x.x/xx on interface outside
regex=-201011: Connection limit exceeded (\d+)/(\d+) for (\S+) packet from ([\d\.]+)/(\d+) to ([\d\.]+)/(\d+) on interface (\S+); \
 classification.text=Connection limit exceeded; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=201011; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1279735; \
 id=554; \
 revision=5; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=high; \
 assessment.impact.description=Connection limit exceeded $1/$2 for $3 packet from $4.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$4; \
 source(0).service.port=$5; \
 target(0).node.address(0).category=ipv4-addr; \
 target(0).node.address(0).address=$6; \
 target(0).service.port=$7; \
 last

#DESCRIPTION:Per-client connection limit exceeded
#CATEGORY:Network Security
#LOG:Dec 11 18:41:14 x.x.x.x abc %ASA-3-201013: Per-client connection limit exceeded 10000/10000 for inbound packet from x.x.x.x/xx to x.x.x.x/xx on interface outside
regex=-201013: Per-client connection limit exceeded (\d+)/(\d+) for (\S+) packet from ([\d\.]+)/(\d+) to ([\d\.]+)/(\d+) on interface (\S+); \
 classification.text=Per-client connection limit exceeded; \
 classification.reference(0).origin=vendor-specific; \
 classification.reference(0).meaning=asa_id; \
 classification.reference(0).name=201011; \
 classification.reference(0).url=http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logmsgs.html#wp1279735; \
 id=555; \
 revision=5; \
 analyzer(0).name=ASA; \
 analyzer(0).manufacturer=Cisco; \
 analyzer(0).class=Firewall; \
 assessment.impact.severity=high; \
 assessment.impact.description=Per-client connection limit exceeded $1/$2 for $3 packet from $4.; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$4; \
 source(0).service.port=$5; \
 target(0).node.address(0).category=ipv4-addr; \
 target(0).node.address(0).address=$6; \
 target(0).service.port=$7; \
 last